From cc0ea8411e3a2c60bc5f120a54d9ee3605c65fa0 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 16 Oct 2021 21:57:10 -0700 Subject: [PATCH] + Finalizing docs page for now --- gitpage/config.toml | 4 +++- gitpage/content/about.md | 19 +++++++++++++++++++ gitpage/content/configuration.md | 2 +- gitpage/layouts/partials/head.html | 28 ++++++++++++++++++++++++++++ gitpage/static/images/favicon.png | 3 +++ 5 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 gitpage/content/about.md create mode 100644 gitpage/layouts/partials/head.html create mode 100644 gitpage/static/images/favicon.png diff --git a/gitpage/config.toml b/gitpage/config.toml index 9b929eb..2b27228 100644 --- a/gitpage/config.toml +++ b/gitpage/config.toml @@ -1,6 +1,7 @@ baseURL = 'https://shockrah.gitlab.io/clippable' languageCode = 'en-us' -title = 'Clippable' +title = 'What is Clippable' +description = "A self hostable solution to clip sharing" theme = "dimension-hugo" @@ -8,4 +9,5 @@ theme = "dimension-hugo" author = "shockrah" description = "A self hostable solution to clip sharing" copyrightText = "Shockrah" + logoImage = "favicon.png" diff --git a/gitpage/content/about.md b/gitpage/content/about.md new file mode 100644 index 0000000..9010563 --- /dev/null +++ b/gitpage/content/about.md @@ -0,0 +1,19 @@ ++++ +title = "Tell me more" ++++ + +# Like posting clips everywhere? + +So do I, especially with friends when something interesting/funny happens. +I also don't like relying on others to host content for me so I made this to do +exactly that. + +You can post whatever you want because its your content, your site, your rules. + +# How does it work? + +Clips are organized into categories(folders).... + +That's it. + +Categories can have thumbnails too so they look distinct but that's up to you. diff --git a/gitpage/content/configuration.md b/gitpage/content/configuration.md index e091427..4a657c7 100644 --- a/gitpage/content/configuration.md +++ b/gitpage/content/configuration.md @@ -1,5 +1,5 @@ +++ -title = "Configuring Clippable" +title = "Configuring" +++ # Environment Variables diff --git a/gitpage/layouts/partials/head.html b/gitpage/layouts/partials/head.html new file mode 100644 index 0000000..90721c0 --- /dev/null +++ b/gitpage/layouts/partials/head.html @@ -0,0 +1,28 @@ + + {{ .Site.Title }} + + {{ with .Site.Params.Description }} + + {{ end }} + + {{- with .Site.Params.Author -}} + + {{ end }} + + + + + {{ .Hugo.Generator }} + + + + + + + + + + + {{ partial "styles.html" . }} + + diff --git a/gitpage/static/images/favicon.png b/gitpage/static/images/favicon.png new file mode 100644 index 0000000..91a7ca7 --- /dev/null +++ b/gitpage/static/images/favicon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4582377054b2a53e18c5f212a7f28aaf6915a6765d8f2f2b77b041152e8068ef +size 19080