canonical-web-and-design / practices

Guides and principles from the web team at Canonical and Ubuntu
https://canonical-web-and-design.github.io/practices/
Other
44 stars 30 forks source link

Make into a Jekyll site #98

Closed nottrobin closed 5 years ago

nottrobin commented 5 years ago

Here I've added basic scaffolding to display these practices as a Jekyll site. When this is merged, this should be displayed with GitHub pages at https://canonical-webteam.github.io/practices/.

I copied the markup structure & CSS from https://docs.vanillaframework.io/, which is the best example we have of an official site with a sidebar nav (as far as I'm aware).

I've been quite quick and dirty here, as I don't want to spend too long on this - any solution as all feels like an improvement. So I:

QA

See https://nottrobin.github.io/practices/.

If you want to test it locally, you'll need to sudo gem install jekyll, then run jekyll serve.