Closed pbchase closed 4 years ago
Setup works fine, zip and tarball download links don't work for obvious reasons.
Only complaint is that links reflow the text when they are hovered over.
The cause is that the CSS has hover
on links change font-weight
to bold
.. Maybe this should be switched to underlining?
Kyle, this PR adds the contents of the Jekyll theme we used to the repo. This allows it to be developed and tested locally. To test this follow these steps:
1) Install a ruby dev env as per https://jekyllrb.com/docs/installation/ 2) Pull the PR's content as usual 3) cd into
docs/
and run the commandbundle install
to install the dependencies 4) Build the site and serve the content withbundle exec jekyll serve
5) view the content athttp://localhost:4000
In future revs of this site, I need to make add my prose, of course, but I also want to add a document type for the exercises you will be writing. That will make them easier to manage as a set of things.