Skip to content
/ blog Public

My Static Generated Website Blog powered by Hugo

Notifications You must be signed in to change notification settings

ShellTux/blog

Repository files navigation

Blog

This is a Hugo blog project where I share my thoughts and musings on various topics.

Installation

  1. Clone the repository
git clone https://github.com/ShellTux/blog.git
git submodule update --init --recursive
  1. Install Hugo

Follow the instructions on the Hugo website to install Hugo on your machine.

  1. Run the blog locally
make serve
  1. View the blog in your browser at http://localhost:1313/blog

Usage

  1. Write a new blog post by creating a new Markdown file in the content/posts directory.

  2. Customize the blog's appearance by modifying the theme settings in the hugo.yaml file.

  3. Deploy the blog by running hugo and then copying the generated public directory to your web server.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

About

My Static Generated Website Blog powered by Hugo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published