j3soon / minimal-mistakes-template

Create your personal blog with MathJax, LaTex, and more built-in features by cloning this template.

Home Page:https://j3soon.github.io/minimal-mistakes-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimum Jekyll blog template with some customization based on the Minimal Mistakes Theme.

Click here to preview!

To further customize your site, please refer to the documentation.

Run the template locally

First, follow the installation guide of Jekyll. Then, follow the subsection that corresponds to your operating system.

Linux & MacOS

(Tested on Ubuntu 18.04 LTS)

Run the following command to allow local preview:

scripts/set_env_local.sh

Remember to revert the local preview settings before committing:

scripts/set_env_ghpages.sh

Full local preview commands:

git clone https://github.com/j3soon/minimal-mistakes-template.git
cd minimal-mistakes-template
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

Windows

(Tested on Windows 10)

Run the following command to allow local preview:

scripts\set_env_local.bat

Remember to revert the local preview settings before committing:

scripts\set_env_ghpages.bat

Full local preview commands:

git clone https://github.com/j3soon/minimal-mistakes-template.git
cd minimal-mistakes-template
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

Dependencies

About

Create your personal blog with MathJax, LaTex, and more built-in features by cloning this template.

https://j3soon.github.io/minimal-mistakes-template/

License:MIT License


Languages

Language:HTML 67.1%Language:Batchfile 10.1%Language:Shell 8.3%Language:SCSS 6.9%Language:Ruby 5.5%Language:PowerShell 1.7%Language:JavaScript 0.3%