Commit Graph

21 Commits

Author SHA1 Message Date
aa3d03a4a4 Add docs directory 2017-07-04 11:48:34 +01:00
2e54b67e17 Build site locally into docs directory
GitHub Pages just doesn't want to render the markdown with Kramdown
the way we need. So instead of using GitHub Pages' jekyll rendering,
we'll simply render the site offset to static HTML in the docs
directory and inform GitHub Pages to use that.
2017-07-04 11:46:52 +01:00
38f557c49b Exclude various files not related to website from jekyll builds 2017-07-04 11:45:07 +01:00
dbd58eb80d Drop support for IE8 and earlier 2017-07-04 11:44:23 +01:00
02632bbf20 Actually enable the gem with our custom kramdown parser >_< 2017-07-04 10:18:01 +01:00
1216fa2bc0 Disable Kramdown's smart quotes and typographic symbols 2017-07-04 09:54:23 +01:00
377c98c970 Bump version to 1.0.0-rc.1
Version 1.0.0-draft.10 has effectively been promoted to 1.0.0-rc.1.
1.0.0-rc.1
2017-07-03 21:34:05 +01:00
519e0654a6 Actually write diagram file to disk 2017-07-03 21:33:20 +01:00
5e924e42c0 Updated spec files via "rake update" 2017-07-03 21:24:34 +01:00
6c978de39e Add super hacky rake task to auto-update index and spec files 2017-07-03 21:23:57 +01:00
716eec1a4c Switch to use github-pages gem 2017-07-03 21:23:15 +01:00
23aeae1c9b Attempt to set correct canonical URL 2017-07-03 16:12:16 +01:00
677303baab Don't let long links break page layout 2017-07-03 16:11:54 +01:00
ed0bd5c2fb Fetch google webfonts via HTTPS 2017-07-03 15:59:42 +01:00
437416ddf4 Reset first public version to 1.0.0-draft.10
Draft 10 simply fixed a GitHub Pages related formatting issue with
links, otherwise it's identical to draft 9.
2017-07-03 15:46:44 +01:00
257695ab5f Remove "current_version" config, it's not used anywhere 2017-07-03 15:46:05 +01:00
d97583f10b Switch from redcarpet to kramdown 2017-07-03 15:34:21 +01:00
6e95ec1ff7 Attempt to fix build error on Github Pages 2017-07-03 15:11:39 +01:00
4d47266277 Add CNAME file 2017-07-03 15:06:32 +01:00
a55304b3d0 Add readme 2017-07-03 15:04:37 +01:00
16b712926c Initial commit 2017-07-03 14:55:57 +01:00