! Finalizing welcome page for the app itself
Now i can get back to doing backend thigns
This commit is contained in:
parent
05166a84c8
commit
b278649794
@ -11,3 +11,6 @@ theme = "dimension"
|
||||
copyrightText = "<a href=\"https://shockrah.xyz\">Shockrah</a>"
|
||||
logoImage = "favicon.png"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe= true
|
||||
|
||||
|
@ -2,4 +2,4 @@
|
||||
title = "Clippable"
|
||||
+++
|
||||
|
||||
A self hosted solution to sharing video clips on the internets
|
||||
A self hosted solution to sharing clips
|
7
gitpage/content/source.md
Normal file
7
gitpage/content/source.md
Normal file
@ -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`
|
@ -19,9 +19,9 @@
|
||||
<meta property="og:title" content="{{.Site.Title}}">
|
||||
<meta property="og:site_name" content="{{.Site.Title}}">
|
||||
<meta property="og:url" content="{{.Site.BaseURL}}">
|
||||
<meta property="og:description" content="A self hostable solution to clip sharing">
|
||||
<meta property="og:description" content="A self hosted solution sharing clips">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="{{.Site.BaseURL}}images/favicon.png">
|
||||
<meta property="og:image" content="{{.Site.BaseURL}}images/og-bg.jpg">
|
||||
|
||||
{{ partial "styles.html" . }}
|
||||
</head>
|
||||
|
3
gitpage/static/images/bg.jpg
Normal file
3
gitpage/static/images/bg.jpg
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bbcffd73f6633b8db0187cd48f849133cb63cdce03a1a258cfd3440ed463c18
|
||||
size 203740
|
3
gitpage/static/images/og-bg.jpg
Normal file
3
gitpage/static/images/og-bg.jpg
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9412715c0d896f4873ef363aae114e08c4de3e658b029d87dc8f6e8a5405d701
|
||||
size 86411
|
Loading…
Reference in New Issue
Block a user