Welcome to the repository for dazjones.github.io, my personal blog hosted on GitHub Pages and built using Hugo.
dazjones.github.io is a place where I share my thoughts, projects, and experiences. The blog is powered by Hugo, a fast and flexible static site generator.
To set up a local version of the blog for development or contributions, follow these steps:
-
Clone the repository:
git clone https://github.com/dazjones/dazjones.github.io.git cd dazjones.github.io git submodule update -i
-
Install dependencies:
Ensure you have the Hugo extended version installed. For more details, visit Hugo's installation guide.
-
Run the development server:
hugo server --config config/_default/config.toml -D
The site will be available at http://localhost:1313/.
The site is automatically deployed to GitHub Pages on the main branch. Simply push changes to this branch, and GitHub Actions will handle the deployment.
I welcome sensible contributions, but given that it is a personal blog I wouldn't expect any! If you'd like to contribute, please fork the repository and use a feature branch.
- Hugo - The static site generator used for this blog.
- GitHub Pages - For hosting.
- Congo - Hugo Theme
This README was last updated on August 6, 2024.