This is the repo where I store my personal website. It's a static site generated by Jekyll using a custom layout/theme I hand-wrote myself (find it in the _layouts
folder).
I wanted to retain the essence of the hand-written web but with the ease of writing in Markdown and having automagic deployment.
_pages
and_posts
are the content of the site, almost all in Markdown_plugins
are any custom plugins I've written to extend Jekyll's default functionality_sass
are my SASS include-able files, which makes up most of the stylesheets for my siteassets
are any other static bits to be included such as images. It also includes coffeescript and SASS which is converted to JS and CSS on generation.
I deploy the site to Neocities via the very useful jekyll build action and deploy to neocities Github actions.
You can find it online at maria.town or on its Neocities page.
Sure! I'd appreciate a link though if you feel like it.
I'll probably write a tutorial on Jekyll and Neocities for beginners at some point in the future so stay tuned for that.
Licensed under a BSD 2-Clause ─ see the license file for more info.