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
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
resources/_gen/

3
.gitmodules vendored Normal file
View File

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

6
archetypes/default.md Normal file
View File

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

17
config.toml Normal file
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

View File

@ -0,0 +1,6 @@
---
title: "Announcing Clearsky"
date: 2021-12-17T21:25:16+01:00
draft: true
---
Hello, this is clearsky!

View File

@ -0,0 +1,6 @@
---
title: "Self Hosting"
date: 2021-12-17T21:31:04+01:00
draft: true
---

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

1
themes/etch Submodule

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