21:25:52
icon

im picky about every single byte of html so i have to create my own Jekyll theme.
named it "Plain".
github.com/jekyll-theme-plain/

Web site image
GitHub - jekyll-theme-plain/jekyll-theme-plain: A plain text-like Jekyll theme for GitHub Pages
21:04:51
icon

some say its outdated, however.

the competitors are Hugo (2013), Next.js (2016), Eleventy (2018), Astro (2021), etc.

20:55:57
icon

the best SSG today is Jekyll (2008), imo.
it can be used on github w/o terminal.
(i use it locally, tho.)

so the greatest number of ppl can benefit from my contribution.

17:48:20
icon

i have 2 branches in my repo:
• gh-pages - for generated html
• main - for source
github.com/yuuki15/yuuki15.git

i build the site locally using a SSG.
the result is deployed to gh-pages (w/o SSG).
so i can use any SSG.

Web site image
GitHub - yuuki15/yuuki15.github.io: yuuki''s personal website
16:58:23
icon

if i were to write html by hand, i'd have to write this boilerplate every time.

alternatively, i can use a static site generator (SSG).

Attach image
16:31:37
icon

i cant use notion or medium.
bc im picky about the html, byte by byte.
bc my site is my home.

16:26:05
15:45:42
15:41:30
icon

i want to create a simple site like this.
links, bio, and blog.

Attach image
Attach image
Attach image