My site with gemlog, blog, maybe phlog.
Go to file
hedy aeb98aa31c
Makefile: Include generated tags/gemini/
2022-05-15 18:22:02 +08:00
archetypes Update index, add ~cafe spotlight, update CSS 2022-05-07 16:16:01 +08:00
assets CSS: Fix margins of after-content 2022-05-15 09:47:08 +08:00
content Head: Add meta description, remove useless <a> in <head> 2022-05-15 09:47:56 +08:00
layouts XML: Prettify RSS and Atom feeds by taking care of whitespace 2022-05-15 09:51:36 +08:00
static Remove cover screenshot 2022-05-14 21:45:31 +08:00
.gitignore untrack resources 2021-02-26 03:02:31 +00:00
LICENSE Use MIT for code and CC-BY-SA for content 2021-02-22 03:46:53 +00:00
Makefile Makefile: Include generated tags/gemini/ 2022-05-15 18:22:02 +08:00
README.md Remove cover screenshot 2022-05-14 21:45:31 +08:00
config.toml Head: Add meta description, remove useless <a> in <head> 2022-05-15 09:47:56 +08:00

README.md

~hedy's site

This is my website and gemini capsule source code. Link is currently hedy.tilde.cafe on both web and gemini.

It has a blog and a few pages. The blog has mostly the same post for web/gemini and the web version has an RSS feed and the gemini version has an atom feed. I also have tags, last-update, and changelog link for each post. As to comments it's currently via email, though I plan to setup CGI-based like/comment system for gemini. Webmentions are planned too, I have linked the pingback etc links in the <head> but I don't have them setup and working yet. I also want to make this a lightweight CGI-based solution.

That's about it! Nothing fancy. The CSS is pretty minimal, but not brutalist design. It has a few custom colors, a sans-serif font stack, and some styling in the footer and nav. Everything else is partially based on top of simple css and sometimes seirdy's site.

todo

  • let gemini version also have a post page at /posts/index.gmi

  • post-index.md and gmi for content put after the posts list

  • rethink on the post slugs. currently /posts/file-name-or-slug/ but I might put the date or something in there idk

  • minify images and use WebP