LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jekyll

static site generator

TLDR

Create new site
$ jekyll new [site_name]
copy
Build site
$ jekyll build
copy
Serve locally
$ jekyll serve
copy
Serve with live reload
$ jekyll serve --livereload
copy
Build for production
$ JEKYLL_ENV=production jekyll build
copy
Build with drafts
$ jekyll serve --drafts
copy

SYNOPSIS

jekyll command [options]

DESCRIPTION

Jekyll is a static site generator. It transforms Markdown and Liquid templates into static HTML.The tool powers GitHub Pages. It supports blogs, documentation, and custom sites with themes and plugins.

PARAMETERS

new NAME

Create new site.
build
Build site to _site/.
serve
Serve locally with auto-rebuild.
--livereload
Enable live browser reload.
--drafts
Include draft posts.
-d DIR
Destination directory.
--help
Display help information.

INSTALL

sudo pacman -S jekyll
copy
sudo apk add jekyll
copy
nix profile install nixpkgs#jekyll
copy

CAVEATS

Ruby-based. Plugin support varies on GitHub Pages. Large sites may build slowly.

HISTORY

Jekyll was created by Tom Preston-Werner in 2008 and became the engine behind GitHub Pages.

SEE ALSO

bundle(1), hugo(1), hexo(1), gatsby(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid