diff --git a/.gitignore b/.gitignore index 30c9bf8..44898cd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ _site/ .jekyll-cache/ .jekyll-metadata Gemfile.lock -*.gem \ No newline at end of file +*.gem +_config_local.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1989949 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log +All notable changes to the REDCap External Module Development Guide project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + + +## [1.0.0] - 2020-02-24 +### Added +- Initial release diff --git a/docs/_config.yml b/docs/_config.yml index 6a281a4..c534907 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,10 +2,17 @@ title: REDCap External Module Development Guide description: REDCap External Module Development Guide repository: ctsit/redcap_external_module_development_guide -markdown: kramdown +repo_root: https://github.com/ctsit/redcap_external_module_development_guide/ + +markdown: CommonMarkGhPages # ToDo: Review this theme content and remove stuff if it is not needed theme: jekyll-theme-minimal logo: /assets/img/logo.png show_downloads: true +authors: + - Philip Chase + - Taryn Stoffs + - Kyle Chesney + - Christopher P Barnes google_analytics: diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index c2a5ecf..407533a 100755 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -33,6 +33,15 @@