Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 2.1 KB

README.md

File metadata and controls

73 lines (52 loc) · 2.1 KB

My Personal Knowledge Hub

Welcome to my Personal Knowledge Hub repository. This static site is built using Hugo, a fast and flexible static site generator. This project serves as a centralized location for my notes, articles, and other knowledge resources.

Table of Contents

Installation

Prerequisites

  • Hugo (version 0.80.0 or later)
  • Git

Steps

  1. Clone the repository:
    git clone https://github.com/your-username/personal-knowledge-hub.git
  2. Navigate to the project directory:
    cd personal-knowledge-hub
  3. Start the Hugo server:
    hugo server

Usage

  • Run hugo server to start a local development server.
  • Access the site at http://localhost:1313/.

Deployment

You can deploy your Hugo site to various platforms. Here’s an example using Netlify:

  1. Connect your GitHub repository to Netlify.
  2. In Netlify settings, set the build command to hugo and the publish directory to public.
  3. Deploy your site.

Customization

Feel free to customize the hub according to your needs:

  • Modify the config.toml file for basic configurations.
  • Edit the Markdown files in the content directory to update your knowledge entries.
  • Customize the theme by editing the files in the themes directory.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries, you can reach me at [email protected].

Happy learning! 📚✨