initial setup
This commit is contained in:
commit
71087f4242
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
resources/_gen/
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "themes/etch"]
|
||||
path = themes/etch
|
||||
url = https://github.com/richmans/etch.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
|
||||
---
|
||||
|
17
config.toml
Normal file
17
config.toml
Normal 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
content/blog/announcing-clearsky.md
Normal file
6
content/blog/announcing-clearsky.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Announcing Clearsky"
|
||||
date: 2021-12-17T21:25:16+01:00
|
||||
draft: true
|
||||
---
|
||||
Hello, this is clearsky!
|
6
content/blog/self-hosting.md
Normal file
6
content/blog/self-hosting.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Self Hosting"
|
||||
date: 2021-12-17T21:31:04+01:00
|
||||
draft: true
|
||||
---
|
||||
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
1
themes/etch
Submodule
1
themes/etch
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f6133c4eac182bdd560ed80c4c07495b043ed8fd
|
Loading…
Reference in New Issue
Block a user