- 22 Dec, 2022 3 commits
- 21 Nov, 2022 1 commit
-
-
jomo authored
-
- 05 Oct, 2022 2 commits
- 22 Apr, 2022 2 commits
- 20 Apr, 2022 1 commit
-
-
jomo authored
-
- 19 Apr, 2022 1 commit
-
-
jomo authored
it's broken garbage that miserably tries to implement a minifier in liquid…
-
- 18 Apr, 2022 1 commit
-
-
jomo authored
merely prepending the site.url to the path causes issues when the baseurl is set to /. in that case, the resulting url would be "//path/to/post", which browsers interpret as "https://path/..."
-
- 17 Apr, 2022 1 commit
-
-
jomo authored
-
- 16 Apr, 2022 17 commits
-
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
unortunately jekyll sets the page date to the current time when the site is generated if no specific date is set this check will skip showing the date if it matches the built time
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
jomo authored
-
- 14 Apr, 2022 4 commits
-
-
Cotes authored
Fix various
-
Zak Kemble authored
`right` already contains the closing tag
-
Zak Kemble authored
-
Zak Kemble authored
Using "paginate_path: /page/:num/" to generate "/page/2/" paths would still generate invalid pagination links to "/page2/"
-
- 02 Apr, 2022 5 commits
-
-
Jayitha authored
-
Galen Rice authored
When using the theme starter, which uses a git submodule, assets loaded from that submodule are "untracked" files in the pages branch working tree. The build can fail at this line due to Git, saying "the following untracked working tree files would be overwritten by checkout". Adding `-f` forces the checkout, overwriting all files. The other deploy steps then take over and rewrite the files as needed.
-
Cotes Chung authored
-
Cotes Chung authored
When using the theme starter, which uses a git submodule, assets loaded from that submodule are "untracked" files in the pages branch working tree. The build can fail at this line due to Git, saying "the following untracked working tree files would be overwritten by checkout". Adding `-f` forces the checkout, overwriting all files. The other deploy steps then take over and rewrite the files as needed.
-
Cotes Chung authored
-
- 27 Mar, 2022 1 commit
-
-
Zak Kemble authored
-
- 22 Mar, 2022 1 commit
-
-
Cotes Chung authored
Fix #537
-