This is the online wiki for Awesomium, a Web UI Bridge for Native Apps.
Check it out at: http://wiki.awesomium.com
Let's make a new category named "My Category" with a path of "/my-category"
-
Create a folder named "my-category" in the root of the repo.
-
Create a file named "index.md" inside this folder
-
Add the following text to this file (modify it as needed):
--- layout: page title : Category - My Category group: Categories --- {% include JB/setup %} <ul> {% assign pages_list = site.pages %} {% assign group = 'My Category' %} {% include JB/pages_list %} </ul>
-
Open up _config.yml and add your 'name' and 'path' to the 'groups' list.
-
Start making pages with a group of 'My Category'!