-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
categories and tags are not generated #57
Comments
Due to technical limitations, the scripting tool cannot read the multiline yaml array:
Change to single line will be fine:
|
Ok. So the changes are
I have an additional question. Will spaces in between work for tags/categories? for example, |
Spaces are allowed. |
Now the tag and category pages are generated. That part is done but the two errors mentioned here persists. Two examples of generated tag and category page are as follows tag: Is this because the files inside the _posts folder are .html files and not Does a category should necessarily have two sub-categories? Is there a problem if I omit categories altogether? |
The page generator script wil read all the files inside |
Thanks. It was due to a error while I found two minor things
Just letting you know. I guess you already knew it and its by design. Thanks for the wonderful design. Looks Minimalist and chic. My style. Loved it Closing this issue as it's resolved |
Indeed, the name and hierarchy of each
Thank you for your clue! There was a similar report on #48, but I didn't notice it was a bug at that time. It has now been fixed at e87e1f5, please merge it into your branch. |
Thanks @cotes2020. I was inventing second category for most posts :) |
When one post have only one category will hit the bug.
When one post have only one category will hit the bug.
I have converted my
blogger template
tojekyll template
. On conversion, the layout of an example post will be like---
layout: post
title: Binding html select using knockoutjs and asp.net mvc
date: '2013-11-25T18:42:00.001+05:30'
author: Naveen
categories:
- asp.net mvc
- javascript
- knockout.js
tags:
- asp.net mvc
- javascript
- knockout.js
modified_time: '2013-11-25T18:54:00.520+05:30'
---
URL: https://codeandcloud.github.io/
The site have these issues
When I run
$ bash tools/init.sh
, terminal showsIts missing
Why are those pages not created? What am I doing wrong?
Thanks for this wonderful theme.
The text was updated successfully, but these errors were encountered: