OSDN Git Service

[fix] : Deploy with deploy key
[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 = 70
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
35
36 [Params.style.vars]
37   highlightColor = "#2189c8" # Override highlight color
38
39 [Params.widgets.social]
40   # Enable parts of social widget
41   facebook = "Hayao0819"
42   twitter = "Hayao0819"
43   instagram = "Hayao0819"
44   github = "Hayao0819"
45   gitlab = "Hayao0819"
46   email = "hayao@fascode.net"
47
48 [Params.sidebar]
49   home = "right" # Configure layout for home page
50   list = "left"  # Configure layout for list pages
51   single = false # Configure layout for single pages
52   # Enable widgets in given order
53   widgets = ["recent", "categories" , "taglist", "social", "test"]
54   # alternatively "ddg-search" can be used, to search via DuckDuckGo
55   # widgets = ["ddg-search", "recent", "categories", "taglist", "social", "languages"]
56
57 [Params.widgets]
58   recent_num = 5 # Set the number of articles in the "Recent articles" widget
59   categories_counter = false # Enable counter for each category in "Categories" widget
60   tags_counter = false # Enable counter for each tag in "Tags" widget
61
62 [menu]
63 [[menu.main]]
64   name = '切腹倶楽部'
65   url = 'https://seppuku.club/'
66   weight = -90
67
68 [[menu.main]]
69   name = 'ハヤオについて'
70   url = '/about/'
71
72 [[menu.main]]
73   name = 'Twitter'
74   url = '/twitter/'