20 lines
712 B
Markdown
20 lines
712 B
Markdown
|
+++
|
||
|
title = "Elf's Notes"
|
||
|
|
||
|
# The homepage contents
|
||
|
[extra]
|
||
|
lead = "This is Elf Sternberg's brain dump of notes about various software things he knows. If you find it useful, good! Just be aware that this site is probably a bit random, as it consists of explanations, snippets, and recipes for how I do things. It's meant to be a guide from a past version of myself to explain things to a future version that may have forgotten."
|
||
|
|
||
|
# Menu items
|
||
|
[[extra.menu.main]]
|
||
|
name = "Blog"
|
||
|
section = "blog"
|
||
|
url = "https://elfsternberg.com"
|
||
|
weight = 20
|
||
|
|
||
|
[[extra.list]]
|
||
|
title = "Zola"
|
||
|
url="/docs/zola"
|
||
|
content = 'This site is hosted with <a href="https://getzola.org">Zola</a>, a static site generator written in Rust.'
|
||
|
+++
|