macasieb / kunigami.github.io

My personal website (of that GH user)

Home Page:http://www.kuniga.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code for: http://kuniga.me/

Details

  • _layout includes the definition of templates. A template can customize the HTML structure and things like including JavaScript libraries.

Building

Setup:

git config --local core.hooksPath .githooks/

MacOS

  • Upgrade ruby. the MacOS version is outdated:

brew install ruby

  • Use brew's version:

echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile

  • Install dependencies:

bundle install

Linux (Ubuntu)

  • Get ruby dev:

apt install ruby-dev

  • Install dependencies:

bundle install

Run

  • Run website on localhost

bundle exec jekyll serve

  • Open https://localhost:4000 in the browser

References

About

My personal website (of that GH user)

http://www.kuniga.me


Languages

Language:CSS 47.0%Language:JavaScript 19.4%Language:Jupyter Notebook 18.8%Language:C++ 5.2%Language:Python 4.4%Language:HTML 3.1%Language:Lean 1.2%Language:Shell 0.5%Language:C 0.3%Language:Makefile 0.2%Language:Ruby 0.0%