fix(ideas): Udate the ideas page
parent
3d18a40806
commit
f71b843053
|
@ -2,7 +2,7 @@
|
|||
title = "Ideas"
|
||||
template = "ideas.html"
|
||||
date = "2022-11-01"
|
||||
updated = "2024-12-09"
|
||||
updated = "2024-12-12"
|
||||
extra = { "theme" = "ideas.css" }
|
||||
+++
|
||||
|
||||
|
@ -17,9 +17,12 @@ extra = { "theme" = "ideas.css" }
|
|||
I'm not sure such a list would be truly useful, but it would be nice to have
|
||||
it, as I currently lack such an overview.
|
||||
* Take a look at [IndieWeb](https://indieweb.org/)
|
||||
* This is quite an open-ended task, a bit "unachievable".
|
||||
* I rather need to determine the specific features I want to implement.
|
||||
* Learn more about [Microformats](https://indieweb.org/microformats)
|
||||
([Microformats](https://microformats.org/wiki/microformats2))
|
||||
* `h-card` and `h-entry` have been implemented here.
|
||||
* `h-card` and `h-entry` have been implemented here. (`h-card` might not be
|
||||
implemented in every page.)
|
||||
* To be implemented on my other static websites
|
||||
* Learn about [Micropub](https://indieweb.org/Micropub)
|
||||
* Learn about [Webmention](https://indieweb.org/Webmention)
|
||||
|
@ -36,6 +39,7 @@ extra = { "theme" = "ideas.css" }
|
|||
* A
|
||||
[/feeds](https://marcus.io/blog/making-rss-more-visible-again-with-slash-feeds) page.
|
||||
* A standard Zola development base for my websites
|
||||
* I’m not sure this would really be useful.
|
||||
* [Documentation about
|
||||
self-hosting](https://unknown-artist-selfhost.frama.io/selfhost-wiki/)
|
||||
* A `/uses` page, explaining how this website works (Zola, IndieWeb etc)
|
||||
|
@ -48,13 +52,10 @@ extra = { "theme" = "ideas.css" }
|
|||
|
||||
* A page using <span style="font-family: 'Comic Sans'">Comic Sans</span>.
|
||||
* A CLI-like page (green on black).
|
||||
* A page with all kinds of blinkies, 80x15 buttons and the like. I'm already
|
||||
collecting some in the footer of this site, but I'd like a page with the
|
||||
ones I make and the other cool I find.
|
||||
* [Web Badges World](https://web.badges.world/) has some nice stuff.
|
||||
* [SH2/Buttons](https://sh2.us/buttons) too
|
||||
* Done [here](@/buttons.md)
|
||||
* Buttons for my various websites
|
||||
* Make website responsive :
|
||||
* [~ydreniv](#)
|
||||
* [Minis](https://minis.kestrels-and-roses.rocks)
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
|
@ -113,3 +114,17 @@ extra = { "theme" = "ideas.css" }
|
|||
Docker reference !
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
## Done
|
||||
|
||||
* A page with all kinds of blinkies, 80x15 buttons and the like. I'm already
|
||||
collecting some in the footer of this site, but I'd like a page with the
|
||||
ones I make and the other cool I find.
|
||||
* [Web Badges World](https://web.badges.world/) has some nice stuff.
|
||||
* [SH2/Buttons](https://sh2.us/buttons) too
|
||||
* Done [here](@/buttons.md)
|
||||
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue