first commit

This commit is contained in:
smallsolar 2024-12-01 19:52:48 +00:00
commit 004ab03b53
22 changed files with 52 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# December Adventure Website

2
categories/default/index.html Executable file
View File

@ -0,0 +1,2 @@
<!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>Default</title>
<link rel=stylesheet href=/css/style.css><link rel=alternate type=application/rss+xml href=/categories/default/index.xml title="SmallSolar December Adventures"></head><body><header>====================================<br>== <a href=https://blog.solarcene.community/>SmallSolar December Adventures</a> ==<br>====================================<div style=float:right></div><br><p><nav><a href=/><b>Start</b></a>.</header><main><div><h1>Default</h1></div><ul><li><div class=post-title><a href=/posts/2024-12-01-my-first-post/>My First Post</a></div></li></ul><div>1 of 1</div></main><footer><p>&copy; 2024 <a href=https://blog.solarcene.community/><b>SmallSolar December Adventures</b></a>.</p></footer></body></html>

2
categories/default/index.xml Executable file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Default on SmallSolar December Adventures</title><link>https://blog.solarcene.community/categories/default/</link><description>Recent content in Default on SmallSolar December Adventures</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 01 Dec 2024 07:18:36 +0000</lastBuildDate><atom:link href="https://blog.solarcene.community/categories/default/index.xml" rel="self" type="application/rss+xml"/><item><title>My First Post</title><link>https://blog.solarcene.community/posts/2024-12-01-my-first-post/</link><pubDate>Sun, 01 Dec 2024 07:18:36 +0000</pubDate><guid>https://blog.solarcene.community/posts/2024-12-01-my-first-post/</guid><description>&lt;h2 id="starting-december-adventure">Starting December Adventure&lt;/h2>
&lt;p>I found about the low key coding challenge through the &lt;a href="https://discord.gg/8ZkKKkA">Psion User Discord&lt;/a> and it was cool to see that a number of people I follow on mastodon took part previously. In a slight variation I&amp;rsquo;ve decided to focus on documentation as I&amp;rsquo;ve been promising to write up all the projects particularly the solar setup of solarcene.community. I&amp;rsquo;ll use a combination of this blog site and the gitea server I have at &lt;a href="https://git.solarcene.community">https://git.solarcene.community&lt;/a>&lt;/p></description></item></channel></rss>

View File

@ -0,0 +1,2 @@
<!doctype html><html lang=en-us><head><title>https://blog.solarcene.community/categories/default/</title>
<link rel=canonical href=https://blog.solarcene.community/categories/default/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.solarcene.community/categories/default/"></head></html>

2
categories/index.html Executable file
View File

@ -0,0 +1,2 @@
<!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="SmallSolar December Adventures"></head><body><header>====================================<br>== <a href=https://blog.solarcene.community/>SmallSolar December Adventures</a> ==<br>====================================<div style=float:right></div><br><p><nav><a href=/><b>Start</b></a>.</header><main><div><h1>Categories</h1></div><ul><li><div class=post-title><a href=/categories/default/>Default</a></div></li></ul><div>1 of 1</div></main><footer><p>&copy; 2024 <a href=https://blog.solarcene.community/><b>SmallSolar December Adventures</b></a>.</p></footer></body></html>

1
categories/index.xml Executable file
View File

@ -0,0 +1 @@
<?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 SmallSolar December Adventures</title><link>https://blog.solarcene.community/categories/</link><description>Recent content in Categories on SmallSolar December Adventures</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 01 Dec 2024 07:18:36 +0000</lastBuildDate><atom:link href="https://blog.solarcene.community/categories/index.xml" rel="self" type="application/rss+xml"/><item><title>Default</title><link>https://blog.solarcene.community/categories/default/</link><pubDate>Sun, 01 Dec 2024 07:18:36 +0000</pubDate><guid>https://blog.solarcene.community/categories/default/</guid><description/></item></channel></rss>

2
categories/page/1/index.html Executable file
View File

@ -0,0 +1,2 @@
<!doctype html><html lang=en-us><head><title>https://blog.solarcene.community/categories/</title>
<link rel=canonical href=https://blog.solarcene.community/categories/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.solarcene.community/categories/"></head></html>

12
css/style.css Executable file
View 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}

3
index.html Executable file
View File

@ -0,0 +1,3 @@
<!doctype html><html lang=en-us><head><meta name=generator content="Hugo 0.139.3"><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>SmallSolar December Adventures</title>
<link rel=stylesheet href=/css/style.css><link rel=alternate type=application/rss+xml href=/index.xml title="SmallSolar December Adventures"></head><body><header>====================================<br>== <a href=https://blog.solarcene.community/>SmallSolar December Adventures</a> ==<br>====================================<div style=float:right></div><br><p><nav><a href=/><b>Start</b></a>.</header><main><article><h1><a href=https://blog.solarcene.community/posts/2024-12-01-my-first-post/>My First Post</a></h1><b><time>2024-12-01 07:18:36</time></b>
<a href=/tags/default>default</a><div><h2 id=starting-december-adventure>Starting December Adventure</h2><p>I found about the low key coding challenge through the <a href=https://discord.gg/8ZkKKkA>Psion User Discord</a> and it was cool to see that a number of people I follow on mastodon took part previously. In a slight variation I&rsquo;ve decided to focus on documentation as I&rsquo;ve been promising to write up all the projects particularly the solar setup of solarcene.community. I&rsquo;ll use a combination of this blog site and the gitea server I have at <a href=https://git.solarcene.community>https://git.solarcene.community</a></p><a href=https://blog.solarcene.community/posts/2024-12-01-my-first-post/>Read more...</a></div></article><div>1 of 1</div></main><footer><p>&copy; 2024 <a href=https://blog.solarcene.community/><b>SmallSolar December Adventures</b></a>.</p></footer></body></html>

2
index.xml Executable file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SmallSolar December Adventures</title><link>https://blog.solarcene.community/</link><description>Recent content on SmallSolar December Adventures</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 01 Dec 2024 07:18:36 +0000</lastBuildDate><atom:link href="https://blog.solarcene.community/index.xml" rel="self" type="application/rss+xml"/><item><title>My First Post</title><link>https://blog.solarcene.community/posts/2024-12-01-my-first-post/</link><pubDate>Sun, 01 Dec 2024 07:18:36 +0000</pubDate><guid>https://blog.solarcene.community/posts/2024-12-01-my-first-post/</guid><description>&lt;h2 id="starting-december-adventure">Starting December Adventure&lt;/h2>
&lt;p>I found about the low key coding challenge through the &lt;a href="https://discord.gg/8ZkKKkA">Psion User Discord&lt;/a> and it was cool to see that a number of people I follow on mastodon took part previously. In a slight variation I&amp;rsquo;ve decided to focus on documentation as I&amp;rsquo;ve been promising to write up all the projects particularly the solar setup of solarcene.community. I&amp;rsquo;ll use a combination of this blog site and the gitea server I have at &lt;a href="https://git.solarcene.community">https://git.solarcene.community&lt;/a>&lt;/p></description></item></channel></rss>

2
page/1/index.html Executable file
View File

@ -0,0 +1,2 @@
<!doctype html><html lang=en-us><head><title>https://blog.solarcene.community/</title>
<link rel=canonical href=https://blog.solarcene.community/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.solarcene.community/"></head></html>

View File

@ -0,0 +1,3 @@
<!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>My First Post</title>
<link rel=stylesheet href=/css/style.css></head><body><header>====================================<br>== <a href=https://blog.solarcene.community/>SmallSolar December Adventures</a> ==<br>====================================<div style=float:right></div><br><p><nav><a href=/><b>Start</b></a>.</header><main><article><h1>My First Post</h1><b><time>2024-12-01 07:18:36</time></b>
<a href=/tags/default>default</a><div><h2 id=starting-december-adventure>Starting December Adventure</h2><p>I found about the low key coding challenge through the <a href=https://discord.gg/8ZkKKkA>Psion User Discord</a> and it was cool to see that a number of people I follow on mastodon took part previously. In a slight variation I&rsquo;ve decided to focus on documentation as I&rsquo;ve been promising to write up all the projects particularly the solar setup of solarcene.community. I&rsquo;ll use a combination of this blog site and the gitea server I have at <a href=https://git.solarcene.community>https://git.solarcene.community</a></p><p>First job was to setup a blog, I&rsquo;ve gone with <a href=https://gohugo.io>Hugo</a> to create a static site, I&rsquo;ve set it up on the NanoPi Neo which acts as the nginx router (my system layout will be a future topic). I ended up using the pre-built binaries for <strong>go</strong> and <strong>hugo</strong> as building from source would never work succeed (only having 256Mb of RAM - and yes I did try but after 10hrs it just got silly), I bascially followed the <a href=https://gohugo.io/getting-started/quick-start/>quickstart guide</a> and installed the <a href=https://themes.gohugo.io/themes/smol/>smol</a> theme. Finally setup nginx to point to server.</p><p>Projects I plan to document include:</p><ul><li>Solar Hardware (with diagrams)</li><li>Solarcene Mastodon Power code/setup</li><li>Solarcene grayscale/dithering code</li><li>My basic/simple hacks for Grafana</li><li>Summer hydroponics setup (hardware/code and results)</li><li>Plans for 2025</li></ul><p>Visit the <a href=https://eli.li/december-adventure>December Adventure</a> website to learn more!</p></div></article></main><aside><div><div><h3>LATEST POSTS</h3></div><div><ul><li><a href=/posts/2024-12-01-my-first-post/>My First Post</a></li></ul></div></div></aside><footer><p>&copy; 2024 <a href=https://blog.solarcene.community/><b>SmallSolar December Adventures</b></a>.</p></footer></body></html>

2
posts/index.html Executable file
View File

@ -0,0 +1,2 @@
<!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>Posts</title>
<link rel=stylesheet href=/css/style.css><link rel=alternate type=application/rss+xml href=/posts/index.xml title="SmallSolar December Adventures"></head><body><header>====================================<br>== <a href=https://blog.solarcene.community/>SmallSolar December Adventures</a> ==<br>====================================<div style=float:right></div><br><p><nav><a href=/><b>Start</b></a>.</header><main><div><h1>Posts</h1></div><ul><li><div class=post-title>2024-12-01 <a href=/posts/2024-12-01-my-first-post/>My First Post</a></div></li></ul><div>1 of 1</div></main><footer><p>&copy; 2024 <a href=https://blog.solarcene.community/><b>SmallSolar December Adventures</b></a>.</p></footer></body></html>

2
posts/index.xml Executable file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on SmallSolar December Adventures</title><link>https://blog.solarcene.community/posts/</link><description>Recent content in Posts on SmallSolar December Adventures</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 01 Dec 2024 07:18:36 +0000</lastBuildDate><atom:link href="https://blog.solarcene.community/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>My First Post</title><link>https://blog.solarcene.community/posts/2024-12-01-my-first-post/</link><pubDate>Sun, 01 Dec 2024 07:18:36 +0000</pubDate><guid>https://blog.solarcene.community/posts/2024-12-01-my-first-post/</guid><description>&lt;h2 id="starting-december-adventure">Starting December Adventure&lt;/h2>
&lt;p>I found about the low key coding challenge through the &lt;a href="https://discord.gg/8ZkKKkA">Psion User Discord&lt;/a> and it was cool to see that a number of people I follow on mastodon took part previously. In a slight variation I&amp;rsquo;ve decided to focus on documentation as I&amp;rsquo;ve been promising to write up all the projects particularly the solar setup of solarcene.community. I&amp;rsquo;ll use a combination of this blog site and the gitea server I have at &lt;a href="https://git.solarcene.community">https://git.solarcene.community&lt;/a>&lt;/p></description></item></channel></rss>

2
posts/page/1/index.html Executable file
View File

@ -0,0 +1,2 @@
<!doctype html><html lang=en-us><head><title>https://blog.solarcene.community/posts/</title>
<link rel=canonical href=https://blog.solarcene.community/posts/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.solarcene.community/posts/"></head></html>

1
sitemap.xml Executable file
View File

@ -0,0 +1 @@
<?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://blog.solarcene.community/categories/</loc><lastmod>2024-12-01T07:18:36+00:00</lastmod></url><url><loc>https://blog.solarcene.community/tags/default/</loc><lastmod>2024-12-01T07:18:36+00:00</lastmod></url><url><loc>https://blog.solarcene.community/categories/default/</loc><lastmod>2024-12-01T07:18:36+00:00</lastmod></url><url><loc>https://blog.solarcene.community/posts/2024-12-01-my-first-post/</loc><lastmod>2024-12-01T07:18:36+00:00</lastmod></url><url><loc>https://blog.solarcene.community/posts/</loc><lastmod>2024-12-01T07:18:36+00:00</lastmod></url><url><loc>https://blog.solarcene.community/</loc><lastmod>2024-12-01T07:18:36+00:00</lastmod></url><url><loc>https://blog.solarcene.community/tags/</loc><lastmod>2024-12-01T07:18:36+00:00</lastmod></url></urlset>

2
tags/default/index.html Executable file
View File

@ -0,0 +1,2 @@
<!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>Default</title>
<link rel=stylesheet href=/css/style.css><link rel=alternate type=application/rss+xml href=/tags/default/index.xml title="SmallSolar December Adventures"></head><body><header>====================================<br>== <a href=https://blog.solarcene.community/>SmallSolar December Adventures</a> ==<br>====================================<div style=float:right></div><br><p><nav><a href=/><b>Start</b></a>.</header><main><div><h1>Default</h1></div><ul><li><div class=post-title><a href=/posts/2024-12-01-my-first-post/>My First Post</a></div></li></ul><div>1 of 1</div></main><footer><p>&copy; 2024 <a href=https://blog.solarcene.community/><b>SmallSolar December Adventures</b></a>.</p></footer></body></html>

2
tags/default/index.xml Executable file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Default on SmallSolar December Adventures</title><link>https://blog.solarcene.community/tags/default/</link><description>Recent content in Default on SmallSolar December Adventures</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 01 Dec 2024 07:18:36 +0000</lastBuildDate><atom:link href="https://blog.solarcene.community/tags/default/index.xml" rel="self" type="application/rss+xml"/><item><title>My First Post</title><link>https://blog.solarcene.community/posts/2024-12-01-my-first-post/</link><pubDate>Sun, 01 Dec 2024 07:18:36 +0000</pubDate><guid>https://blog.solarcene.community/posts/2024-12-01-my-first-post/</guid><description>&lt;h2 id="starting-december-adventure">Starting December Adventure&lt;/h2>
&lt;p>I found about the low key coding challenge through the &lt;a href="https://discord.gg/8ZkKKkA">Psion User Discord&lt;/a> and it was cool to see that a number of people I follow on mastodon took part previously. In a slight variation I&amp;rsquo;ve decided to focus on documentation as I&amp;rsquo;ve been promising to write up all the projects particularly the solar setup of solarcene.community. I&amp;rsquo;ll use a combination of this blog site and the gitea server I have at &lt;a href="https://git.solarcene.community">https://git.solarcene.community&lt;/a>&lt;/p></description></item></channel></rss>

2
tags/default/page/1/index.html Executable file
View File

@ -0,0 +1,2 @@
<!doctype html><html lang=en-us><head><title>https://blog.solarcene.community/tags/default/</title>
<link rel=canonical href=https://blog.solarcene.community/tags/default/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.solarcene.community/tags/default/"></head></html>

2
tags/index.html Executable file
View File

@ -0,0 +1,2 @@
<!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="SmallSolar December Adventures"></head><body><header>====================================<br>== <a href=https://blog.solarcene.community/>SmallSolar December Adventures</a> ==<br>====================================<div style=float:right></div><br><p><nav><a href=/><b>Start</b></a>.</header><main><div><h1>Tags</h1></div><ul><li><div class=post-title><a href=/tags/default/>Default</a></div></li></ul><div>1 of 1</div></main><footer><p>&copy; 2024 <a href=https://blog.solarcene.community/><b>SmallSolar December Adventures</b></a>.</p></footer></body></html>

1
tags/index.xml Executable file
View File

@ -0,0 +1 @@
<?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 SmallSolar December Adventures</title><link>https://blog.solarcene.community/tags/</link><description>Recent content in Tags on SmallSolar December Adventures</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 01 Dec 2024 07:18:36 +0000</lastBuildDate><atom:link href="https://blog.solarcene.community/tags/index.xml" rel="self" type="application/rss+xml"/><item><title>Default</title><link>https://blog.solarcene.community/tags/default/</link><pubDate>Sun, 01 Dec 2024 07:18:36 +0000</pubDate><guid>https://blog.solarcene.community/tags/default/</guid><description/></item></channel></rss>

2
tags/page/1/index.html Executable file
View File

@ -0,0 +1,2 @@
<!doctype html><html lang=en-us><head><title>https://blog.solarcene.community/tags/</title>
<link rel=canonical href=https://blog.solarcene.community/tags/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.solarcene.community/tags/"></head></html>