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/posts
directory. -
Customize the blog's appearance by modifying the theme settings in the
hugo.yaml
file. -
Deploy the blog by running
hugo
and then copying the generatedpublic
directory to your web server.
If you would like to contribute to this project, please fork the repository and submit a pull request.