OSDN Git Service

[fix] : Fixed json link
[alterlinux/hayao.fascode.net.git] / blog / config.toml
1 baseURL = "http://hayao.fascode.net/blog/"
2 languageCode = 'ja'
3 title = 'ハヤオの物置き'
4 theme = "mainroad"
5 archetypeDir = "src/archetypes"
6 assetDir = "src/assets"
7 contentDir = "src/content"
8 dataDir = "src/data"
9 layoutDir = "src/layouts"
10 staticDir = "src/static"
11 themesDir = "src/themes"
12 publishDir = "./"
13 resourcedir = "src/resources"
14 hasCJKLanguage = true
15
16 paginate = "5" # Number of posts per page
17
18 summaryLength = 160
19
20
21 [Author] # Used in authorbox
22   name = "山田ハヤオ"
23   bio = "シェルスクリプトとマギレコを嗜むしがない高校生"
24   avatar = "hayao.jpg"
25
26 [Params]
27   subtitle = "好きなときに好きなことをして楽に生きたい" # Deprecated in favor of .Site.Params.logo.subtitle
28   description = "Fascodeの公式ブログに書けないことをたらたらと書き連ねるところ" # Site description. Used in meta description
29   copyright = "Yamada Hayao" # Footer copyright holder, otherwise will use site title
30   readmore = true
31   post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
32   mainSections = ["posts", "blog", "news"] # Specify section pages to show on home page and the "Recent articles" widget
33   twitter_cards = true # Enable Twitter Cards if true
34   pager = true # 記事下の「次の投稿」とか「前の投稿」を表示する
35
36
37 [Params.style.vars]
38   highlightColor = "#2189c8" # Override highlight color
39
40 [Params.widgets.social]
41   # Enable parts of social widget
42   facebook = "Hayao0819"
43   twitter = "Hayao0819"
44   instagram = "Hayao0819"
45   github = "Hayao0819"
46   gitlab = "Hayao0819"
47   email = "hayao@fascode.net"
48
49 [Params.sidebar]
50   home = "right" # Configure layout for home page
51   list = "left"  # Configure layout for list pages
52   single = false # Configure layout for single pages
53   # Enable widgets in given order
54   widgets = ["recent", "categories" , "taglist", "social", "test"]
55   # alternatively "ddg-search" can be used, to search via DuckDuckGo
56   # widgets = ["ddg-search", "recent", "categories", "taglist", "social", "languages"]
57
58 [Params.widgets]
59   recent_num = 5 # Set the number of articles in the "Recent articles" widget
60   categories_counter = false # Enable counter for each category in "Categories" widget
61   tags_counter = false # Enable counter for each tag in "Tags" widget
62
63 [menu]
64 [[menu.right]]
65   name = '切腹倶楽部'
66   url = 'https://seppuku.club/'
67
68 [[menu.right]]
69   name = 'はやおのぺーじ'
70   url = "../"
71
72 [[menu.main]]
73   name = '技術系'
74   url = "/categories/技術系/"
75
76 [[menu.main]]
77   name = "プライベート"
78   url = "/categories/プライベート"
79
80 [[menu.main]]
81   name = 'ハヤオについて'
82   url = '/about/'
83   weight = 100
84
85 [[menu.main]]
86   name = 'Twitterアカウント'
87   url = '/twitter/'
88   weight = 200