Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 2.15 KB

File metadata and controls

72 lines (47 loc) · 2.15 KB

Practice questions for the Introduction to Programming course.

Preview: https://introduction-to-programming.github.io/

All rights reserved.

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

For a full tutorial on how this template is created and how to further customize your site, please refer to this blog post and the documentation.

Run the template locally

Follow the installation guide of Jekyll.

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