You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if a post is assigned a new tag, we also have to manually create the tag's corresponding page under the tag folder.
Let's change that and make everything dynamic: when Jekyll builds the blog, it should also create the tag pages according to all the found tags, in each post.
To build the website you need to have Jekyll and Ruby installed and run $jekyll serve in the root folder, then go to http://localhost:4000
Want to fix this Issue and get the bounty cash? Read this first.
The text was updated successfully, but these errors were encountered:
@codewithpom nope, also very old project which is put on hold at the moment. Generally this bounty thing was discarded. We are now working through https://github.com/self-xdsd, but there are no projects which are funded at the moment...
Right now, if a post is assigned a new tag, we also have to manually create the tag's corresponding page under the
tag
folder.Let's change that and make everything dynamic: when Jekyll builds the blog, it should also create the tag pages according to all the found tags, in each post.
To build the website you need to have Jekyll and Ruby installed and run
$jekyll serve
in the root folder, then go tohttp://localhost:4000
Want to fix this Issue and get the bounty cash? Read this first.
The text was updated successfully, but these errors were encountered: