Files
pidcodes.github.com/_config.yml
Peter Newman b37cbc3b0f Try making liquid strict (#232)
* Remove errant .DS_Store file

* Ignore .DS_Store

* Create a list of organisations

* Add an org list

* Show number of PIDs per org

* Fix HTML issue, sort orgs by title

* Try and fix the PID count

* Try and fix issues

* Try again to fix issues

* Try yet again to fix issues

* Correct the urlpart

* Change to sort_natural, minor code tidy

* Try and fix the sorting

* Try again to fix the sorting

* Remove debugging

* Add a link to orgs page

* Install dependencies for Travis

* Create .travis.yml

* Add the Travis script

* Update the Ruby version

* Bump the Ruby version some more

* Switch back to the documented version

* Add the exclude

* Update based on https://github.com/jekyll/jekyll/pull/5413

* Add github-pages Gem

* Add missing gems

* Add redcarpet

* Switch to tasks so we can run multiple CI tasks

* Switch to tasks

* Fix the matrix

* More matrix fixing

* Turn on more htmlproofer options

* Make the check less strict

* Don't bother complaining about extra jekyll tags

* Escape HTML entities

* Fix the email link

* Fix the link within the 404 page!

* Escape more HTML entities

* Remove an invalid site URL

* Cache ruby bundles

* Escape even more HTML entities

* Escape yet more HTML entities

* Escape more HTML entities and switch to a div

* Try and fix the errant paragraph item

* Add a Travis badge to the readme

* Update Gemfile

Adapted from https://github.com/lunaryorn/lunaryorn.github.io

* Update _config.yml

* Add some more checks to Travis

* Report GH Pages versions

* Tidy up, add redcarpet back in

* Try and stop the spurious paragraph tags

* Check Open Graph

* Make pid.codes an internal domain

* Ensure we've got the fixed html-proofer

* Use the original orgpath URL

* Ignore some broken URLs

* Try and fix the syntax issue

* Third try at fixing syntax

* Ignore another broken URL

* Alternative ignore of a specific URL

* Ignore the remaining URLs

* Update Instant Infrastructure URL

* Remove a redundant URL ignore

* Update some broken links

* Update links

* Remove more resolved links

* Force links in kramdown

* Format more links for kramdown

* Make more links clickable/add more site URLs

* Fix more URLs

* Fix some more URLs and ignore some others

* Fix the remaining broken link

* Fix the URL I missed

* Make Jekyll liquid processing strict, make general Jekyll processing verbose

* Try and fix the Liquid warning

* Try and fix more Liquid errors

* Fix more Liquid errors

* Switch to warn until we've fixed all the errors

* Switch back, warn doesn't actually log the errors :(

* Fix another error

* Revert and try another fix as it just breaks it

* Go verbose

* Revert and try another fix

* Revert and fix

* Assign and fix
2017-03-22 17:59:09 +00:00

64 lines
1.2 KiB
YAML

# Site settings
title: pid.codes
email: admin@pid.codes
author: pid.codes admin team
description: "Free USB VID and PID codes for open-source projects."
baseurl: ""
url: "http://pid.codes"
excerpt_separator: "<!-- more -->"
# Google analytics
google_analytics: UA-84449-9
# Optional features
animated: false
show_related_posts: false
show_post_footers: false
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname:
# Social icons
show_social_icons: false
github_username:
stackoverflow_id:
twitter_username:
google_plus_id:
linkedin_username:
bitcoin_url:
paypal_url:
flattr_button:
# Post sharing icons
show_sharing_icons: false
share_text: 'Share this post!'
# Change to 'true' to enable individual icons
share_facebook: false
share_twitter: false
share_googleplus: false
share_linkedin: false
share_digg: false
share_tumblr: false
share_reddit: false
share_stumbleupon: false
# Build settings
exclude: [vendor]
gems:
- jekyll-paginate
liquid:
error_mode: strict
verbose: true
markdown: kramdown
kramdown:
auto_ids: true
autolink: true
input: GFM
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
permalink: pretty
paginate: 3
sass:
compressed: true