Important
Please read the original README.md first to have the full guide.
This is a fork of a fork of the incredible [Hux Blog - Jekyll Theme].
Note
I plan to refactor and change a lot of this in the future but I set this fork as a foundation for my personal blog. If you want to use this, I recommend checking the original author of this code mentioned above.
The files you typically change are in the directories _includes
, _layouts
, and less
. Most of the new changes I made are in less/hynduf.less
.
Summarizing the changes I made:
- Home page view (the banner image took up so much space, so I replaced it with some random quotes of my own).
- Added tags of posts on the home page and improved the tags' appearance.
- Changed fonts (see in
variables.less
), increased font size, and reordered many things to my liking. - Updated Font Awesome v5 (there might be some icons that I didn't use and haven't been migrated to the new version, please create an issue if you find any).
- Github action
jekyll.yml
file that automatically build and deploy the site after committing. You might need to change it if you fork this. - Catppuccin color palette
- Latte theme and Rosewater accent color for light mode.
- Mocha theme and Mauve accent color for dark mode.
- Dark mode switcher.
TODOS:
- Streamline Multilanguage Option: Current workflow requires user to change too many things.
- Projects page with grid-like and image preview for projects.
- Documentation-like Posts: It's like a group-of-posts feature (Ex: Mkdocs, Just the docs...). Each post will have a left bar to navigate to other posts in the same group.
Here are some previews of the revamped website.