DOKK / manpages / debian 10 / jekyll / jekyll.1.en
JEKYLL(1) User Commands JEKYLL(1)

Jekyll - is a blogaware, static site generator.

# . -> ./_site
jekyll <path to write generated site>
# . -> <path>
jekyll <path to source> <path to write generated site>
# <path> -> <path>
jekyll import <importer name> <options>
# imports posts using named import script
Configuration is read from '<source>/_config.yml' but can be overridden using the following options:

File to import from
DB to import from
Username to use when importing
Password to use when importing
Host to import from
Site to import from
--[no-]safe
Safe mode (default unsafe)
--[no-]auto
Auto-regenerate
Start web server (default port 4000)
Do not start a web server
Serve website from a given base URL (default '/'
--[no-]lsi
Use LSI for better related posts
--[no-]pygments
Use pygments to highlight code
Use rdiscount gem for Markdown
Use redcarpet gem for Markdown
Use kramdown gem for Markdown
Time to generate the site for
--[no-]future
Render future dated posts
Use 'date' (default) for YYYY/MM/DD
Paginate a blog's posts
Limit the number of posts to publish
Set custom site.url
Display current version

This manual page was written by Youhei SASAKI <uwabami@gfd-dennou.org>, for the Debian GNU/Linux system(but may be used by others).

May 2012 Jekyll 0.11.2