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.
- Clone the repository:
git clone https://github.com/your-username/personal-knowledge-hub.git
- Navigate to the project directory:
cd personal-knowledge-hub
- Start the Hugo server:
hugo server
- Run
hugo server
to start a local development server. - Access the site at
http://localhost:1313/
.
You can deploy your Hugo site to various platforms. Here’s an example using Netlify:
- Connect your GitHub repository to Netlify.
- In Netlify settings, set the build command to
hugo
and the publish directory topublic
. - Deploy your site.
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.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, you can reach me at [email protected].
Happy learning! 📚✨