|
| 1 | +# Welcome to Jekyll! |
| 2 | + |
| 3 | +# Website settings |
| 4 | +title: 升烟 |
| 5 | +description: 亲近自然,回归传统 |
| 6 | +keywords: redhat,openshift,devops,CI,CD,python,Java,cloud,kubernetes,fabric8,云计算,运维,jekyll,reveal.js,javascript |
| 7 | +baseurl: "" # This will be your homepage |
| 8 | +url: https://ryanzhang.github.io # url should be 'http://<github_username>.github.io/homepage' as before |
| 9 | +# url: http://127.0.0.1:4000 |
| 10 | +img_path: /static/assets/img # url should be '/homepage/static/assets/img/blog' as before |
| 11 | + |
| 12 | +# author -- index page "about me" section |
| 13 | +author: # change following line to your infomation. |
| 14 | + name: RyanZhang # Be used at blog posts' author. |
| 15 | + first_name: Ryan # Be used at index page about me section. |
| 16 | + last_name: Zhang # Be used at index page about me section. |
| 17 | + avatar: /static/assets/img/landing/avatar.jpg # upload your avatar at directory and edit it. |
| 18 | + github_username: ryanzhang # Leave blank if you don't have now |
| 19 | + linkedin_id: ryan-zhangcheng # Leave blank if you don't have now |
| 20 | + facebook_username: ryan.zhangcheng # Leave blank if you don't have now |
| 21 | + twitter_username: # Leave blank if you don't have now |
| 22 | + email: [email protected] # Leave blank if you don't have now |
| 23 | + cv: #http://cv.ryanzhang.com # An online CV can be printed as PDF, leave blank if you don't have now |
| 24 | + # skill icons are on avatar's left and right side. Reference urls are http://fontawesome.io/ and http://fizzed.com/oss/font-mfizz |
| 25 | + skill_icon1: |
| 26 | + - name: icon-apache |
| 27 | + - name: fa-linux |
| 28 | + skill_icon2: |
| 29 | + - name: fa-linux |
| 30 | + - name: icon-apache |
| 31 | + desc: 亲近自然,回归传统. # Describe yourself. |
| 32 | + |
| 33 | +# comment |
| 34 | +disqus: # if you wanna comment feature, go to https://disqus.com/ to get your configuration; if not, comment following two lines. |
| 35 | + config: false |
| 36 | + id: need register |
| 37 | + |
| 38 | +# analytics |
| 39 | +## google analytics |
| 40 | +ga: # if you wanna this feature, go to https://www.google.com/analytics/ to get your configuration; if not, comment following line. |
| 41 | + # id: |
| 42 | + |
| 43 | +## google optimize |
| 44 | +go: |
| 45 | + # id: |
| 46 | + |
| 47 | +## growingIO |
| 48 | +gio: # if you wanna this feature, go to https://www.growingio.com/ to get your configuration; if not, comment following line. |
| 49 | + # id: |
| 50 | + |
| 51 | +## donation |
| 52 | +donation: off # type 'on'/'off' to choice display donation button at post page or not |
| 53 | + |
| 54 | +## carousels |
| 55 | +index_carousel: on # index page carousel switch |
| 56 | +blog_carousel: on # blog page carousel switch |
| 57 | + |
| 58 | +# scss |
| 59 | +sass: |
| 60 | + style: compressed |
| 61 | + |
| 62 | +# Build settings |
| 63 | +encoding: utf-8 |
| 64 | + |
| 65 | +# other settings |
| 66 | +highlighter: rouge |
| 67 | +markdown: kramdown |
| 68 | +kramdown: |
| 69 | + input: GFM |
| 70 | + syntax_highlighter: rouge |
| 71 | + |
| 72 | +#Slides settings |
| 73 | +# The Reveal theme |
| 74 | +reveal_theme: beige.css |
| 75 | + |
| 76 | +# The Reveal transition |
| 77 | +reveal_transition: slides # none/fade/slide/convex/concave/zoom |
| 78 | + |
| 79 | +# Path to the used theme (defaults to the Reveal.js standard theme path) |
| 80 | +reveal_theme_path: ../reveal.js/css/theme/ |
| 81 | + |
| 82 | +# Embed Server-side speaker notes? |
| 83 | +reveal_notes_server: false |
| 84 | + |
| 85 | +# Additional reveal.js options |
| 86 | +reveal_options: |
| 87 | + |
| 88 | +# Additional reveal.js dependencies |
| 89 | +reveal_dependencies: |
| 90 | + |
| 91 | +# Reveal.js subdirectory |
| 92 | +reveal_path: ../reveal.js/ |
| 93 | + |
| 94 | + |
| 95 | +collections: |
| 96 | + slides: |
| 97 | + output: true |
| 98 | + permalink: /:collection/:path |
| 99 | + |
| 100 | +# This is for support md5 to slides and load customize plugin in local mode |
| 101 | +#markdown: redcarpet |
| 102 | +#highlighter: pygments |
| 103 | +#markdown_ext: ignoreme |
0 commit comments