Skip to content

d4rklynk/samsepi0l.dev

Repository files navigation

samsepi0l.dev

Netlify Status

My personal blog with Blowfish Hugo theme.

Some improvements:

Technical stuff

Licensing

The website content (under /content) is under the Attribution-ShareAlike 4.0 International license.

The Hugo Framework used to create this website is under the Apache License.

The Blowfish theme used for the website and modifications made by me are under the MIT License.

This README has been partially copied from PrivSec.dev which is under the Attribution-ShareAlike 4.0 International

Local Development

  1. Install Hugo
  2. Clone this repository: git clone --recurse-submodules https://github.com/d4rklynk/samsepi0l.dev
  3. Run hugo serve to start the local development server at (by default) http://localhost:1313
    • Alternatively run hugo to simply build the site into the /public directory
  • Run git submodule update --merge to update the Blowfish theme to the version specified in this repo
    • Run git submodule update --remote --merge to update to the upstream master branch of Blowfish