My personal blog with Blowfish Hugo theme.
Some improvements:
- Improve Youtube shortcodes (d07bc6d) based on Wonderfall's one.
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
- Install Hugo
- Clone this repository:
git clone --recurse-submodules https://github.com/d4rklynk/samsepi0l.dev
- 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
- Alternatively run
- 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
- Run