initial setup

This commit is contained in:
richmans
2021-12-19 12:34:15 +01:00
commit 71087f4242
8 changed files with 40 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
resources/_gen/
+3
View File
@@ -0,0 +1,3 @@
[submodule "themes/etch"]
path = themes/etch
url = https://github.com/richmans/etch.git
+6
View File
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
+17
View File
@@ -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
+6
View File
@@ -0,0 +1,6 @@
---
title: "Announcing Clearsky"
date: 2021-12-17T21:25:16+01:00
draft: true
---
Hello, this is clearsky!
+6
View File
@@ -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