A minimum Jekyll blog template with some customization (math, tables, UML diagrams, ...) based on the Minimal Mistakes Theme.
To further customize your site, please refer to the documentation.
First, follow the installation guide of Jekyll. Then, follow the subsection that corresponds to your operating system.
(Tested on Ubuntu 18.04 LTS)
Run the following command to allow local preview:
scripts/set_env_local.shRemember to revert the local preview settings before committing:
scripts/set_env_ghpages.shFull local preview commands:
git clone https://github.com/trmwzm/min-mist-testing.git
cd min-mist-testing
scripts/preview.sh
# If the local preview is correct, press Ctrl+C once.
# Stage, Commit, and Push the modifications to GitHub to update GitHub Pages
(Tested on Windows 10)
Run the following command to allow local preview:
scripts\set_env_local.batRemember to revert the local preview settings before committing:
scripts\set_env_ghpages.batFull local preview commands:
git clone https://github.com/trmwzm/min-mist-testing.git
cd min-mist-testing
scripts\preview.bat
# If the local preview is correct, press Ctrl+C multiple times.
# Stage, Commit, and Push the modifications to GitHub to update GitHub Pages
- Minimal Mistakes specified in Gemfile with MIT License.
- MathJax specified in _includes/scripts.html with Apache-2.0 License.
- dlbook_notation in _includes/dl-book-latex.html with some customization for Jekyll.