Skip to content

feat: new blog & jekyll migration - #1

Merged
libremelon merged 58 commits into
mainfrom
feature/jekyll-blog
Sep 5, 2025
Merged

feat: new blog & jekyll migration#1
libremelon merged 58 commits into
mainfrom
feature/jekyll-blog

Conversation

@libremelon

Copy link
Copy Markdown
Owner

Summary of Changes

  • migrated to jekyll from just a simple plain html/css file
  • new blog, multiple other pages (about, 404). Log & shelf pages are added but hidden & under construction
  • rich embed / card for discord/twitter/etc
  • lots of layout refactoring. Site's pretty responsive on mobile screens & high res displays alike
  • search engine optimization with jekyll plugins

description of changes:
1. @use to @include in styles.css. Used @use cus @include showed that it was deprecated now it doesn't ?? (fixes bug where css wouldn't load on gh pages)
2. update path of css (fixes bug where css wouldn't load on gh pages)
3. "jekyll" -> "github-pages" gem.
4. Build cmd: `jekyll _` to `bundle exec jekyll _`
5. create config.yml
FIXME! introduces a bug where the icons in footer-nav don't display (scss isn't playing well with svgs so they're commented out in main.scss)
1. `pixel-strong` sizes changed across diff widths
2. redefine mobile and tablet screen widths
3. redefine body padding across diff widths (fixes `header-nav` links overflowing the header for mobile phones)
now main.css is only styles the default template site.
- inc blog.css in post template
- grey out date in post template
- get rid of bullets, replace them with >
- blog index minor ui tweaks
@libremelon
libremelon merged commit 9429282 into main Sep 5, 2025
3 checks passed
@libremelon
libremelon deleted the feature/jekyll-blog branch September 5, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant