Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.81 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.81 KB

Teachy (My Blogging Website)

🔗 link: https://arvindguptablogs.netlify.app/

Description

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. 🌟

Features

  • 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

Installation

  1. Clone the repository: git clone https://github.com/arvind2602/myBlogs.git
  2. Install Hugo: brew install hugo (for macOS) or sudo apt-get install hugo (for Ubuntu)
  3. Navigate to the project directory: cd your-blog
  4. Start the local development server: hugo server -D
  5. Open your web browser and visit http://localhost:1313 to view the website locally.

Usage

  1. Create new blog posts by adding Markdown files to the content/posts directory.
  2. Customize the website's appearance by modifying the theme's configuration files.
  3. Update the site's navigation and sidebar menus by editing the config.toml file.
  4. Add images and other media files to the static directory for use in blog posts.
  5. Deploy the website to a hosting provider of your choice to make it accessible online.

Contributing

🙌 Contributions are welcome! 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/your-feature
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Open a pull request