|
| 1 | +# Site settings |
| 2 | +title: SendomLog Blog |
| 3 | +SEOTitle: SendomLog Blog |
| 4 | +header-img: img/post-SendomLog-desk.jpg |
| 5 | + |
| 6 | +description: "不忘初心" |
| 7 | +keyword: "SendomLog Blog, Sendom的博客, SendomLog, Sendom, iOS, Apple, iPhone" |
| 8 | +url: "http://SendomLog.github.io" # your host, for absolute URL |
| 9 | +baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog' |
| 10 | +github_repo: "https://github.com/SendomLog/SendomLog.github.io.git" # you code repository |
| 11 | + |
| 12 | +# Sidebar settings |
| 13 | +sidebar: true # whether or not using Sidebar. |
| 14 | +sidebar-about-description: "Goals determine what you going to be!" |
| 15 | +sidebar-avatar: /img/about-SendomLog-gentle.jpg # use absolute URL, seeing it's used in both `/` and `/about/` |
| 16 | + |
| 17 | +# SNS settings |
| 18 | +RSS: false |
| 19 | +# weibo_username: SendomLog |
| 20 | +# zhihu_username: SendomLog |
| 21 | +github_username: SendomLog |
| 22 | +# facebook_username: baiying.qiu.7 |
| 23 | +# jianshu_username: e71990ada2fd |
| 24 | +# twitter_username: SendomLog |
| 25 | + |
| 26 | +# Build settings |
| 27 | +# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead. |
| 28 | +permalink: pretty |
| 29 | +paginate: 10 |
| 30 | +exclude: ["less", "node_modules", "Gruntfile.js", "package.json", "README.md"] |
| 31 | +anchorjs: true # if you want to customize anchor. check out line:181 of `post.html` |
| 32 | + |
| 33 | +# Gems |
| 34 | +# from PR#40, to support local preview for Jekyll 3.0 |
| 35 | +gems: [jekyll-paginate] |
| 36 | + |
| 37 | +# Markdown settings |
| 38 | +# replace redcarpet to kramdown, |
| 39 | +# although redcarpet can auto highlight code, the lack of header-id make the catalog impossible, so I switch to kramdown |
| 40 | +# document: http://jekyllrb.com/docs/configuration/#kramdown |
| 41 | +markdown: kramdown |
| 42 | +highlighter: rouge |
| 43 | +kramdown: |
| 44 | + input: GFM # use Github Flavored Markdown !important |
| 45 | + |
| 46 | +# 评论系统 |
| 47 | +# Disqus(https://disqus.com/) |
| 48 | +# disqus_username: SendomLog |
| 49 | + |
| 50 | +# Gitalk |
| 51 | +gitalk: |
| 52 | + enable: true #是否开启Gitalk评论 |
| 53 | + clientID: f2c84e7629bb1446c1a4 #生成的clientID |
| 54 | + clientSecret: ca6d6139d1e1b8c43f8b2e19492ddcac8b322d0d #生成的clientSecret |
| 55 | + repo: SendomLog.github.io #仓库名称 |
| 56 | + owner: SendomLog #github用户名 |
| 57 | + admin: SendomLog |
| 58 | + distractionFreeMode: true #是否启用类似FB的阴影遮罩 |
| 59 | + |
| 60 | +# 统计 |
| 61 | + |
| 62 | +# Analytics settings |
| 63 | +# Baidu Analytics |
| 64 | +ba_track_id: b50bf2b12b5338a1845e33832976fd68 |
| 65 | + |
| 66 | +# Google Analytics |
| 67 | +ga_track_id: "UA-90855596-1" # Format: UA-xxxxxx-xx |
| 68 | +ga_domain: SendomLog.top # 默认的是 auto, 这里我是自定义了的域名,你如果没有自己的域名,需要改成auto |
| 69 | + |
| 70 | +# Featured Tags |
| 71 | +featured-tags: true # 是否使用首页标签 |
| 72 | +featured-condition-size: 1 # 相同标签数量大于这个数,才会出现在首页 |
| 73 | + |
| 74 | +# Progressive Web Apps |
| 75 | +chrome-tab-theme-color: "#000000" |
| 76 | +service-worker: true |
| 77 | + |
| 78 | +# Friends |
| 79 | +friends: |
| 80 | + [ |
| 81 | + { title: "WY", href: "http://zhengwuyang.com" }, |
| 82 | + { title: "简书·SendomLog", href: "http://www.jianshu.com/u/e71990ada2fd" }, |
| 83 | + { title: "Apple", href: "https://apple.com" }, |
| 84 | + { title: "Apple Developer", href: "https://developer.apple.com/" }, |
| 85 | + ] |
0 commit comments