Skip to content

Commit

Permalink
feat(post): add new category
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 18, 2015
1 parent a0151ff commit 2c6bbeb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _app/_data/nav.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- title: Home
url: /

- title: News
url: /news/

- title: About
url: /about/
10 changes: 10 additions & 0 deletions _app/_pages/news.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: page
title: News
permalink: /news/
desc: 新聞・ニュース・News
---

{% for post in site.categories.news %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}
7 changes: 7 additions & 0 deletions _app/_posts/news/2015-08-18-multiple-themes-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
title: Multiple Themes Support
category: news
---

From version 0.0.31, you can now use multiple themes in Almace Scaffolding. See [Themes]({% post_url /note/2014-06-10-themes %}) for more information.

0 comments on commit 2c6bbeb

Please sign in to comment.