initial commit
This commit is contained in:
commit
acc1c3e36d
17 changed files with 338 additions and 0 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "themes/minindie"]
|
||||
path = themes/minindie
|
||||
url = https://git.sr.ht/~bacardi55/MinIndie
|
||||
[submodule "themes/smol"]
|
||||
path = themes/smol
|
||||
url = https://github.com/colorchestra/smol
|
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
46
hugo.toml
Normal file
46
hugo.toml
Normal file
|
@ -0,0 +1,46 @@
|
|||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = "Sencyy's website"
|
||||
theme = 'smol'
|
||||
author = 'Sencyy'
|
||||
|
||||
# Parameters
|
||||
[params]
|
||||
subtitle = "A blog for my personal stuff"
|
||||
dateFmt = "02.01.2006 15:04"
|
||||
|
||||
# Header
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "posts"
|
||||
name = "Posts"
|
||||
url = "/posts/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "categories"
|
||||
name = "Categories"
|
||||
url = "/categories/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 3
|
||||
|
||||
# Footer
|
||||
[[menu.footer]]
|
||||
name = "Github"
|
||||
url = "https://github.com/example"
|
||||
weight = 1
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Mastodon"
|
||||
url = "https://example.com/@user"
|
||||
weight = 2
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Imprint"
|
||||
url = "/imprint"
|
||||
weight = 3
|
67
public/categories/index.html
Normal file
67
public/categories/index.html
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<style type=text/css>body{font-family:monospace;}</style>
|
||||
<title>Categories</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="Sencyy's website">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
======================<br>
|
||||
== <a href="https://example.org/">Sencyy's website</a> ==<br>
|
||||
======================
|
||||
<div style="float: right;">A blog for my personal stuff</div><br>
|
||||
<p>
|
||||
<nav>
|
||||
<a href="/"><b>Start</b></a>.
|
||||
|
||||
|
||||
<a href="/posts/"><b>Posts</b></a>.
|
||||
|
||||
<a href="/categories/"><b>Categories</b></a>.
|
||||
|
||||
<a href="/tags/"><b>Tags</b></a>.
|
||||
|
||||
</nav>
|
||||
</p>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
<div>
|
||||
<h1>Categories</h1>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
<div>
|
||||
|
||||
1 of 0
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2024 <a href="https://example.org/"><b>Sencyy's website</b></a>.
|
||||
<a href="https://github.com/example"><b>Github</b></a>.
|
||||
<a href="https://example.com/@user"><b>Mastodon</b></a>.
|
||||
<a href="/imprint"><b>Imprint</b></a>.
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
11
public/categories/index.xml
Normal file
11
public/categories/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on Sencyy's website</title>
|
||||
<link>https://example.org/categories/</link>
|
||||
<description>Recent content in Categories on Sencyy's website</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="https://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
10
public/categories/page/1/index.html
Normal file
10
public/categories/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://example.org/categories/</title>
|
||||
<link rel="canonical" href="https://example.org/categories/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://example.org/categories/">
|
||||
</head>
|
||||
</html>
|
12
public/css/style.css
Normal file
12
public/css/style.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
html {overflow-y: scroll}
|
||||
:root { --bgcolor: white; --fontcolor: #444; --linkcolor: #00e; --visitedcolor: #551a8b; --precolor: #fff; --prebgcolor: #000;}
|
||||
@media (prefers-color-scheme: dark) { :root { --bgcolor: black; --fontcolor: white; --linkcolor: #5bf; --visitedcolor: #ae5ee0; --precolor: #fff; --prebgcolor: #383838;}}
|
||||
body{max-width:800px;margin:40px auto;padding:0 10px;font:14px/1.5 monospace;color:var(--fontcolor); background: var(--bgcolor)}a:link{color: var(--linkcolor)}a:visited{color: var(--visitedcolor)}a:active{color: var(--visitedcolor)}h1,h2,h3{line-height:1.2}
|
||||
p > code{color: var(--precolor); background: var(--prebgcolor); padding:2px}
|
||||
code{color: var(--precolor); background: var(--prebgcolor); padding:2px}
|
||||
pre{color: var(--precolor); background: var(--prebgcolor); padding:24px; overflow-x: auto}
|
||||
article{padding:24px 0}
|
||||
.center {display: block;margin-left: auto;margin-right: auto;width: 100%;}
|
||||
figcaption {color: #888; font: 12px/1.5 monospace; text-align: center;}
|
||||
figure {margin: auto}
|
||||
img {display: block; max-width: 100%; height: auto; margin: auto}
|
59
public/index.html
Normal file
59
public/index.html
Normal file
|
@ -0,0 +1,59 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.132.1">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<style type=text/css>body{font-family:monospace;}</style>
|
||||
<title>Sencyy's website</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Sencyy's website">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
======================<br>
|
||||
== <a href="https://example.org/">Sencyy's website</a> ==<br>
|
||||
======================
|
||||
<div style="float: right;">A blog for my personal stuff</div><br>
|
||||
<p>
|
||||
<nav>
|
||||
<a href="/"><b>Start</b></a>.
|
||||
|
||||
|
||||
<a href="/posts/"><b>Posts</b></a>.
|
||||
|
||||
<a href="/categories/"><b>Categories</b></a>.
|
||||
|
||||
<a href="/tags/"><b>Tags</b></a>.
|
||||
|
||||
</nav>
|
||||
</p>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
<div>
|
||||
|
||||
1 of 0
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2024 <a href="https://example.org/"><b>Sencyy's website</b></a>.
|
||||
<a href="https://github.com/example"><b>Github</b></a>.
|
||||
<a href="https://example.com/@user"><b>Mastodon</b></a>.
|
||||
<a href="/imprint"><b>Imprint</b></a>.
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
11
public/index.xml
Normal file
11
public/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Sencyy's website</title>
|
||||
<link>https://example.org/</link>
|
||||
<description>Recent content on Sencyy's website</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="https://example.org/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
10
public/page/1/index.html
Normal file
10
public/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://example.org/</title>
|
||||
<link rel="canonical" href="https://example.org/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://example.org/">
|
||||
</head>
|
||||
</html>
|
11
public/sitemap.xml
Normal file
11
public/sitemap.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://example.org/categories/</loc>
|
||||
</url><url>
|
||||
<loc>https://example.org/</loc>
|
||||
</url><url>
|
||||
<loc>https://example.org/tags/</loc>
|
||||
</url>
|
||||
</urlset>
|
67
public/tags/index.html
Normal file
67
public/tags/index.html
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<style type=text/css>body{font-family:monospace;}</style>
|
||||
<title>Tags</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="Sencyy's website">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
======================<br>
|
||||
== <a href="https://example.org/">Sencyy's website</a> ==<br>
|
||||
======================
|
||||
<div style="float: right;">A blog for my personal stuff</div><br>
|
||||
<p>
|
||||
<nav>
|
||||
<a href="/"><b>Start</b></a>.
|
||||
|
||||
|
||||
<a href="/posts/"><b>Posts</b></a>.
|
||||
|
||||
<a href="/categories/"><b>Categories</b></a>.
|
||||
|
||||
<a href="/tags/"><b>Tags</b></a>.
|
||||
|
||||
</nav>
|
||||
</p>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
<div>
|
||||
<h1>Tags</h1>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
<div>
|
||||
|
||||
1 of 0
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2024 <a href="https://example.org/"><b>Sencyy's website</b></a>.
|
||||
<a href="https://github.com/example"><b>Github</b></a>.
|
||||
<a href="https://example.com/@user"><b>Mastodon</b></a>.
|
||||
<a href="/imprint"><b>Imprint</b></a>.
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
11
public/tags/index.xml
Normal file
11
public/tags/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on Sencyy's website</title>
|
||||
<link>https://example.org/tags/</link>
|
||||
<description>Recent content in Tags on Sencyy's website</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="https://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
10
public/tags/page/1/index.html
Normal file
10
public/tags/page/1/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://example.org/tags/</title>
|
||||
<link rel="canonical" href="https://example.org/tags/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://example.org/tags/">
|
||||
</head>
|
||||
</html>
|
BIN
site.tar.gz
Normal file
BIN
site.tar.gz
Normal file
Binary file not shown.
1
themes/minindie
Submodule
1
themes/minindie
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit bbd9e3478f40d1f77c914fb48ed48a1ebb37cb3a
|
1
themes/smol
Submodule
1
themes/smol
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9c5b894c09507df23a167eaddd9a1a351d89cbf4
|
Loading…
Reference in a new issue