This website now runs on hugo. I migrated the infrastructure off the old static site generator that was written in Makefile.
Why?
-
My static site generator isn’t that unique, blogit already exists.
-
You can do cool things with hugo that you can’t with other SSG’s (Better markdown compiler, templating, etc)
-
Hugo isn’t that large compared to other web frameworks
What I don’t like.
-
Isn’t generalized enough
-
Mystified language to make it’s features sound cooler
archetype
hugo new content
templateshortcode
- Macro
partial
- Template that isn’t a whole webpage
- _default
- Base templates
Markdown extensions
Insert emojis: 👋
-
highlighted text
-
superscripts
-
Strike-through -
Underlined
-
Referring1
-
Checkboxes
-
Checkboxes
static char *f(void) {
return " display highlighted code"+1;
}
View github gists:
-
To footnotes ↩︎