Initial commit

This commit is contained in:
simon987 2019-05-11 14:49:23 -04:00
commit 71145e3fa9
11 changed files with 38 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public/

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/whiteplain"]
path = themes/whiteplain
url = https://github.com/taikii/whiteplain.git

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

10
config.toml Normal file
View File

@ -0,0 +1,10 @@
baseURL = "https://dataarchivist.net"
languageCode = "en-us"
title = "Data Archivist Weekly"
theme = "whiteplain"
pygmentsStyle = "friendly"
[params]
useCDN = false
showShareIcons = false

17
content/posts/test.md Normal file
View File

@ -0,0 +1,17 @@
---
title: "Test post"
date: 2019-05-11T14:19:21-04:00
draft: false
---
Hello world
This is a test
{{<highlight python>}}
for x in range(0, 1):
print(x)
{{</highlight>}}

0
data/.gitkeep Normal file
View File

0
layouts/.gitkeep Normal file
View File

View File

View File

0
static/.gitkeep Normal file
View File

1
themes/whiteplain Submodule

@ -0,0 +1 @@
Subproject commit ad683f76fe3314c5bc631304b5c0fce30d06d7ae