Skip to content

Releases: mrkllvc/jekyll-customization

jekyll-customization

27 Apr 23:15
a50227a
Compare
Choose a tag to compare

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]

jekyll-test

23 Apr 21:43
Compare
Choose a tag to compare
jekyll-test Pre-release
Pre-release

Jekyll test setup where the site is built locally, source and site are then pushed to separate branches main and gh-pages respectively. Using default minima theme with only added assets/main.scss to enable dark mode by turning on or off dark mode in the OS.

To test it, unpack the Source code, build the site and serve it at http://127.0.0.1:4000/jekyll-test/:

$ unzip jekyll-test-0.0.1.zip
$ cd jekyll-test-0.0.1
$ jekyll build
$ bundle exec jekyll serve

Tested with ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [arm64-darwin23] and jekyll 4.3.3.