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