|
| 1 | +# Site settings |
| 2 | +title: IdeaLab CST Blog |
| 3 | +email: ab.idealab@gmail.com |
| 4 | +author: Infant Derrick Gnanasusairaj |
| 5 | +description: "The Blog for the CST stream for IdeaLab" |
| 6 | +baseurl: "/cst-blog" |
| 7 | +url: "" |
| 8 | +date_format: "%b %-d, %Y" |
| 9 | +header_pages: |
| 10 | + - about.md |
| 11 | + - contact.html |
| 12 | + |
| 13 | +# Google services |
| 14 | +google_verification: |
| 15 | +# Use either direct GA implementation or set up GTM account |
| 16 | +# - using both will skew your data (leave blank to not use at all) |
| 17 | +google_analytics: |
| 18 | +google_tag_manager: |
| 19 | +# Bing services |
| 20 | +bing_verification: |
| 21 | + |
| 22 | +# Optional features |
| 23 | +animated: false |
| 24 | +show_related_posts: false |
| 25 | +show_post_footers: false |
| 26 | +show_social_icons: false |
| 27 | +ajaxify_contact_form: false |
| 28 | +enable_mathjax: false |
| 29 | +extended_fonts: false |
| 30 | +enable_anchorjs: false |
| 31 | +# Preview image for social media aka og:image and twitter:image |
| 32 | +post_preview_image: false |
| 33 | + |
| 34 | +# Facebook Page integration |
| 35 | +# (for instant articles and other stuff) |
| 36 | +fb_page: false |
| 37 | +fb_page_id: |
| 38 | + |
| 39 | +# Disqus post comments |
| 40 | +# (leave blank to disable Disqus) |
| 41 | +disqus_shortname: |
| 42 | + |
| 43 | +# txtpen post comments |
| 44 | +# (leave blank to disable txtpen) |
| 45 | +txtpen_sitename: |
| 46 | + |
| 47 | +# Facebook Comments plugin |
| 48 | +# (leave blank to disable Facebook Comments, otherwise set it to true) |
| 49 | +facebook_comments: |
| 50 | +facebook_appid: |
| 51 | +facebook_comments_number: 10 |
| 52 | + |
| 53 | +# Social icons |
| 54 | +github_username: |
| 55 | +reddit_username: |
| 56 | +bitbucket_username: |
| 57 | +stackoverflow_id: |
| 58 | +twitter_username: |
| 59 | +skype_username: |
| 60 | +steam_nickname: |
| 61 | +google_plus_id: |
| 62 | +linkedin_username: |
| 63 | +angellist_username: |
| 64 | +medium_id: |
| 65 | +bitcoin_url: |
| 66 | +paypal_url: |
| 67 | +flattr_button: |
| 68 | +telegram_username: |
| 69 | +vk_id: |
| 70 | + |
| 71 | +# Post sharing icons |
| 72 | +show_sharing_icons: false |
| 73 | +# Change to 'true' to enable individual icons |
| 74 | +share_facebook: false |
| 75 | +share_twitter: false |
| 76 | +share_googleplus: false |
| 77 | +share_linkedin: false |
| 78 | +share_digg: false |
| 79 | +share_tumblr: false |
| 80 | +share_reddit: false |
| 81 | +share_stumbleupon: false |
| 82 | +share_hackernews: false |
| 83 | + |
| 84 | +text: |
| 85 | + pagination: |
| 86 | + newer: 'Newer' |
| 87 | + older: 'Older' |
| 88 | + share_buttons: |
| 89 | + text: 'Share this post!' |
| 90 | + facebook: 'Share on Facebook' |
| 91 | + twitter: 'Share on Twitter' |
| 92 | + googleplus: 'Share on Google+' |
| 93 | + linkedin: 'Share on LinkedIn' |
| 94 | + digg: 'Share on Digg' |
| 95 | + tumblr: 'Share on Tumblr' |
| 96 | + reddit: 'Share on Reddit' |
| 97 | + stumbleupon: 'Share on StumbleUpon' |
| 98 | + hackernews: 'Share on Hacker News' |
| 99 | + post: |
| 100 | + updated: 'Updated' |
| 101 | + minute_read: 'minute read' |
| 102 | + related_posts: 'Related Posts' |
| 103 | + index: |
| 104 | + coming_soon: 'Coming soon...' |
| 105 | + contact: |
| 106 | + email: 'Email Address' |
| 107 | + content: 'What would you like to say?' |
| 108 | + subject: 'New submission!' |
| 109 | + submit: 'Say Hello' |
| 110 | + ajax: |
| 111 | + sending: 'sending..' |
| 112 | + sent: 'Message sent!' |
| 113 | + error: 'Error!' |
| 114 | + thanks: 'Thanks for contacting us. We will reply as soon as possible.' |
| 115 | + og_locale: 'en_US' |
| 116 | + |
| 117 | +# Build settings |
| 118 | +markdown: kramdown |
| 119 | +redcarpet: |
| 120 | + extensions: ['smart', 'tables', 'with_toc_data'] |
| 121 | +permalink: pretty |
| 122 | +paginate: 4 |
| 123 | +sass: |
| 124 | + style: compressed |
| 125 | +plugins: |
| 126 | + - jekyll-paginate |
| 127 | + - jekyll-sitemap |
| 128 | +# https://github.com/jekyll/jekyll/issues/2938 |
| 129 | +exclude: |
| 130 | + - Gemfile |
| 131 | + - Gemfile.lock |
| 132 | + - vendor |
0 commit comments