Skip to content

Commit

Permalink
* apply incremental build
Browse files Browse the repository at this point in the history
* apply zk skin and logo
  • Loading branch information
hawkchen committed Jul 23, 2024
1 parent 48667e6 commit 719334a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Because `page.url` ends with `.html` by default.


# Preview at Local
1. install necessary gem
* install necessary gem for one time
`bundle install`
2. start a local web server
* each time just start a local web server
`preview.sh`

Ref: [Setting up your GitHub Pages site locally with Jekyll](https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll)
Expand Down
13 changes: 2 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ plugins:
- jekyll-remote-theme
- jekyll-include-cache #required by minimal-mistakes
- jekyll-paginate
minimal_mistakes_skin: "air"
title: "ZK Document"
#title_link: "https://keikai.io"
minimal_mistakes_skin: "zk"
name: "Potix Corporation"
logo: /assets/images/ZK-logo.svg

search : true
search_full_content : true
Expand Down Expand Up @@ -123,18 +122,10 @@ defaults:
sidebar:
nav: "zuml_ref"


comments:
provider: "disqus"
disqus:
shortname: "zkdoc"
atom_feed:
hide: true
# disqus admin is [email protected]

#repository: "username/repo-name"
#logo: "/assets/images/88x88.png"
# predefined properties
# base path of developer reference
#devref: "/dev-ref"
#devref_image_folder: "/assets/images/dev-ref"
2 changes: 1 addition & 1 deletion preview.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
bundle exec jekyll serve --config _config.yml $@
bundle exec jekyll serve --incremental --config _config.yml $@
# /b website

0 comments on commit 719334a

Please sign in to comment.