Skip to content

Commit 23b20bf

Browse files
committed
Initial commit of site framework
Signed-off-by: Ron Evans <[email protected]>
0 parents  commit 23b20bf

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/learn"]
2+
path = themes/learn
3+
url = https://github.com/matcornic/hugo-theme-learn.git

archetypes/default.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
baseURL = "https://tinygo.org/"
2+
languageCode = "en-us"
3+
title = "TinyGo"
4+
theme = "learn"

content/posts/hello.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Hello"
3+
date: 2018-12-18T12:53:38+01:00
4+
draft: true
5+
---
6+

themes/learn

Submodule learn added at 1d2d7f9

0 commit comments

Comments
 (0)