|
| 1 | + |
| 2 | +# Site settings |
| 3 | + |
| 4 | +# NB! Set your site's url, otherwise stuff will break :) |
| 5 | + |
| 6 | +url: "https://le4ker.github.io" |
| 7 | + |
| 8 | +# If you're hosting your site at a Project repository on GitHub pages |
| 9 | +# (https://yourusername.github.io/repository-name) |
| 10 | +# and NOT your user repository (https://yourusername.github.io) |
| 11 | +# then add in the baseurl here, like this: "/repository-name" |
| 12 | +# |
| 13 | +# NB! Without this *nothing* will work, because it's used in every path :) |
| 14 | + |
| 15 | +baseurl: /personal-jekyll-theme |
| 16 | + |
| 17 | +# Google tracking id |
| 18 | + |
| 19 | +google-tracking-id: "" |
| 20 | + |
| 21 | +# Forces https everywhere in your website, except when you serve it locally |
| 22 | +# If you are not hosted on Github Pages, and your host doesn't support https |
| 23 | +# then you should disable it |
| 24 | + |
| 25 | +force-https: True |
| 26 | + |
| 27 | +############# |
| 28 | +# HTML Head # |
| 29 | +############# |
| 30 | + |
| 31 | +lang: "en" |
| 32 | +author: "John Smith" |
| 33 | +title: "{ John Smith }" |
| 34 | +description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine." |
| 35 | +keywords: "smith, jones, personal, jekyll, theme" |
| 36 | +favicon: "/img/favicon.ico" |
| 37 | + |
| 38 | +################ |
| 39 | +# Header layout # |
| 40 | +################ |
| 41 | + |
| 42 | +black-favicon: "/img/black-lab-glass.ico" |
| 43 | +logo: "/img/author.png" # leave blank if you don't want a logo |
| 44 | + |
| 45 | +background-img: "../img/intro-bg.jpg" |
| 46 | + |
| 47 | +############################## |
| 48 | +# Dynamic Text on the Header # |
| 49 | +############################## |
| 50 | + |
| 51 | +dynamic-typing: True |
| 52 | +shuffle: True # Shuffle the lines. |
| 53 | +loop: True |
| 54 | +loop-count: False # Set False for infinite loop, or set any number for finite loop. |
| 55 | +type-speed: 10 |
| 56 | +start-delay: 200 |
| 57 | +delete-delay: 5000 |
| 58 | +lines: # You can add HTML Tags in the Text |
| 59 | + - text: "The lower you fall, the higher you'll fly." |
| 60 | + - text: "Where’s your will to be weird?" |
| 61 | + |
| 62 | +me-img: "/img/jetpacktocat.png" |
| 63 | + |
| 64 | +# To use facebook profile pic comment the previous line and uncomment the following |
| 65 | +# line, and replace 'user_id' with your facebook user id. |
| 66 | +# Facebook user id can be found by clicking on your profile pic and the large number |
| 67 | +# in the end of the url just before '&type' is your user id. |
| 68 | +# Note: fbid is not the same as user id and user id only contains numbers |
| 69 | + |
| 70 | +# me-img: "https://graph.facebook.com/user_id/picture?type=large&width=500&height=500" |
| 71 | + |
| 72 | +# To use github profile pic uncomment the following line and replace 'user_name' |
| 73 | +# with your github user name. |
| 74 | + |
| 75 | +# me-img: "https://github.com/user_name.png?size=500" |
| 76 | + |
| 77 | +# To use gravatar profile pic uncomment the following line and replace 'email_hash' |
| 78 | +# with your gravatar profile email hash. |
| 79 | +# You can create the email hash by using an online tool like 'http://www.md5hashgenerator.com/' |
| 80 | +# just enter your email and it will generate the hash. |
| 81 | + |
| 82 | +# me-img: "https://www.gravatar.com/avatar/email_hash?s=500" |
| 83 | + |
| 84 | +############################## |
| 85 | +# Color the browser elements # |
| 86 | +############################## |
| 87 | +color-browser: "#000000" |
| 88 | +apple-status-bar-style: "black" |
| 89 | + |
| 90 | +################ |
| 91 | +# Web app mode # |
| 92 | +################ |
| 93 | + |
| 94 | +web-app-mode: True |
| 95 | + |
| 96 | +# Icons for Web App mode |
| 97 | + |
| 98 | +icon-36p: "/img/web-app/icon-36p.png" |
| 99 | +icon-48p: "/img/web-app/icon-48p.png" |
| 100 | +icon-72p: "/img/web-app/icon-72p.png" |
| 101 | +icon-96p: "/img/web-app/icon-96p.png" |
| 102 | +icon-144p: "/img/web-app/icon-144p.png" |
| 103 | +icon-192p: "/img/web-app/icon-192p.png" |
| 104 | + |
| 105 | +######## |
| 106 | +# Blog # |
| 107 | +######## |
| 108 | + |
| 109 | +enable-gesture-navigation: True |
| 110 | + |
| 111 | +post-preview-words: 96 |
| 112 | + |
| 113 | +paginate: 5 |
| 114 | + |
| 115 | +email-share: True |
| 116 | +fb-share: True |
| 117 | +twitter-share: True |
| 118 | +linkedin-share: True |
| 119 | +reddit-share: True |
| 120 | +google-plus-share: True |
| 121 | +tumblr-share: True |
| 122 | +pinterest-share: True |
| 123 | +pocket-share: True |
| 124 | +vkontakte-share: True |
| 125 | + |
| 126 | +disqus-shortname: "personal-jekyll-theme" |
| 127 | + |
| 128 | +syntax-highlight: True |
| 129 | + |
| 130 | +############ |
| 131 | +# Timeline # |
| 132 | +############ |
| 133 | + |
| 134 | +events: |
| 135 | + - image: "/img/timeline/spidertocat.png" |
| 136 | + date: "September 2013 - Today" |
| 137 | + description: "Saving the neighborhood!" |
| 138 | + - image: "/img/timeline/baracktocat.jpg" |
| 139 | + date: "September 2007 - August 2013" |
| 140 | + description: "Started coding" |
| 141 | + |
| 142 | +# First image of the Timeline |
| 143 | + |
| 144 | +timeline-img: "/img/timeline/default.png" |
| 145 | + |
| 146 | +########### |
| 147 | +# Contact # |
| 148 | +########### |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | +# Set a url pointing to your publish PGP Public Key here, and it will appear in the Contact section |
| 154 | +pgp: False |
| 155 | + |
| 156 | +################ |
| 157 | +# Author Blurb # |
| 158 | +################ |
| 159 | + |
| 160 | +# The author blurb goes underneath blog posts. |
| 161 | +# This works best when your author blurb image has a transparent background, or matches your site background color. |
| 162 | + |
| 163 | +# if the author_blurb is not set, then this feature is skipped |
| 164 | +author_blurb: "John Smith is an awesome person. He lives in Flatland, where he works on two-dimensional engineering projects. In his spare time, John likes to eat cotton candy." |
| 165 | +author_blurb_image: "/img/author.png" |
| 166 | + |
| 167 | +################## |
| 168 | +# Social Buttons # |
| 169 | +################## |
| 170 | + |
| 171 | +social: |
| 172 | + - title: "facebook" |
| 173 | + url: "https://facebook.com/" |
| 174 | + - title: "twitter" |
| 175 | + url: "https://twitter.com/" |
| 176 | + - title: "github" |
| 177 | + url: "https://github.com/PanosSakkos/personal-jekyll-theme" |
| 178 | + - title: "bitcoin" |
| 179 | + url: "https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi" |
| 180 | + - title: "rss" |
| 181 | + url: "/feed.xml" |
| 182 | + |
| 183 | +############ |
| 184 | +# 404 page # |
| 185 | +############ |
| 186 | + |
| 187 | +err-404-img: "/img/labtocat.png" |
| 188 | + |
| 189 | +################## |
| 190 | +# GPG on Keybase # |
| 191 | +################## |
| 192 | + |
| 193 | +keybase-username: johnsmith |
| 194 | +keybase-in-social: True |
| 195 | +keybase-in-footer: True |
| 196 | + |
| 197 | +################################################################################ |
| 198 | + |
| 199 | +# NB! Tread carefully if you want to change the variables below this point! |
| 200 | + |
| 201 | +# Sections shown in the index page |
| 202 | + |
| 203 | +pages_list: |
| 204 | + About: 'about' |
| 205 | + Blog: 'latest-post' |
| 206 | + Timeline: 'timeline' |
| 207 | + Contact: 'contact' |
| 208 | + |
| 209 | +# Exclusion list from the generated _site |
| 210 | + |
| 211 | +exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts"] |
| 212 | + |
| 213 | +# Pagination path |
| 214 | + |
| 215 | +paginate_path: "blog/page:num/" |
| 216 | + |
| 217 | +# Enable minification SASS |
| 218 | + |
| 219 | +sass: |
| 220 | + style: compressed |
| 221 | + |
| 222 | +gems: |
| 223 | + - jekyll-paginate |
| 224 | + - jemoji |
0 commit comments