EngineerBetter / engineerbetter.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

engineerbetter-hugo

The EngineerBetter website, which is built for the Hugo static site generator.

CI: https://ci.engineerbetter.com/teams/main/pipelines/engineerbetter-hugo

Running locally

At the time of writing, you'll need an ancient version of Hugo(v0.32.2). If you have a more contemporary version already installed, we recommend renaming the old one hugold (see what we did there?).

hugo serve -FD

Where -F builds and serves stuff built in the future, and -D builds and serves posts marked as drafts.

CSS

The CSS is a mess. It used to be manually dynamically generated from SCSS, but at some point the tooling stopped working with modern MacOS/Node. Hence changes have been made directly to the generated CSS files, which would normally be a bad idea.

About


Languages

Language:CSS 38.7%Language:SCSS 32.7%Language:HTML 25.1%Language:JavaScript 2.7%Language:Shell 0.8%