|
| 1 | +# Configuration ############################################################### |
| 2 | +# |
| 3 | +# This file contains the configuration for the Neurohackademy website! |
| 4 | + |
| 5 | + |
| 6 | +# The course contact email. |
| 7 | +# This is currently only listed on the code-of-conduct page as one of the ways |
| 8 | +# to report a CoC violation. |
| 9 | +contact: |
| 10 | + name: Noah Benson |
| 11 | + email: nben@uw.edu |
| 12 | + |
| 13 | +# The name used in the title of the webpage. |
| 14 | +title: The Neurohackademy |
| 15 | + |
| 16 | +# The base URL of the github IO page. |
| 17 | +# This should be the name of this github repository preceded by a / |
| 18 | +# character. |
| 19 | +# Since the neurohackademy.github.io/ website appears at the root of the |
| 20 | +# domain, ours is just "". |
| 21 | +baseurl: "/neurohackademy.github.io" |
| 22 | + |
| 23 | +# The path where static images are stored on the site. |
| 24 | +imgpath: static/images |
| 25 | + |
| 26 | + |
| 27 | +# The URL for this website (Used for Sitemap.xml). |
| 28 | +url: http://neurohackademy.github.io/ |
| 29 | + |
| 30 | +# The theme we use: |
| 31 | +theme: jekyll-theme-cayman |
| 32 | +show_downloads: false |
| 33 | + |
| 34 | +# Enter a Google Analytics web tracking code (e.g. UA-2110908-2) to activate |
| 35 | +# tracking. |
| 36 | +google_analytics: |
| 37 | + |
| 38 | + |
| 39 | +# Static Configuration -------------------------------------------------------- |
| 40 | +# |
| 41 | +# Don't change the items below this line unless you know what you're doing. |
| 42 | + |
| 43 | +permalink: /:title/ |
| 44 | + |
| 45 | +# The release of Jekyll Now that you're using |
| 46 | +version: v4.4.1 |
| 47 | + |
| 48 | +# Jekyll 3 now only supports Kramdown for Markdown |
| 49 | +kramdown: |
| 50 | + # Use GitHub flavored markdown, including triple backtick fenced code blocks |
| 51 | + input: GFM |
| 52 | + # Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting |
| 53 | + syntax_highlighter: rouge |
| 54 | + syntax_highlighter_opts: |
| 55 | + # Use existing pygments syntax highlighting css |
| 56 | + css_class: 'highlight' |
| 57 | + |
| 58 | +# Set the Sass partials directory, as we're using @imports |
| 59 | +sass: |
| 60 | + style: :expanded # You might prefer to minify using :compressed |
| 61 | + |
| 62 | +# Use the following plug-ins |
| 63 | +plugins: |
| 64 | + - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem |
| 65 | + - jekyll-feed # Create an Atom feed using the official Jekyll feed gem |
| 66 | +# - jekyll-remote-theme |
| 67 | +# - jekyll-theme-cayman |
| 68 | + |
| 69 | +# Exclude these files from your production _site |
| 70 | +exclude: |
| 71 | + - Gemfile |
| 72 | + - Gemfile.lock |
| 73 | + - LICENSE |
| 74 | + - README.md |
| 75 | + - CNAME |
0 commit comments