From b278649794d26adb303404a185fa55594027bc44 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 17 Oct 2021 21:14:00 -0700 Subject: [PATCH] ! Finalizing welcome page for the app itself Now i can get back to doing backend thigns --- gitpage/config.toml | 3 +++ gitpage/content/_index.md | 2 +- gitpage/content/source.md | 7 +++++++ gitpage/layouts/partials/head.html | 4 ++-- gitpage/static/images/bg.jpg | 3 +++ gitpage/static/images/og-bg.jpg | 3 +++ 6 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 gitpage/content/source.md create mode 100644 gitpage/static/images/bg.jpg create mode 100644 gitpage/static/images/og-bg.jpg diff --git a/gitpage/config.toml b/gitpage/config.toml index 26fd643..69982a5 100644 --- a/gitpage/config.toml +++ b/gitpage/config.toml @@ -11,3 +11,6 @@ theme = "dimension" copyrightText = "Shockrah" logoImage = "favicon.png" +[markup.goldmark.renderer] +unsafe= true + diff --git a/gitpage/content/_index.md b/gitpage/content/_index.md index f1e35bf..1080f9c 100644 --- a/gitpage/content/_index.md +++ b/gitpage/content/_index.md @@ -2,4 +2,4 @@ title = "Clippable" +++ -A self hosted solution to sharing video clips on the internets +A self hosted solution to sharing clips \ No newline at end of file diff --git a/gitpage/content/source.md b/gitpage/content/source.md new file mode 100644 index 0000000..8c6c8ab --- /dev/null +++ b/gitpage/content/source.md @@ -0,0 +1,7 @@ ++++ +title = "Source Code" ++++ + +For those interested the [link is here](https://gitlab.com/shockrah/clippable) + +Plain text: `https://gitlab.com/shockrah/clippable` \ No newline at end of file diff --git a/gitpage/layouts/partials/head.html b/gitpage/layouts/partials/head.html index 90721c0..2a42d2a 100644 --- a/gitpage/layouts/partials/head.html +++ b/gitpage/layouts/partials/head.html @@ -19,9 +19,9 @@ - + - + {{ partial "styles.html" . }} diff --git a/gitpage/static/images/bg.jpg b/gitpage/static/images/bg.jpg new file mode 100644 index 0000000..2da905b --- /dev/null +++ b/gitpage/static/images/bg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbcffd73f6633b8db0187cd48f849133cb63cdce03a1a258cfd3440ed463c18 +size 203740 diff --git a/gitpage/static/images/og-bg.jpg b/gitpage/static/images/og-bg.jpg new file mode 100644 index 0000000..637fe45 --- /dev/null +++ b/gitpage/static/images/og-bg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9412715c0d896f4873ef363aae114e08c4de3e658b029d87dc8f6e8a5405d701 +size 86411