Compare commits
No commits in common. "3f852d8ab800de78bc1c836a5122ed19a21e1882" and "253a78e4f13acf36a9c347004dd0ed645bd22543" have entirely different histories.
3f852d8ab8
...
253a78e4f1
3 changed files with 1 additions and 42 deletions
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
title: Note
|
|
||||||
date: "2024-09-13 16:54"
|
|
||||||
---
|
|
||||||
|
|
||||||
This site now has an [/ideas](/ideas) page.
|
|
|
@ -1,33 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
title: Ideas
|
|
||||||
permalink: /ideas/
|
|
||||||
---
|
|
||||||
|
|
||||||
This is a list of things I want to do, it's a partner to [[now]] and [[about]].
|
|
||||||
Read more about [aboutideasnow.com](https://aboutideasnow.com/about).
|
|
||||||
|
|
||||||
There are **a lot** of different project I want to do, more than I can in a reasonable time. But that's ok.
|
|
||||||
|
|
||||||
Last update: 2024-09-13.
|
|
||||||
|
|
||||||
### Website
|
|
||||||
|
|
||||||
- [ ] Photos
|
|
||||||
- [ ] convert /notes to /journal and setup notes like a wiki.
|
|
||||||
- [X] switch theme to [[everforest]].
|
|
||||||
- [ ] import bookmarks from omnivore
|
|
||||||
- [ ] fetch updates from [my status page](https://status.muhh.lol) to get them home
|
|
||||||
- [ ] mobile publish workflow, something over ssh should be not too much to build
|
|
||||||
- [ ] pull in data from [/now](https://omg.muhh.lol/now) and display it here. create an archive from it.
|
|
||||||
- [ ] add some more [slashpages](https://slashpages.net/)
|
|
||||||
- [ ] improve the feeds
|
|
||||||
|
|
||||||
### Homelab
|
|
||||||
|
|
||||||
- [ ] Build split keyboard
|
|
||||||
- [ ] Plug new GPU card into [[cube]]
|
|
||||||
- [ ] Setup [[homeassistant]]
|
|
||||||
- [ ] Migrate that one Ubuntu VPS to [[NixOS]].
|
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@ root: true
|
||||||
|
|
||||||
<nav aria-label="Additional content">
|
<nav aria-label="Additional content">
|
||||||
<a href="https://omg.muhh.lol/now">Now</a><hr class="inline-hr">
|
<a href="https://omg.muhh.lol/now">Now</a><hr class="inline-hr">
|
||||||
<a href="{% link _pages/ideas.md %}">Ideas</a><hr class="inline-hr">
|
|
||||||
<a href="{% link _pages/qna.md %}">Q&A</a><hr class="inline-hr">
|
<a href="{% link _pages/qna.md %}">Q&A</a><hr class="inline-hr">
|
||||||
<a href="{% link _pages/blogroll.md %}">Blogroll</a><hr class="inline-hr">
|
<a href="{% link _pages/blogroll.md %}">Blogroll</a><hr class="inline-hr">
|
||||||
<!-- <a href="{% link _pages/banners.md %}">88×31</a> -->
|
<!-- <a href="{% link _pages/banners.md %}">88×31</a> -->
|
||||||
|
@ -25,7 +24,7 @@ root: true
|
||||||
<!-- <a href="{% link _pages/defaults.md %}">Defaults</a> -->
|
<!-- <a href="{% link _pages/defaults.md %}">Defaults</a> -->
|
||||||
</nav>
|
</nav>
|
||||||
<nav aria-label="Social">
|
<nav aria-label="Social">
|
||||||
<a href="https://www.byzero.de" rel="me">My old blog</a><hr class="inline-hr"> <a href="https://social.lol/@muhh" rel="me">Mastodon</a><hr class="inline-hr"> <a href="https://omg.muhh.lol" rel="me">OMG.LOL</a><hr class="inline-hr"> <a href="https://www.hammelblog.de" rel="me">German blog</a><hr class="inline-hr"> <a href="https://watch.muhh.lol" rel="me">Livestream</a>
|
<a href="https://www.byzero.de" rel="me">My old blog</a><hr class="inline-hr"> <a href="https://social.lol/@muhh" rel="me">Mastodon</a><hr class="inline-hr"> <a href="https://omg.muhh.lol" rel="me">OMG.LOL</a><hr class="inline-hr"> <a href="https://www.hammelblog.de" rel="me">German blog</a><hr class="inline-hr"> <a href="https://live.byzero.de" rel="me">Livestream</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<hr class="hr">
|
<hr class="hr">
|
||||||
|
|
Loading…
Reference in a new issue