@@ -5,6 +5,14 @@ paginate: 3
5
5
title : Example Site
6
6
copyright : Example Person
7
7
8
+ # Theme i18n support
9
+ # Available values: ar, bn, ca, de, el, en, es, fr, hu, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
10
+ DefaultContentLanguage : en
11
+
12
+ # Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
13
+ # This will make .Summary and .WordCount behave correctly for CJK languages.
14
+ hasCJKLanguage : false
15
+
8
16
languages :
9
17
en :
10
18
languageName : English
@@ -26,19 +34,13 @@ languages:
26
34
params :
27
35
description : وصف تجريبي
28
36
29
- # Change it to your Disqus shortname before using
30
- disqusShortname : hugo-theme-stack
31
-
32
- # GA Tracking ID
33
- googleAnalytics :
34
-
35
- # Theme i18n support
36
- # Available values: ar, bn, ca, de, el, en, es, fr, hu, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
37
- DefaultContentLanguage : en
38
-
39
- # Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
40
- # This will make .Summary and .WordCount behave correctly for CJK languages.
41
- hasCJKLanguage : false
37
+ services :
38
+ # Change it to your Disqus shortname before using
39
+ disqus :
40
+ shortname : " hugo-theme-stack"
41
+ # GA Tracking ID
42
+ googleAnalytics :
43
+ id :
42
44
43
45
permalinks :
44
46
post : /p/:slug/
@@ -49,7 +51,7 @@ params:
49
51
- post
50
52
featuredImageField : image
51
53
rssFullContent : true
52
- favicon : # e.g.: favicon placed in `static/favicon.ico` of your site folder, then set this field to `/favicon.ico` (`/` is necessary)
54
+ favicon : # e.g.: favicon placed in `static/favicon.ico` of your site folder, then set this field to `/favicon.ico` (`/` is necessary)
53
55
54
56
footer :
55
57
since : 2020
0 commit comments