Skip to content

Commit 1179f39

Browse files
committed
chore: cleaned up mentions of jekyll-bliss
1 parent a85559f commit 1179f39

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1212
Run `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

2020
For example:
2121

_config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)