User Tools

Site Tools


clients:jekyll

This is an old revision of the document!


Information

  • Jekyll 1)

Prerequisites

Notes

  • Site is to be updated from a personal computer, and then uploaded to server

Dependencies

Packages

sudo dnf install ruby ruby-devel redhat-rpm-config rubygems-devel libffi-devel make gcc openssl-devel

Development Tools

sudo dnf group install 'C Development Tools and Libraries'

Gem Update

sudo gem update

Jekyll + Bundler

sudo gem install bundler jekyll

Main

Create

jekyll new ~/'Jekyll/main/src'

Config

gio open ~/'Jekyll/main/src/_config.yml'

Serve/Test

jekyll serve --source ~/'Jekyll/main/src' --destination ~/'Jekyll/main/build'

Build

jekyll build --source ~/'Jekyll/main/src' --destination ~/'Jekyll/main/build'

Blog

Create

jekyll new ~/'Jekyll/blog/src'

Config

xdg-open ~/'Jekyll/blog/src/_config.yml'

Serve/Test

jekyll serve --source ~/'Jekyll/blog/src' --destination ~/'Jekyll/blog/build'

Build

jekyll build --source ~/'Jekyll/blog/src' --destination ~/'Jekyll/blog/build'
/var/www/wiki/data/attic/clients/jekyll.1518800958.txt.gz ยท Last modified: 2018/02/16 12:09 by Sean Rhone