databasically / qswp2015

2015.qswp.com website project
MIT License
0 stars 0 forks source link

For Joey, Become Aquainted with List of Concepts #10

Open itprokcmo opened 9 years ago

itprokcmo commented 9 years ago

Bootstrap, Implementing Themes, Static Page generator like Middleman, How we are going to write the code to connect the pages in this project

itprokcmo commented 9 years ago

Are we going to have a cms plugin for Terry to be able to add new products, etc.?

wesgarrison commented 9 years ago

No, we'll do all the content management.

itprokcmo commented 9 years ago

So, even though my knowledge of yaml is very minimal, I eventually rigged something up to where all the content is pulled from the config.rb and dynamically loaded.

itprokcmo commented 9 years ago

Yaml question: I am trying to figure out how to define a string over multiple lines with any variation of special characters. I've looked into the Yaml cookbook via yaml.org and have attempted using single quotes, double quotes, the literal character | and the folding character >. The last two were used in an attempt to pass the entire thing unescaped, thinking that it would escape any and all characters automatically. Could you help me with any tips on this if you know any? @wesgarrison