intial commit

Signed-off-by: Amolith <amolith@nixnet.xyz>
This commit is contained in:
Amolith 2020-02-01 23:06:06 -05:00
commit 51c889c974
Signed by: Amolith
GPG Key ID: CA3EFC40662C19BA
9 changed files with 78 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
themes/hello-friend-ng

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hello-friend-ng"]
path = themes/hello-friend-ng
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

49
config.toml Normal file
View File

@ -0,0 +1,49 @@
baseURL = "/"
languageCode = "en-GB"
title = "Secluded.Site"
theme = "hello-friend-ng"
copyright = "This work is licensed under Creative Commons Attribution 4.0 International License."
enableGitInfo = true
[permalinks]
posts = "/posts/:title/"
[author]
name = "Amolith"
[params]
dateform = "2 January 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0500"
disableReadOtherPosts = false
defaultTheme = "dark"
description = "Blog of a pseudonymous netizen"
homeSubtitle = "Welcome"
keywords = "sysadmin, privacy, opsec, infosec, linux, floss, foss, libre"
images = [""]
contentTypeName = "posts"
[languages]
[languages.en]
title = "Secluded.Site"
subtitle = ""
keywords = ""
copyright = "<a href='https://creativecommons.org/licenses/by/4.0/' target='_blank'>CC-BY 4.0</a>"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "cat blog.txt"
logoHomeLink = "/"
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[params.social]]
name = "email"
url = "mailto:amolith@secluded.site"
[[params.social]]
name = "mastodon"
url = "https://masto.nixnet.xyz/@amolith"
[[params.social]]
name = "telegram"
url = "https://t.me/amolith"

6
content/about Normal file
View File

@ -0,0 +1,6 @@
---
title: "About"
date: 2020-02-01T22:41:30-05:00
draft: true
---

View File

@ -0,0 +1,10 @@
---
title: "Hello world!"
date: 2020-02-01T22:38:23-05:00
draft: true
toc: false
images:
tags:
- untagged
---

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"main.min.5dcefbf8102eb536dd3e2de53ffebfa58599ab2435c241a0db81728a5e015f2e.css","MediaType":"text/css","Data":{"Integrity":"sha256-Xc77+BAutTbdPi3lP/6/pYWZqyQ1wkGg24Fyil4BXy4="}}

@ -0,0 +1 @@
Subproject commit f3827e34826e96e749eae3c5d6ddf5c3355fb59b