support 3 levels of hierarchy. See nav_list
.
- each book has its own folder
make page.url
equal to child.url
with permalik
:
permalink: /get_started/Learn_ZK_in_10_Minutes
Because page.url
ends with .html
by default.
- install necessary gem for one time
bundle install
- each time just start a local web server
preview.sh
Ref: Setting up your GitHub Pages site locally with Jekyll
Base Theme: Minimal Mistakes
from: https://jekyllthemes.io/
Jekyll plugin for building Jekyll sites with any public GitHub-hosted theme
in Gemfile
gem "minimal-mistakes-jekyll", path: "/Users/hawk/Documents/workspace/KEIKAI-SPACE/minimal-mistakes/"
- Add the following to your Gemfile
gem "jekyll-remote-theme"
and run bundle install
to install the plugin
- Add the following to your site's
_config.yml
to activate the plugin
plugins:
- jekyll-remote-theme
Note: If you are using a Jekyll version less than 3.5.0, use the gems
key instead of plugins
.
- Add the following to your site's
_config.yml
to choose your theme
remote_theme: benbalter/retlab
Remote themes are specified by the remote_theme
key in the site's config.
Remote themes must be in the form of OWNER/REPOSITORY
, and must represent a public GitHub-hosted Jekyll theme. See the Jekyll documentation for more information on authoring a theme. Note that you do not need to upload the gem to RubyGems or include a .gemspec
file.
You may also optionally specify a branch, tag, or commit to use by appending an @
and the Git ref (e.g., benbalter/[email protected]
or benbalter/retlab@develop
). If you don't specify a Git ref, the master
branch will be used.
- Getting Started
- ZATS Essentials
- ZK Calendar Essentials
- ZK Charts Essentials
- ZK Client-side Reference
- ZK Component Development Essentials
- ZK Component Reference
- ZK Configuration Reference
- ZK Developer's Reference
- ZK Essentials
- ZK Installation Guide
- ZK JSP Tags Essentials
- ZK MVVM Reference
- ZK Pivottable Essentials
- ZK Spring Essentials
- ZK Studio Essentials
- ZK Style Customization Guide
- ZUML Reference
- ZK JSP Tags Essentials
- ZATS Essentials
- ZK PivotTable Essentials
- ZK Studio Essentials
- ZK Spring Essentials
- ZK Component Development Essentials
- ZK Calendar Essentials
- "Version History" section. Using
# Version History(.|\n)*
to find and remove it. __TOC__
- replace
versionsince
withversion-badge.html version=
- replace
!\[\]\(([^)]*)\)
with![](images/$1)
- replace
<img src="([^"]*)"
with<img src="images/$1
\[([^\]]+)\]\((https?:\/\/[^\)]+)\)