|
1 | | -# Name of your blog (this will show up at the top of your page and in the RSS feed) |
| 1 | +# Set name to prevent title from displaying at the top of the page |
| 2 | +# https://github.com/pages-themes/primer/issues/21#issuecomment-440722302 |
2 | 3 | name: GitHub Games |
3 | | - |
4 | | -# Short description (goes below the title; it will also be used in the RSS feed) |
5 | | -description: This GitHub Games has lots of tests |
6 | | - |
7 | | -# Your name, as you want it to appear underneath each post and in the footer |
8 | | -author: GitHub Training, but forked |
9 | | - |
10 | | -# Your email if you want it to be linked on the contact page |
11 | | -author_email: you@example.com |
12 | | - |
13 | | -# The directory for category index pages. Change it to something else if |
14 | | -# for example you want links like /categories/category1 instead of /category1 |
15 | | -category_dir: / |
16 | | - |
17 | | -# Uncomment if you are planning to run the blog in a subdirectory |
18 | | -# Note - if you enable this, and attempt to view your site locally you have to use the baseurl in your local path. |
19 | | -# Example, you must use http://localhost:4000/path/to/blog |
20 | | -#baseurl: /path/to/blog |
21 | | -# baseurl: |
22 | | - |
23 | | -# The URL of your actual domain. This will be used to make absolute links in the RSS feed. |
24 | | -# url: http://yourdomain.com/ |
25 | | - |
26 | | -#### Under the Hood Stuff ##### |
27 | | - |
28 | | -# Use rdiscount as the markdown engine because it generates html5 compliant code for stuff like footnotes |
29 | | -# If you use maroku (default engine) some of your generated pages may not validate or lint as html5 |
30 | | -# If you don't have it install it via gem install rdiscount |
31 | | -markdown: kramdown |
32 | | - |
33 | | -# Makes pretty (descriptive) permalinks. See Jekyll docs for alternatives. |
34 | | -permalink: pretty |
35 | | - |
36 | | -# How many articles do you wish to appear on the front page: |
37 | | -paginate: 3 |
38 | | - |
39 | | -# Exclude metadata and development time dependencies (like Grunt plugins) |
40 | | -# exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules] |
41 | | -gems: [jekyll-paginate] |
0 commit comments