+ Finalizing docs page for now
This commit is contained in:
parent
bfdb5b3414
commit
cc0ea8411e
@ -1,6 +1,7 @@
|
|||||||
baseURL = 'https://shockrah.gitlab.io/clippable'
|
baseURL = 'https://shockrah.gitlab.io/clippable'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Clippable'
|
title = 'What is Clippable'
|
||||||
|
description = "A self hostable solution to clip sharing"
|
||||||
|
|
||||||
theme = "dimension-hugo"
|
theme = "dimension-hugo"
|
||||||
|
|
||||||
@ -8,4 +9,5 @@ theme = "dimension-hugo"
|
|||||||
author = "shockrah"
|
author = "shockrah"
|
||||||
description = "A self hostable solution to clip sharing"
|
description = "A self hostable solution to clip sharing"
|
||||||
copyrightText = "<a href=\"https://shockrah.xyz\">Shockrah</a>"
|
copyrightText = "<a href=\"https://shockrah.xyz\">Shockrah</a>"
|
||||||
|
logoImage = "favicon.png"
|
||||||
|
|
||||||
|
19
gitpage/content/about.md
Normal file
19
gitpage/content/about.md
Normal file
@ -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.
|
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Configuring Clippable"
|
title = "Configuring"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
|
28
gitpage/layouts/partials/head.html
Normal file
28
gitpage/layouts/partials/head.html
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<head>
|
||||||
|
<title>{{ .Site.Title }}</title>
|
||||||
|
|
||||||
|
{{ with .Site.Params.Description }}
|
||||||
|
<meta name="description" content="{{.}}">
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{- with .Site.Params.Author -}}
|
||||||
|
<meta name="author" content="{{.}}">
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<meta http-equiv="content-language" content="{{ .Lang }}">
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
|
{{ .Hugo.Generator }}
|
||||||
|
|
||||||
|
<link rel="shortcut icon" type="image/png" href="{{.Site.BaseURL}}/images/favicon.png">
|
||||||
|
|
||||||
|
<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:type" content="website">
|
||||||
|
<meta property="og:image" content="{{.Site.BaseURL}}images/favicon.png">
|
||||||
|
|
||||||
|
{{ partial "styles.html" . }}
|
||||||
|
</head>
|
||||||
|
|
3
gitpage/static/images/favicon.png
Normal file
3
gitpage/static/images/favicon.png
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4582377054b2a53e18c5f212a7f28aaf6915a6765d8f2f2b77b041152e8068ef
|
||||||
|
size 19080
|
Loading…
Reference in New Issue
Block a user