My site with gemlog, blog, maybe phlog.
Go to file
hedy 06198fdc7d
Nav, CSS, Content(index): Add favicon, better homepage and nav title
Basically all the changes involving my profile pics

- Favicon: 32x32 2-colors version
  - Both SVG and PNG provided

- Nav home link: Now having the icon next to the name
  - Configurable in config.toml (see its comment)
  - For homepage: the home link is Site.title
  - For other pages: icon next to name

- Index page h1: No more big ugly pfp, now inline
  - Using shortcodes with corresponding partials ln'ed to them

- CSS for the nav thing
  - Right now when user hovers on the home link, the portion has a
    background color. I tried to not select it but apparently failed.

    Desired behaviour: it should only have the hover effect if the home
    link does not have the image (which is the case for all pages other
    than index page, as described in second list item above).

    Current behaviour: A useless CSS selector change that did not alter
    the site's behaviour in any way whatsoever. Don't mind me, I'm
    horrible at comitting things for this repo - I tend to like to make
    a lot of changes in one go and commit using `git apply -p`. I also
    litter a lot of comments in the CSS, which apparently increases the
    size of the inline <style> in every. single. HTML file generated.
    Literally.

    Most likely switching back to external stylesheet in the future to
    save some bytes in my overall website size.

- (Most likely the worst CSS addition I've every made): A blinking
  lower-block for the h1 on index page. Seriously? CSS Animations on a
  supposedly "simple" site like this??? Hopefully I would know better
  and remove it soon.
  - It's only animated for like 5 seconds. After that it is hidden
  - For text-based browsers it willbe static and forever there. This may
    be a problem because it looks like my name has a trailing
    underscore 🤦
  - It just looks wrong. I didn't have the typewriter animation for the
    h1 text though, so ugh.
2022-05-16 20:16:48 +08:00
archetypes Update index, add ~cafe spotlight, update CSS 2022-05-07 16:16:01 +08:00
assets Nav, CSS, Content(index): Add favicon, better homepage and nav title 2022-05-16 20:16:48 +08:00
content Nav, CSS, Content(index): Add favicon, better homepage and nav title 2022-05-16 20:16:48 +08:00
layouts Nav, CSS, Content(index): Add favicon, better homepage and nav title 2022-05-16 20:16:48 +08:00
static Nav, CSS, Content(index): Add favicon, better homepage and nav title 2022-05-16 20:16:48 +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 README, Feeds, Post(meta): Redesign post list, add atom feed 2022-05-15 18:26:12 +08:00
config.toml Nav, CSS, Content(index): Add favicon, better homepage and nav title 2022-05-16 20:16:48 +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

  • minify images and use WebP

  • provide atom feed for www

  • show post description in list

  • content improvements

    • about
    • projects
    • syntax hilite post
    • gemini post
  • proper reply via email link