Skip to content

dazjones/dazjones.github.io

Repository files navigation

dazjones.github.io - Personal Blog

Welcome to the repository for dazjones.github.io, my personal blog hosted on GitHub Pages and built using Hugo.

About

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.

Getting Started

To set up a local version of the blog for development or contributions, follow these steps:

Prerequisites

  • Git
  • Hugo (extended version recommended)

Installation

  1. Clone the repository:

    git clone https://github.com/dazjones/dazjones.github.io.git
    cd dazjones.github.io
    git submodule update -i
  2. Install dependencies:

    Ensure you have the Hugo extended version installed. For more details, visit Hugo's installation guide.

  3. Run the development server:

hugo server --config config/_default/config.toml -D

The site will be available at http://localhost:1313/.

Deployment

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.

Contributing

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.

Acknowledgements

This README was last updated on August 6, 2024.