steve0greatness,
created on Sunday, 31 December 2023, 06:04:23 (1704002663),
received on Monday, 6 May 2024, 02:55:33 (1714964133)
Author identity: Steve0Greatness <75220768+Steve0Greatness@users.noreply.github.com>
88eb05aee837988cf112f1c8546fa8fe71089400
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
git add docs/ git config --global user.name 'github-actions' git config --global user.email 'github-actions@github.com' git commit -am "Automated report"git commit -am "build to docs dir"git push - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4
static/src/global.css
@@ -4,6 +4,23 @@ html {
width: 100vw; } body { background-color: #0c0c10; color: #fff; } :any-link { color: #9a9af0; } :any-link:visited { color: #a99af0; } :any-link:active { color: #f09a9a; } main { padding: 0 8px; }
@@ -26,11 +43,11 @@ body > header {
display: flex; padding: 8px; align-items: center; background-color: #cecece;background-color: #ffffff05;} body > header :any-link { color: #1f1f1f;color: #f1f1f1 !important;} body > header h2 {
@@ -54,7 +71,7 @@ body > footer {
margin-top: 12px; width: calc(100vw - 16px); padding-top: 3px; border-top: 1px black solid;border-top: 1px currentColor solid;} .footer-link-list-holder {
@@ -67,10 +84,6 @@ body > footer {
margin: 0; } .footer-link-list :any-link {color: black;}.footer-link-list-label { font-weight: 900; font-size: 1.05rem;
views/_layout.html
@@ -3,11 +3,10 @@
<head> {% block Head %} <meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>{% block title %}{% endblock %} - S0G</title> <link rel="stylesheet" href="/src/pygments-friendly.css"><link rel="stylesheet" href="/src/global.css"><link rel="stylesheet" href="/src/global.css" />{% endblock %} </head>
views/blog-list.html
@@ -1,7 +1,7 @@
{% extends "_layout.html" %} {% block Head %} {{super()}} <link rel="alternate" href="/blog/feed.rss" type="application/rss+xml" title="Steve0Greatness' Blog"><link rel="alternate" href="/blog/feed.rss" type="application/rss+xml" title="Steve0Greatness' Blog" />{% endblock %} {% block title %}Blog Index{% endblock %} {% from "_macros.html" import GenerateBreadcrumbs %}
views/blog-post.html
@@ -1,5 +1,9 @@
{% extends "_layout.html" %} {% block title %}{{ Title }}{% endblock %} {% block Head %} {{super()}} <link rel="stylesheet" href="/src/pygments-friendly.css" /> {% endblock %}{% from "_macros.html" import GenerateBreadcrumbs %} {% block breadcrumbs %}{{ GenerateBreadcrumbs([{ "href": "/blog","title": "Blog Index" }, {"href": "#", "title": Title}]) }}{% endblock %} {% block content %}