8000 GitHub - pro-utkarshM/blogs: this is where i shit post!!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pro-utkarshM/blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utkarsh's Portfolio

Welcome to my personal portfolio website. This site showcases my projects, blog posts, and other professional activities.

Website

Table of Contents

Installation

Prerequisites

Clone the Repository

git clone https://github.com/pro-utkarshM/blogs.git
cd blogs

Install Dependencies

bundle install

Usage

Local Development

To start a local server and view the website:

bundle exec jekyll serve

Open your browser and navigate to http://localhost:4000 to see the website.

Building the Site

To build the site for production:

bundle exec jekyll build

The output will be in the _site directory.

Directory Structure

.
├── 404.html
├── about.md
├── atom.xml
├── commit.sh
├── _config.yml
├── Gemfile
├── Gemfile.lock
├── index.html
├── LICENSE
├── _posts
│   ├── 2023-12-31-networking.md
│   ├── 2024-02-11-Kernel-1.1.md
│   ├── .
│   ├── .
│   ├── .
│   ├── 2024-06-03-VLANs
│   └── _site
│       ├── 2024-02-11-Kernel-1.1.html
│       ├── .
│       ├── .
│       ├── .
│       └── 2024-05-22-snake-game.html
Ã
6C21
”€â”€ public
│   ├── avatar.jpg
│   └── media
│       ├── Network-design-01.png
│       ├── Network-design-02.png
│       ├── Network-design-03.png
│       ├── role-of-kernel.png
│       ├── terminal.png
│       └── thread_info_stack.png
├── README.md
└── _site

39 directories, 121 files

Customization

  • Navigation: Update _config.yml to modify navigation links.
  • Styling: Customize CSS files in the assets/css directory to change the look and feel of the website.
  • Content: Update markdown files in the _posts directory to add your own blog posts.
  • Images: Replace images in the public/media directory with your own.
  • Favicon: Replace favicon.png in the assets directory with your own favicon.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/improvement).
  6. Create a new Pull Request.

Feel free to reach out if you have any questions or suggestions!

About

this is where i shit post!!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0