ctsit / redcap_external_module_development_guide

A resource for REDCap module development for REDCap admins and developers presented at https://ctsit.github.io/redcap_external_module_development_guide/
Other
8 stars 9 forks source link

Add theme files and create top-level docs #1

Closed pbchase closed 4 years ago

pbchase commented 4 years ago

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 command bundle install to install the dependencies 4) Build the site and serve the content with bundle exec jekyll serve 5) view the content at http://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.

ChemiKyle commented 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. Screen-Recording-2019-12-31-at-12 21 49-PM

The cause is that the CSS has hover on links change font-weight to bold.. Maybe this should be switched to underlining?