Starting from an initial Jekyll code base:
-
enabled dark mode and set the dark theme;
-
enabled MathJax for LaTeX notation;
-
incorporated BibTeX references and citing using .bib files;
-
developed a simple comment system for Jekyll blog via contact forms.
To test it, unpack the Source code, build the site and serve it at http://127.0.0.1:4000/jekyll-customization/:
$ unzip jekyll-customization-0.0.2.zip
$ cd jekyll-customization-0.0.2
$ jekyll build
$ bundle exec jekyll serve
Tested with jekyll-scholar version 7.1.3, jekyll version 4.3.3 and ruby 3.1.3p185:
$ gem list | grep scholar
jekyll-scholar (7.1.3)
$ jekyll -v
jekyll 4.3.3
$ ruby -v
ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [arm64-darwin23]