File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Official ActivityWatch site
77
88## Building
99
10- Run ` make install-deps ` to install dependencies (like jekyll-bliss and jekyll ).
10+ Run ` make install-deps ` to install dependencies (like jekyll).
1111
1212Run ` make dev ` to build assets and start development server.
1313
1414## Editing
1515
16- We use [ jekyll-bliss ] ( https://jekyll-pug.dougie.io / ) to build the site. It uses Jekyll under the hood .
16+ We use [ jekyll] ( https://jekyllrb.com / ) to build the site.
1717
18- Pages are written either as ` .html ` or ` .pug ` files.
18+ Pages are written either as ` .html ` or ` .pug ` files (using ` jekyll-pug ` ) .
1919
2020For example:
2121
Original file line number Diff line number Diff line change @@ -24,10 +24,3 @@ plugins:
2424 - jekyll-redirect-from
2525 - jekyll-pug
2626 - jekyll-feed
27-
28- jekyll-bliss :
29- build-folder : _build
30- debug : false
31- quiet : false
32- delete-build-folder : false
33- livereload : true
You can’t perform that action at this time.
0 commit comments