diff options
Diffstat (limited to 'themes/itheme/exampleSite/config.toml')
| -rw-r--r-- | themes/itheme/exampleSite/config.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/themes/itheme/exampleSite/config.toml b/themes/itheme/exampleSite/config.toml new file mode 100644 index 0000000..34fb6c6 --- /dev/null +++ b/themes/itheme/exampleSite/config.toml @@ -0,0 +1,23 @@ +baseURL = '/' +languageCode = 'en' +defaultContentLanguage = "en" +hasCJKLanguage = true +title = 'Apple Newsroom' +copyright = 'Floyd Li' +theme = 'hugo-theme-itheme' +paginate = 5 +[params] + defaultCover = 'https://www.apple.com.cn/newsroom/images/apple-logo_black.jpg.landing-regular_2x.jpg' + email = 'floyd.li@outlook.com' + [[params.socialMedia]] + name = 'Github' + url = 'https://github.com/floyd-li' + [[params.socialMedia]] + name = 'Twitter' + url = 'https://twitter.com/some-one' + [[params.blogroll]] + name = '驭风笔记' + url = 'https://yufengbiji.com/' + [[params.blogroll]] + name = 'Apple' + url = 'https://apple.com/' |
