Markdown a website with Jekyll Academic Pages

less than 1 minute read

Published:

Having used Nanoc and Jekyll for probably a decade, I was looking for easy ways to put stuff from phone without a computer while being a static website. I was amazed to find out how easy it was to make any website via github pages (that you can link to your domain name) free and simple just by forking via the instructions described in Academic Pages github repo’s readme - without a computer just through a phone nowadays, the pre-configured github actions handle the auto build so seamless! Really recommended.

Of course, since I had to migrate old posts/data, I had to use my computer (with Emacs of course) to edit and migrate old stuff.

The integrated github pages/actions/defaults/examples made a very good base to start from.

Truly appreciate and would like to hereby thank all the authors of academic pages and jekyll for their outstanding work!