summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-06-27 23:07:45 +0200
committermms <michal@sapka.me>2024-06-27 23:07:45 +0200
commit3613984d2b0182ee034f7d13ae92cb25902c77c7 (patch)
treec9e6e6b2d98dd59e8f86b4f39cdd02aefafe0085
parent9457af20f109c30403096937af8a36ad39121337 (diff)
feat(blog): remove column, move to more
-rw-r--r--content-org/blog-extra.org39
-rw-r--r--content/blog/more/_index.md22
-rw-r--r--content/more/contact/_index.md9
-rw-r--r--layouts/blog/baseof.html8
4 files changed, 48 insertions, 30 deletions
diff --git a/content-org/blog-extra.org b/content-org/blog-extra.org
index 3a3e61f..71afc50 100644
--- a/content-org/blog-extra.org
+++ b/content-org/blog-extra.org
@@ -61,36 +61,27 @@ I model some of my sites on [[https://cyber.dabamos.de/][The Cyber Vanguard]], b
I want to thank anyone who emailed me about this site. It's always a blast to read your mail!
-* Contact
+
+* More pages
:PROPERTIES:
-:EXPORT_HUGO_SECTION: blog/contact
+:EXPORT_HUGO_SECTION: blog/more
:EXPORT_FILE_NAME: _index
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract How to contact me
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/contact/ /me/contact/)
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract Other things on this blog
:END:
-** Contact
-
-
-I try not use social media except for YouTube and Mastodon. Therefore, you won't find me on Twitter, TikTok.
-
-**Email**: [[mailto:contact@michal.sapka.me][contact@michal.sapka.me]]
-**Mastodon**: [[https://emacs.ch/@ms][@mms@emacs.ch]]
-
-** GPG keys
-
-If you want, you can use my GPG key to validate signature (all emails from me should be signed) or to encrypt a message.
-You can find the key [here](/mms.gpg).
-
-Or you can import it directly
-
-#+begin_src shell
-curl -sL https://michal.sapka.me/mms.gpg | gpg --import
-#+end_src
+** Pages
-Log:
-- 2023-11-30: key *72AC6E152B4D98DE4CEF2CDA7E97D88147ED66E7* created
+- [[/blog/now][Now]] - What am I doing now?
+- [[/blog/uses][Uses]] - What hardware and software I use?
+- [[/blog/about/][About]] - General info
+- [[/blog/contact/][Contact]] - How to contact me?
+
+** My other sites
+- [[/][Homepage]] - the hub
+- [[/unix-history/][Unix History]] - how Unix came to be?
+- [[/cool-emacs/][Cool Emacs]] - cool things to do with Emacs
+- [[/brain-rot/][Brain Rots]] - reviews, mostly SciFi
* Now
:PROPERTIES:
diff --git a/content/blog/more/_index.md b/content/blog/more/_index.md
new file mode 100644
index 0000000..8aceaec
--- /dev/null
+++ b/content/blog/more/_index.md
@@ -0,0 +1,22 @@
++++
+title = "More pages"
+author = ["Michał Sapka"]
+draft = false
+weight = 1003
+abstract = "Other things on this blog"
++++
+
+## Pages {#pages}
+
+- [Now](/blog/now) - What am I doing now?
+- [Uses](/blog/uses) - What hardware and software I use?
+- [About](/blog/about/) - General info
+- [Contact](/blog/contact/) - How to contact me?
+
+
+## My other sites {#my-other-sites}
+
+- [Homepage](/) - the hub
+- [Unix History](/unix-history/) - how Unix came to be?
+- [Cool Emacs](/cool-emacs/) - cool things to do with Emacs
+- [Brain Rots](/brain-rot/) - reviews, mostly SciFi
diff --git a/content/more/contact/_index.md b/content/more/contact/_index.md
new file mode 100644
index 0000000..8b43361
--- /dev/null
+++ b/content/more/contact/_index.md
@@ -0,0 +1,9 @@
++++
+title = "More pages"
+author = ["Michał Sapka"]
+draft = false
+weight = 1003
+abstract = "Other things on this blog"
++++
+
+a
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html
index 373b998..ac10717 100644
--- a/layouts/blog/baseof.html
+++ b/layouts/blog/baseof.html
@@ -46,7 +46,7 @@
--hover-button-bg: #A8A4A0;
}
body {
- width: 1000px;
+ width: 800px;
margin-left: auto;
margin-right: auto;
background-color: var(--bg-color);
@@ -503,12 +503,8 @@
<a href="/blog">Michał's weblog</a>
</div><nav>
<a href="/">Homepage</a>
- <a href="/blog/about">About</a>
<a href="/blog/index.xml">RSS</a>
- </nav><nav>
- <a href="/blog/now">Now</a>
- <a href="/blog/uses">Uses</a>
- <a href="/blog/contact">Contact</a>
+ <a href="/blog/more">More</a>
</nav>
</header>