To develop my own personal and academic website, I forked this repo from al-folio (A simple, clean, and responsive Jekyll theme for academics.) and then added my own twist to it :)
I'll be periodically updating with new portfolio items and features!
For running locally: Run bundle exec jekyll serve to generate the HTML and the local server will automatically rebuild and refresh the pages on change. You may also try bundle exec jekyll serve -l -H localhost to ensure jekyll to use specific dependencies on your own local machine.
Deploying with prettier: Run npx prettier . --check to check for prettier formatting, npx prettier . --write to format all files.
The theme is available as open source under the terms of the MIT License.
Originally, al-folio was based on the *folio theme (published by Lia Bogoev and under the MIT license). Since then, it got a full re-write of the styles and many additional cool features.