I’d like to share my new package AcademicWebsite.jl, which started out as an attempt to remake my personal website using Franklin.jl
. Its a website template heavily inspired by the AcademicPages website template. I considered putting it in FranklinTemplates.jl
, but I wanted to be able to easily update my personal website as the template developed. So I made it into a package, where it has functions that allow for updating template specific files without changing user specific files.
There is still a lot to improve (even a few bugs that were fixed during the 3-day waiting period), but I would be happy to hear feedback from the Julia community on it. There is already a live-demo linked in the repo to see what is possible with it (was not able to link it here).
I’m also not a web-dev, so suggestions (or PRs) for improving (literally anything on) the site would be greatly appreciated.