|
| 1 | +# |
| 2 | +# This file contains configuration flags to customize your site |
| 3 | +# |
| 4 | + |
| 5 | +# Name of your site (displayed in the header) |
| 6 | +name:SwiftXcode |
| 7 | + |
| 8 | +# Short bio or description (displayed in the header) |
| 9 | +description:TODO |
| 10 | + |
| 11 | +# URL of your avatar or profile pic (you could use your GitHub profile pic) |
| 12 | +avatar:https://github.com/SwiftXcode.png?size=92 |
| 13 | +timezone:Europe/Berlin |
| 14 | + |
| 15 | +# |
| 16 | +# Flags below are optional |
| 17 | +# |
| 18 | + |
| 19 | +# Includes an icon in the footer for each username you enter |
| 20 | +footer-links: |
| 21 | +dribbble: |
| 22 | +email:info@apacheexpress.io |
| 23 | +facebook: |
| 24 | +flickr: |
| 25 | +github:SwiftXcode/swift-xcode |
| 26 | +instagram: |
| 27 | +linkedin: |
| 28 | +pinterest: |
| 29 | +rss:# just type anything here for a working RSS icon, make sure you set the "url" above! |
| 30 | +twitter:ar_institute |
| 31 | +stackoverflow:# your stackoverflow profile, e.g. "users/50476/bart-kiers" |
| 32 | +youtube:# channel/<your_long_string> or user/<user-name> |
| 33 | +googleplus:# anything in your profile username that comes after plus.google.com/ |
| 34 | + |
| 35 | + |
| 36 | +# Enter your Disqus shortname (not your username) to enable commenting on posts |
| 37 | +# You can find your shortname on the Settings page of your Disqus account |
| 38 | +disqus: |
| 39 | + |
| 40 | +# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking |
| 41 | +google_analytics:UA-3266252-11 |
| 42 | + |
| 43 | +# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) |
| 44 | +# Used for Sitemap.xml and your RSS feed |
| 45 | +url:http://SwiftXcode.github.io |
| 46 | + |
| 47 | +# If you're hosting your site at a Project repository on GitHub pages |
| 48 | +# (http://yourusername.github.io/repository-name) |
| 49 | +# and NOT your User repository (http://yourusername.github.io) |
| 50 | +# then add in the baseurl here, like this: "/repository-name" |
| 51 | +baseurl:"" |
| 52 | + |
| 53 | +# |
| 54 | +# !! You don't need to change any of the configuration flags below !! |
| 55 | +# |
| 56 | + |
| 57 | +markdown:kramdown |
| 58 | +highlighter:rouge |
| 59 | +permalink:/:title/ |
| 60 | + |
| 61 | +# The release of Jekyll Now that you're using |
| 62 | +version:v1.1.0 |
| 63 | + |
| 64 | +# Set the Sass partials directory, as we're using @imports |
| 65 | +sass: |
| 66 | +style::expanded# You might prefer to minify using :compressed |
| 67 | + |
| 68 | +# Use the following plug-ins |
| 69 | +gems: |
| 70 | + -jekyll-sitemap# Create a sitemap using the official Jekyll sitemap gem |
| 71 | + |
| 72 | +# Exclude these files from your production _site |
| 73 | +exclude: |
| 74 | + -Gemfile |
| 75 | + -Gemfile.lock |
| 76 | + -LICENSE |
| 77 | + -README.md |
| 78 | + -CNAME |
| 79 | + -run.sh |