🔗 link
: https://arvindguptablogs.netlify.app/
This is a ✨blogging website✨ built using Hugo, a ⚡fast⚡ and flexible static site generator. The website showcases my personal 📝blog posts and articles on various topics. 🌟
- Clean and minimalistic design
- Responsive layout for optimal viewing on different devices
- Easy navigation with a user-friendly interface
- Customizable themes and templates
- Markdown support for writing blog posts
- Search functionality to find specific articles
- Social media integration for sharing content
- RSS feed for subscribing to blog updates
- Clone the repository:
git clone https://github.com/arvind2602/myBlogs.git
- Install Hugo:
brew install hugo
(for macOS) orsudo apt-get install hugo
(for Ubuntu) - Navigate to the project directory:
cd your-blog
- Start the local development server:
hugo server -D
- Open your web browser and visit
http://localhost:1313
to view the website locally.
- Create new blog posts by adding Markdown files to the
content/posts
directory. - Customize the website's appearance by modifying the theme's configuration files.
- Update the site's navigation and sidebar menus by editing the
config.toml
file. - Add images and other media files to the
static
directory for use in blog posts. - Deploy the website to a hosting provider of your choice to make it accessible online.
🙌 Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/your-feature
- Open a pull request