mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-04 08:42:58 +00:00
Initial commit
This commit is contained in:
commit
71145e3fa9
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
public/
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "themes/whiteplain"]
|
||||
path = themes/whiteplain
|
||||
url = https://github.com/taikii/whiteplain.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
10
config.toml
Normal file
10
config.toml
Normal 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
17
content/posts/test.md
Normal 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
0
data/.gitkeep
Normal file
0
layouts/.gitkeep
Normal file
0
layouts/.gitkeep
Normal file
0
resources/_gen/assets/.gitkeep
Normal file
0
resources/_gen/assets/.gitkeep
Normal file
0
resources/_gen/images/.gitkeep
Normal file
0
resources/_gen/images/.gitkeep
Normal file
0
static/.gitkeep
Normal file
0
static/.gitkeep
Normal file
1
themes/whiteplain
Submodule
1
themes/whiteplain
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ad683f76fe3314c5bc631304b5c0fce30d06d7ae
|
Loading…
x
Reference in New Issue
Block a user