A dump of my medium blog posts into Jekyll Hugo and
some more stuff as well.
Ported to Hugo from Jekyll, last commit in Jekyll style: aa1376c2d116 hosted for eternity on anoff-aa1376c.surge.sh
// 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