trulia / hologram

A markdown based documentation system for style guides.
http://trulia.github.io/hologram
Other
2.16k stars 199 forks source link

Create new categories with .md files #255

Closed ryanmclaughlin closed 8 years ago

ryanmclaughlin commented 8 years ago

Hi there,

I'd like to create new pages (categories) in my style guide with simple markdown or html files. The only way I can think of doing this now is by making SASS files with yaml / and markdown to be parsed.

Edit: Found this pull-request that supposedly implemented something that does this, but it doesn't seem to be picking it up and adding it as a category. Example:


---
hologram: true
title: Branding
name: brand
category: Brand

---

This is markdown.

Is this possible already?

jdcantrell commented 8 years ago

This is possible, currently you put your markdown files in the source directory.

ryanmclaughlin commented 8 years ago

Just wanted to confirm, it is. I didn't have it in the correct directory. Thanks!