Преглед изворни кода

changed cryogen guide from post to page. added principles on nav.

Harlan Iverson пре 7 година
родитељ
комит
5c7163ec96

+ 6 - 5
tinydatacenter.com-v2/app/resources/templates/md/posts/2016-01-07-docs.md → tinydatacenter.com-v2/app/resources/templates/md/pages/cryogen-gs-guide.md

@@ -1,9 +1,7 @@
-{:title "Quick Start Guide"
- :layout :post
+{:title "Cryogen Guide"
+ :layout :page
  :tags  ["cryogen"]
- :toc true}
-
-Upd4te :) 2
+ :page-index 70}
 
 This intro only documents a subset of Cryogen's features. For additional documentation please see the [cryogen site](http://cryogenweb.org).
 
@@ -174,3 +172,6 @@ More information on deployment can be found [here](http://cryogenweb.org/docs/de
 * [ISvit blog](https://blog.isvit.info)
 * [Lambda Funk](http://lambdafunk.com)
 * [DDFT.wiki](https://ddft.wiki)
+
+
+* OG getting started page generated with `lein new cryogen app` *

+ 12 - 0
tinydatacenter.com-v2/app/resources/templates/md/pages/principles.md

@@ -0,0 +1,12 @@
+{:title "Principles"
+ :layout :page
+ :page-index 20
+ :navbar? true}
+
+* Run commands by hand, then save to text file, then automate... cost benefit
+
+* Copy from example, then make specific
+
+* Things should only change when developer wants them to (not change from under)
+
+* Documentation and source code are available down to electron (not deeper :)