created /ideas
This commit is contained in:
parent
253a78e4f1
commit
a32781d8ee
2 changed files with 30 additions and 0 deletions
29
_pages/ideas.md
Normal file
29
_pages/ideas.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
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.
|
||||
|
||||
### 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.
|
||||
|
||||
### Homelab
|
||||
|
||||
- [ ] Build split keyboard
|
||||
- [ ] Plug new GPU card into [[cube]]
|
||||
- [ ] Setup [[homeassistant]]
|
||||
- [ ] Migrate that one Ubuntu VPS to [[NixOS]].
|
||||
|
||||
|
|
@ -17,6 +17,7 @@ root: true
|
|||
|
||||
<nav aria-label="Additional content">
|
||||
<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/blogroll.md %}">Blogroll</a><hr class="inline-hr">
|
||||
<!-- <a href="{% link _pages/banners.md %}">88×31</a> -->
|
||||
|
|
Loading…
Reference in a new issue