aletheia-foundation / aletheia-foundation.github.io

Website for the aletheia foundation
http://aletheia-foundation.io/
Creative Commons Attribution Share Alike 4.0 International
4 stars 5 forks source link

correct formatting of twitter handle in _config.yml #8

Closed critzo closed 7 years ago

critzo commented 7 years ago

@KadeMorton Before we schedule time to chat more about Github pages and Jekyll, I took a look at your site and the build error. Turns out that Jekyll doesn't like having special characters at the beginning of yaml values, so this pull request will fix that. Let me know if you want to discuss and let's find a time to chat more. --Chris

This commit encapsulates the value for your twitter handle in quotes since jekyll doesn't like parsing special characters at the beginning of yaml values.

You can preview the built site with this change on my fork: https://critzo.github.io/aletheia-foundation.github.io/

KadeMorton commented 7 years ago

I'll merge this and have a look at what I did wrong and how it works.