davidwhogg / GaiaSprint

web pages and organizational material for the Gaia Sprints
http://davidwhogg.github.io/GaiaSprint/
1 stars 3 forks source link

Use layouts and includes to synchronize information across pages #23 #29

Closed andycasey closed 7 years ago

andycasey commented 7 years ago

I've reorganized the content so that we have a default layout (_layouts/default.html) that is used by all three pages (index.html, codeofconduct.html, 2016NYC.html) and imports fragments for the sidebar (_includes/sidebar.html) and footer (_includes/footer.html).

You should be able to get the style of how to use layouts and includes just by looking at either index.html or _layouts/default.html.

This build Works On My Machine™ with Ruby 2.3.0.

23 can be closed once this merges and builds correctly on GitHub