initial setup
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
resources/_gen/
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/etch"]
|
||||||
|
path = themes/etch
|
||||||
|
url = https://github.com/richmans/etch.git
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
+17
@@ -0,0 +1,17 @@
|
|||||||
|
baseURL = 'http://example.org/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'ClearSky'
|
||||||
|
theme = 'etch'
|
||||||
|
languagecode = "en"
|
||||||
|
[params]
|
||||||
|
sitename = "ClearSky"
|
||||||
|
noauthor = "true"
|
||||||
|
|
||||||
|
[[menu.primary]]
|
||||||
|
name = "Home"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
[[menu.primary]]
|
||||||
|
name = "Subscribe"
|
||||||
|
url = "/index.xml"
|
||||||
|
weight = 5
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Announcing Clearsky"
|
||||||
|
date: 2021-12-17T21:25:16+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
Hello, this is clearsky!
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Self Hosting"
|
||||||
|
date: 2021-12-17T21:31:04+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
Submodule
+1
Submodule themes/etch added at f6133c4eac
Reference in New Issue
Block a user