Closed searls closed 10 years ago
@DerekBriggs, note that you're going to probably get more default styling than you bargained for because of the nonsense being done inside of:
https://github.com/testdouble/lineman-docs/blob/lineman-plus-rails/app/css/lineman.sass https://github.com/testdouble/lineman-docs/blob/lineman-plus-rails/vendor/css/general.sass
If either of these cause you problems, just tuck the rule declarations (and their media query counterparts!) under html.td
or body.td
(the main site wrapper now has those classes on it)
Not sure how you want to illustrate the hero stuff on top (specifically the heart), but the illustration style of my lineman talk can be perused here on speakerdeck: https://speakerdeck.com/searls/1st-class-web-development-with-lineman?slide=6
Because Lineman loves you, @DerekBriggs, how to run the repo:
sudo npm install -g lineman
npm install
lineman run
NOT READY TO MERGE
This PR will be used to take a stab at lineman-plus-rails #5.
Just pushing this initial setup to give @DerekBriggs a place to get started.
Derek, I realize the repository is a tad bit cramped, but hopefully you can make-do with the paths:
app/pages/static/lineman-plus-rails.html
app/css/lineman-plus-rails.sass
You'll see that bourbon is already imported and the basic HTML wrapper is in place. Apologies that the repo doesn't have jade templates for your Slim-loving self.