Some thoughts and lessons I write down so that I can look them up later - and maybe help others along the way.
// themes/bilberry-hugo-theme/assets/sass/_variables.scss
// main colors
$page-background-color: #f1f1f1;
$base-color: #444;
$special-color: #cc0033;
$highlight-color: #cc0033;
$text-color: #111;
$ docker run --rm -v $PWD:/app -p 1313:1313 anoff/hugo-asciidoctor hugo server -D --bind 0.0.0.0
I want to merge this with my personal landing page resulting in the following URL scenarios
blog.anoff.io
=> overview of all blogpostsblog.anoff.io/filename
=> specific postanoff.io
=> show the about page
Content is my own unless otherwise stated
I am using the bilberry-hugo-theme
- 2018-01: started out on medium
- 2018-07: Migrated to selfhosted solution using Jekyll
- 2019-02: Ported to Hugo, last commit in Jekyll style: aa1376c2d116 hosted for eternity(?) on anoff-aa1376c.surge.sh