fakufaku / fakufaku.github.io

My frontpage

Home Page:http://robinscheibler.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joon: Roon theme for Jekyll

Jekyll theme based on the Roon for Ghost.

Demo

View this jekyll theme in action here

Screenshot

screenshot

Font Options

This theme comes with two font options; a serif and sans-serif (the default). Switching between them is done in the HTML, by adding serif to the class of the <body> element in head.html.

Colour Options

This theme uses an accent colour for links and the border at the top of pages.

To change this colour, you need to edit assets/css/screen.css.

There are only two values you need to change, conveniently located at the very top of the file.

For More Information

For more on Jekyll, read the documentation

Copyright & License

Roon is Copyright (c) 2013-2015 Sam Soffes & Ghost Foundation - Released under the MIT license.

Serve

Serve locally with

bundle exec jekyll serve

Ruby Instruction (from homebrew)

==> ruby
By default, binaries installed by gem will be placed into:
  /usr/local/lib/ruby/gems/2.7.0/bin

You may want to add this to your PATH.

ruby is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have ruby first in your PATH run:
  echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc

For compilers to find ruby you may need to set:
  export LDFLAGS="-L/usr/local/opt/ruby/lib"
  export CPPFLAGS="-I/usr/local/opt/ruby/include"

For pkg-config to find ruby you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/ruby/lib/pkgconfig"

About

My frontpage

http://robinscheibler.org


Languages

Language:JavaScript 56.1%Language:SCSS 30.5%Language:CSS 9.4%Language:HTML 3.9%Language:Ruby 0.0%Language:Sass 0.0%