Skip to content

RyoNakagami/RyoNakagami.github.io

Repository files navigation

Table of Contents

Getting Started

Local Build

  1. Jekyllベースで構築しているためRubyBundlerをinstallする必要があります. Using Jekyll with Bundlerに従って環境構築推奨.

  2. Gemfileの記述に従ってDependencyをinstall:

$ bundle install 
  1. ローカルでウェブサイトをServeします (localhost:4000 by default):
$ bundle exec jekyll serve  # alternatively, npm start

Docker

% docker compose up
% docker compose start
% docker compose stop
% docker compose retart

Development (Build From Source)

  • Jekyll Themeを修正するためにはGruntが必要です.
  • Gruntfile.jsに修正が必要な作業が記載されています:
    • minifing JavaScript
    • compiling .less to .css
    • adding banners to keep the Apache 2.0 license intact, watching for changes, etc.
  • GitHub Pagesのレイアウトなどのコードは _include/_layouts/に配置されています.
  • syntax highlighterはRougeを用いています.
    • see here)
    • 修正したい場合はhighlight.lessを参照

Interesting to know more? Checkout the full user manual!

Other Resources

Releases

No releases published

Packages

No packages published

Languages