/blog

anoff's blog

Primary LanguageTeX

Andreas' blog

build status

Some thoughts and lessons I write down so that I can look them up later - and maybe help others along the way.

Fixes to theme

// 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;

Local preview

$ docker run --rm -v $PWD:/app -p 1313:1313 anoff/hugo-asciidoctor hugo server -D --bind 0.0.0.0

Planned development

I want to merge this with my personal landing page resulting in the following URL scenarios

  • blog.anoff.io => overview of all blogposts
  • blog.anoff.io/filename => specific post
  • anoff.io => show the about page

Attribution

Content is my own unless otherwise stated

I am using the bilberry-hugo-theme

Version history

  • 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