Skip to content

quasilyte/blog-src

Repository files navigation

Sources that are used to build https://github.com/quasilyte/quasilyte.github.io.
The site itself can be found here: https://quasilyte.dev/blog/.

Some information:

  • Hugo static site generator
  • Steam huge theme

./hugo_hints.txt - memo for hugo commands.

./scripts/run_server - run server on 127.0.0.1:1313.

./scripts/deploy - build script.

Install steps:

# 1. Install hugo.

# 2. Install theme.
mkdir -p themes
cd themes
git clone https://github.com/digitalcraftsman/hugo-steam-theme.git

# 3. Check installation.
./script/run_server