initial content
This commit is contained in:
parent
8dd66b2ef5
commit
f298fd0b98
4 changed files with 16 additions and 0 deletions
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
7
content/index.md
Normal file
7
content/index.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Welcome to dendroalsia.net
|
||||
|
||||
Hi, I'm Ben! I live in Madison, WI and this is my server. The services it runs are hosted on various subdomains.
|
||||
|
||||
Here is a [git repo](https://git.dendroalsia.net) of some of my work, mostly data visualization scripts written in R.
|
||||
|
||||
[dendroalsia](https://en.wikipedia.org/wiki/Dendroalsia) is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to 'companion of trees'.
|
4
hugo.toml
Normal file
4
hugo.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
baseURL = 'https://dendroalsia.net/'
|
||||
languageCode = 'en-us'
|
||||
title = 'dendroalsia'
|
||||
theme = 'ananke'
|
Loading…
Add table
Add a link
Reference in a new issue