OSDN Git Service

[add] : Added hugo config
[alterlinux/hayao.fascode.net.git] / blog / config.toml
1 baseURL = 'http://example.org/'
2 languageCode = 'ja-JP'
3 title = 'ハヤオのブログ'
4 theme = "smigle"
5
6 [module]
7 [[module.mounts]]
8   source = '/blog/content'
9   target = '/blog/content'
10 [[module.mounts]]
11   source = '/blog/static'
12   target = '/blog/static'
13 [[module.mounts]]
14   source = '/blog/layouts'
15   target = '/blog/layouts'
16 [[module.mounts]]
17   source = '/blog/data'
18   target = '/blog/data'
19 [[module.mounts]]
20   source = '/blog/assets'
21   target = '/blog/assets'
22 [[module.mounts]]
23   source = '/blog/i18n'
24   target = '/blog/i18n'
25 [[module.mounts]]
26   source = '/blog/archetypes'
27   target = '/blog/archetypes'