jyhi / www

The statically-generated-by-Jekyll www.yhi.moe , 2nd generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yhi's Personal World Wide Web Site

This repository contains the source files of www.yhi.moe.

Build

# 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

Implicit Files

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.

License

Different contents are licensed under different terms:

About

The statically-generated-by-Jekyll www.yhi.moe , 2nd generation.

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:HTML 87.7%Language:Ruby 12.3%