We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0866ee2 commit 4403754Copy full SHA for 4403754
_config.yml
@@ -4,9 +4,12 @@ email: your-email@domain.com
4
description: "REDCap-Tools, promoting awesome projects built atop REDCap and fostering a community of developers around them."
5
baseurl: /
6
url: "http://redcap-tools.github.io"
7
-twitter_username:
8
-github_username: redcap-tools
+twitter_username:
+github_username: redcap-tools
9
10
# Build settings
11
markdown: kramdown
12
permalink: pretty
13
+
14
+#Don't explode on gems; https://jekyllrb.com/docs/continuous-integration/#configuring-your-travis-builds.
15
+exclude: [vendor]
0 commit comments