This repository contains the source files of www.yhi.moe.
- Static Web site generator: Jekyll
- Jekyll theme used: Minima (self-use fork)
# Install Bundler (https://bundler.io/)
gem install bundler
# Bundler installs dependencies according to Gemfile(.lock)
bundler install
# Generate the site to ./_site/
# Serve it directly with `bundler exec jekyll serve`
bundler exec jekyll build
Since the Jekyll theme Minima is installed as a Ruby Gem, all files provided by Minima will first be used, and then the files in this repository. In other words, all files here are overriding what the theme is providing. This helps keeping the repository lean.
Different contents are licensed under different terms:
- Site-related source files (including the Gemfile, HTML files, and CSS / Sass files) are licensed under the MIT license; see LICENSE-MIT.
- Original articles and web page contents are licensed under the CC-BY-SA 4.0 license; see LICENSE-CC.