|
3 | 3 | blog_theme: light # Or use dark |
4 | 4 | name: Chalk |
5 | 5 | paginate: 25 |
6 | | -url: # add your site url (format: https://example.com) |
| 6 | +url: http://chalk.nielsenramon.com |
7 | 7 |
|
8 | 8 |
|
9 | 9 | # Optional settings |
10 | 10 |
|
11 | | -theme_toggle: false # Change to true if you wish to show an icon in the navigation for dynamic theme toggling |
12 | | -about_enabled: false # Change to true if you wish to show an icon in the navigation that redirects to the about page |
13 | | -baseurl: # Set if blog doesn't sit at the root of the domain (format: /blog) |
14 | | -discus_identifier: # Add your Disqus identifier |
15 | | -ga_analytics: # Add your GA Tracking Id |
| 11 | +theme_toggle: true # Change to true if you wish to show an icon in the navigation for dynamic theme toggling |
| 12 | +about_enabled: true # Change to true if you wish to show an icon in the navigation that redirects to the about page |
| 13 | +discus_identifier: chalk-1 # Add your Disqus identifier |
| 14 | +ga_analytics: UA-28631876-6 # Add your GA Tracking Id |
16 | 15 | local_fonts: false # Change to true if you wish to use local fonts |
17 | 16 | rss_enabled: true # Change to false if not |
18 | 17 | scrollappear_enabled: true # Change to false to disable |
| 18 | +tag_nav_enabled: true # Change to true if you wish to show an additional 'tag-list' navigation below the header |
19 | 19 | social: |
20 | | - dribbble: # Add your Dribbble handle |
| 20 | + dribbble: nielsenramon # Add your Dribbble handle |
21 | 21 | facebook: # Add your Facebook handle |
22 | 22 | flickr: # Add your Flickr handle |
23 | | - github: # Add your GitHub handle |
| 23 | + github: nielsenramon # Add your GitHub handle |
24 | 24 | linkedin: # Add your LinkedIn handle |
25 | | - twitter: # Add your Twitter handle |
| 25 | + twitter: nielsenramon # Add your Twitter handle |
26 | 26 | email: # Add your Email address |
27 | 27 | bitcoin: # Add your Bitcoin link or address |
28 | 28 | ethereum: # Add your Ethereum link or address |
|
0 commit comments