This is a Hugo blog project where I share my thoughts and musings on various topics.
- Clone the repository
git clone https://github.com/ShellTux/blog.git
git submodule update --init --recursive- Install Hugo
Follow the instructions on the Hugo website to install Hugo on your machine.
- Run the blog locally
make serve- View the blog in your browser at
http://localhost:1313/blog
-
Write a new blog post by creating a new Markdown file in the
content/postsdirectory. -
Customize the blog's appearance by modifying the theme settings in the
hugo.yamlfile. -
Deploy the blog by running
hugoand then copying the generatedpublicdirectory to your web server.
If you would like to contribute to this project, please fork the repository and submit a pull request.