first commit
This commit is contained in:
3
posts/2024-12-01-my-first-post/index.html
Executable file
3
posts/2024-12-01-my-first-post/index.html
Executable 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’ve decided to focus on documentation as I’ve been promising to write up all the projects particularly the solar setup of solarcene.community. I’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’ve gone with <a href=https://gohugo.io>Hugo</a> to create a static site, I’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>© 2024 <a href=https://blog.solarcene.community/><b>SmallSolar December Adventures</b></a>.</p></footer></body></html>
|
2
posts/index.html
Executable file
2
posts/index.html
Executable 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>© 2024 <a href=https://blog.solarcene.community/><b>SmallSolar December Adventures</b></a>.</p></footer></body></html>
|
2
posts/index.xml
Executable file
2
posts/index.xml
Executable 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><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></description></item></channel></rss>
|
2
posts/page/1/index.html
Executable file
2
posts/page/1/index.html
Executable 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>
|
Reference in New Issue
Block a user