siteleaf / learn.siteleaf.com

Siteleaf Learn is a documentation and learning resource for Siteleaf v2.
http://learn.siteleaf.com
26 stars 25 forks source link

Less focus on Jekyll and the filesystem #12

Closed larryfox closed 8 years ago

larryfox commented 8 years ago

I'm noticing a lot of the documentation refers to files and directories, but these don't actually matter to Siteleaf.

It's an implementation detail of Jekyll, and I imagine will only confuse the less technical people or those not familiar with Jekyll.

larryfox commented 8 years ago

Just as an example of the type of language I'm referring to:

Creating a post will create a Markdown file in the _posts/ directory that will include the timestamp and date (for example, a post titled “New York” that was created on January 6th, 2016 will turn into 2016-01-06-new-york.markdown).

sskylar commented 8 years ago

Fixed in #33?