diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..56b0351 --- /dev/null +++ b/content/index.md @@ -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'. \ No newline at end of file diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..fc054c7 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://dendroalsia.net/' +languageCode = 'en-us' +title = 'dendroalsia' +theme = 'ananke'