source: config.yml@ 80cac4e

Last change on this file since 80cac4e was 80cac4e, checked in by w96k <w96k.ru@…>, on Jan 29, 2019 at 4:07:03 AM

New design

  • Property mode set to 100644
File size: 1.3 KB
Line 
1Paginate: 15
2disqusShortname: w96k
3relativeURLs: true
4theme: hugo-sui-blog
5title: "@w96k"
6languageCode: "ru-ru"
7copyright: "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
8author:
9 name: Mikhail Kirillov
10 email: w96k.ru@gmail.com
11menu:
12 main:
13 - identifier: posts
14 name: Посты
15 title: Посты
16 url: /posts/
17 - identifier: pages
18 name: Страницы
19 title: Страницы
20 url: /pages/
21 parent:
22 - identifier: about
23 name: Обо мне
24 title: Обо мне
25 url: about
26params:
27 mainSection: ["posts"]
28 comments: true
29 about:
30 - Dev
31 - Otaku
32 - Gamer
33 social:
34 - text: Github
35 icon: github
36 link: https://github.com/w96k
37 target: "_blank"
38 color: white
39 - text: Telegram
40 icon: telegram
41 link: https://t.me/w96k_log
42 target: "_blank"
43 color: blue
44 - text: Twitter
45 icon: twitter
46 link: https://twitter.com/w96kz
47 color: twitter
48 bonsai:
49 vars:
50 - title
51 - summary
52 - date
53 - publishdate
54 - expirydate
55 - permalink
56 params:
57 - categories
58 - tags
59
60outputs:
61 home:
62 - HTML
63 - RSS
64 - Bonsai
65outputFormats:
66 Bonsai:
67 baseName: bonsai
68 isPlainText: true
69 mediaType: application/json
70 notAlternative: true
Note: See TracBrowser for help on using the repository browser.