Investigations - Jekyll
Notes
Whether to ignore some files
Other Notes
if you use GitHub pages, following https://pages.github.com/versions/ would be good.
-
https://github.com/jekyll/jekyll/issues/6291
-
→ Trying https://silvae86.github.io/2020/05/06/jekyll-tags-page-forpages-and-posts/
-
But some errors
concat filter requires an array argument
.
-
-
Learning Jekyll + Liquid as well
-
Attributes
-
page.next site.postsでの現在のポストから相対的に次のポスト。最後の投稿の場合は、nilが返されます。 page.previous site.postsでの現在のポストから相対的に前のポスト。最初の投稿の場合は、nilが返されます。
-
These are implemented as pointers??
-
→ and has recursive loops??
-
-
-
-
Liquid
-
map type is desired….
-
Upgrading Jekyll version
Troubleshooting
-
jekyll 3.9.0 | Error: undefined method `tainted?'