Last active
April 11, 2020 21:05
-
-
Save ryandejaegher/486d63c6fb925e252bb5ccb4e58f31af to your computer and use it in GitHub Desktop.
This is the config.yaml file for ryandejaegher.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| baseURL: https://example.com | |
| languageCode: en-us | |
| title: Ryan Dejaeghers | |
| pygmentsstyle: monokai | |
| theme: novela | |
| permalinks: | |
| post: /:title/ | |
| paginate: 6 | |
| social: | |
| twitter: "#" | |
| github: "#" | |
| instagram: "#" | |
| linkedin: "#" | |
| dribbble: "#" | |
| youtube: "#" | |
| taxonomies: | |
| author: authors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment