commit 71087f42423db9cd5fbb052c5db64943e24dce47 Author: richmans Date: Sun Dec 19 12:34:15 2021 +0100 initial setup diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9f1533 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +resources/_gen/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dd4a727 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/etch"] + path = themes/etch + url = https://github.com/richmans/etch.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..7d1f560 --- /dev/null +++ b/config.toml @@ -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 \ No newline at end of file diff --git a/content/blog/announcing-clearsky.md b/content/blog/announcing-clearsky.md new file mode 100644 index 0000000..c13dc57 --- /dev/null +++ b/content/blog/announcing-clearsky.md @@ -0,0 +1,6 @@ +--- +title: "Announcing Clearsky" +date: 2021-12-17T21:25:16+01:00 +draft: true +--- +Hello, this is clearsky! \ No newline at end of file diff --git a/content/blog/self-hosting.md b/content/blog/self-hosting.md new file mode 100644 index 0000000..ea7c40a --- /dev/null +++ b/content/blog/self-hosting.md @@ -0,0 +1,6 @@ +--- +title: "Self Hosting" +date: 2021-12-17T21:31:04+01:00 +draft: true +--- + diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..bac821a Binary files /dev/null and b/static/favicon.ico differ diff --git a/themes/etch b/themes/etch new file mode 160000 index 0000000..f6133c4 --- /dev/null +++ b/themes/etch @@ -0,0 +1 @@ +Subproject commit f6133c4eac182bdd560ed80c4c07495b043ed8fd