Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ThemeTony/hugo-theme-tony.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFFRaycoder <nn_201312@163.com>2020-06-02 13:22:46 +0300
committerFFRaycoder <nn_201312@163.com>2020-06-02 13:22:46 +0300
commitee7445efee0eae65d95cc1093bef7dee49fc2440 (patch)
treeb0fc7a7973e7f5239829142dff278a3d37c568ca
parentf404c61f5a93abaf022e8b481218e63cd5f3d67d (diff)
test
-rw-r--r--configExample/config.toml232
-rw-r--r--configExample/config.zh.toml242
2 files changed, 0 insertions, 474 deletions
diff --git a/configExample/config.toml b/configExample/config.toml
deleted file mode 100644
index eb5e662..0000000
--- a/configExample/config.toml
+++ /dev/null
@@ -1,232 +0,0 @@
-########################################
-# Site configuration
-# Icon: https://RemixIcon.com/
-
-baseURL = "http://example.com/"
-title = "HUGO-THEME-TONY"
-languageCode = "en"
-defaultContentLanguage = "en"
-hasCJKLanguage = false
-
-# Theme selection
-theme = "tony"
-
-# `hugo new` text editor for automatically opening new articles
-newContentEditor = ""
-
-# Summary word limit
-summaryLength = 235
-
-# Whether to enable GitHub style Emoji writing
-enableEmoji = true
-
-# Number of articles per page
-paginate = 10
-
-# author information
-[author]
- # First name
- name = "HUGO-THEME-TONY"
- # Mailbox
- email = "mail@example.com"
- # Motto or introduction
- motto = "HUGO THEME TONY"
- # Avatar
- avatar = "/images/t.jpg"
- # Website (default: baseURL)
- website = "/"
- # GitHub
- github = ""
-
-# Page category
-[taxonomies]
- category = "categories"
- tag = "tags"
-
-########################################
-# Menu configuration
-
-# The configuration instructions in the menu are as follows:
-# url link address
-# name text (leave blank ("") no
-# weight
-
-[menu]
- # Menu Bar
- [[menu.main]]
- url = "/"
- name = "Home"
- weight = 1
- [[menu.main]]
- url = "/about/"
- name = "About"
- weight = 2
-
-[[params.pinned]]
- title = "HUGO-THEME-TONY"
- name = "HUGO-THEME-TONY"
- icon = "ri-code-box-line"
- url = ""
-
-# Markdown renderer
-[markup]
- defaultMarkdownHandler = "goldmark"
- [markup.goldmark]
- [markup.goldmark.extensions]
- definitionList = true
- footnote = true
- linkify = true
- strikethrough = true
- table = true
- taskList = true
- typographer = false
- [markup.goldmark.parser]
- attribute = true
- autoHeadingID = true
- autoHeadingIDType = "github"
- [markup.goldmark.renderer]
- hardWraps = false
- unsafe = true
- xHTML = false
- [markup.highlight]
- codeFences = true
- guessSyntax = false
- lineNos = false
- lineNumbersInTable = false
- noClasses = false
- [markup.tableOfContents]
- startLevel = 2
- endLevel = 6
- ordered = true
-
-# Hugo output control
-[outputs]
- page = ["HTML"]
- home = ["HTML", "SectionsRSS", "SectionsAtom"]
- section = ["HTML"]
- # Category
- taxonomyTerm = ["HTML"]
- # Category item
- taxonomy = ["HTML"]
- # Description: https://github.com/gohugoio/hugo/issues/4528#issuecomment-508488859
-
-# Atom file format media type
-[mediaTypes."application/atom+xml"]
- suffixes = ["xml"]
-
-# Tony theme custom Atom template from MemE
-[outputFormats.SectionsAtom]
- mediaType = "application/atom+xml"
- baseName = "atom"
-
-# Tony theme customized RSS template from MemE
-[outputFormats.SectionsRSS]
- mediaType = "application/rss+xml"
- baseName = "rss"
-
-# RSS & Atom Article limit
-[services.rss]
- limit = -1
-
-########################################
-# Theme configuration
-
-[params]
-
- #####################################
- # Site Information
-
- # Site LOGO
- siteLogo = "/images/t.jpg"
-
- # Site description
- siteDescription = ""
-
- #####################################
- # Copyright Protection
-
- # Whether to open
- enableCopyright = true
-
- copyrightName = "CC BY-NC 4.0"
- copyrightLink = "https://creativecommons.org/licenses/by-nc/4.0/"
-
- #####################################
- # table of Contents
-
- # Whether to open (global settings)
- enableToc = true
-
- #####################################
- # Reading progress bar
-
- # Whether to open (global settings)
- enableReadingBar = true
-
- #####################################
- # Article up and down page
-
- # Whether to open (global settings)
- enableAdjacentPost = true
-
- #####################################
- # Whether to show the link between Hugo and Tony
-
- displayPoweredBy = true
-
- #####################################
- # Markdown Related
-
- # Open link in new tab page?
- hrefTargetBlank = true
-
- #####################################
- # Comments
-
- # Whether to open (global settings)
- enableComments = false
- # Description: "comments" in the front Matter of the article
- # Has priority over here
-
- ## Valine
- enableValine = false
- valineVersion = "latest"
- valineAppId = ""
- valineAppKey = ""
- valinePlaceholder = ""
- valinePath = ""
- valineAvatar = "mm"
- valineMeta = ["nick", "mail", "link"]
- valinePageSize = 15
- valineVisitor = true
- valineHighlight = true
- avatarForce = true
- valineRecordIP = true
- valineServerURLs = ""
- valineEmojiCDN = ""
- valineEmojiMaps = """"""
- valineEnableQQ = false
- valineRequiredFields = []
- # Description: https://valine.js.org/
-
- #####################################
- # Google Analytics
-
- enableGoogleAnalytics = false
-
- # Type of tracking code
- trackingCodeType = ""
- # Description: gtag or analytics
-
- trackingID = ""
-
- #####################################
- # Google Site Verification
-
- googleSiteVerification = ""
-
-
- #####################################
- # Baidu push
-
- enableBaiduPush = true \ No newline at end of file
diff --git a/configExample/config.zh.toml b/configExample/config.zh.toml
deleted file mode 100644
index 705d017..0000000
--- a/configExample/config.zh.toml
+++ /dev/null
@@ -1,242 +0,0 @@
-##########################################
-# 站点配置
-# 图标: https://RemixIcon.com/
-
-baseURL = "http://example.com/"
-title = "HUGO-THEME-TONY"
-languageCode = "zh-CN"
-defaultContentLanguage = "zh"
-hasCJKLanguage = true
-
-# 主题选择
-theme = "tony"
-
-# `hugo new` 新建文章自动打开的文本编辑器
-newContentEditor = ""
-
-# 摘要的字数限制
-summaryLength = 235
-
-# 是否开启 GitHub 风格的 Emoji 书写方式
-enableEmoji = true
-
-# 每一分页的文章数
-paginate = 10
-
-# 作者信息
-[author]
- # 名字
- name = "HUGO-THEME-TONY"
- # 邮箱
- email = "mail@example.com"
- # 座右铭或简介
- motto = "HUGO THEME TONY"
- # 头像
- avatar = "/images/t.jpg"
- # 网站(默认值:baseURL)
- website = "/"
- # GitHub
- github = "
-
-# 页面分类
-[taxonomies]
- category = "categories"
- tag = "tags"
-
-##########################################
-# 菜单配置
-
-# 菜单内的配置说明如下:
-# url 链接地址
-# name 文本(留空("")则无)
-# weight 权重
-
-[menu]
- # 菜单栏
- [[menu.main]]
- url = "/"
- name = "首页"
- weight = 1
- [[menu.main]]
- url = "/about/"
- name = "关于"
- weight = 2
-
-[[params.pinned]]
- title = "HUGO-THEME-TONY"
- name = "HUGO-THEME-TONY"
- icon = "ri-code-box-line"
- url = "/"
-
-# Markdown 渲染器
-[markup]
- defaultMarkdownHandler = "goldmark"
- [markup.goldmark]
- [markup.goldmark.extensions]
- definitionList = true
- footnote = true
- linkify = true
- strikethrough = true
- table = true
- taskList = true
- typographer = false
- [markup.goldmark.parser]
- attribute = true
- autoHeadingID = true
- autoHeadingIDType = "github"
- [markup.goldmark.renderer]
- hardWraps = false
- unsafe = true
- xHTML = false
- [markup.highlight]
- codeFences = true
- guessSyntax = false
- lineNos = false
- lineNumbersInTable = false
- noClasses = false
- [markup.tableOfContents]
- startLevel = 2
- endLevel = 6
- ordered = true
-
-# Hugo 的输出控制
-[outputs]
- page = ["HTML"]
- home = ["HTML", "SectionsRSS", "SectionsAtom"]
- section = ["HTML"]
- # 类别
- taxonomyTerm = ["HTML"]
- # 类别项
- taxonomy = ["HTML"]
- # 说明:https://github.com/gohugoio/hugo/issues/4528#issuecomment-508488859
-
-# Atom 文件格式的媒体类型
-[mediaTypes."application/atom+xml"]
- suffixes = ["xml"]
-
-# Tony 主题自定义的 Atom 模板 来自MemE
-[outputFormats.SectionsAtom]
- mediaType = "application/atom+xml"
- baseName = "atom"
-
-# Tony 主题自定义的 RSS 模板 来自MemE
-[outputFormats.SectionsRSS]
- mediaType = "application/rss+xml"
- baseName = "rss"
-
-# RSS & Atom 文章数限制
-[services.rss]
- limit = -1
-
-##########################################
-# 主题配置
-
-[params]
-
- ######################################
- # 站点信息
-
- # 站点的 LOGO
- siteLogo = "/images/t.jpg"
-
- # 站点描述
- siteDescription = ""
-
- ######################################
- # 文章分区范围
-
- # 说明:分区的名字即站点的 content 目录下
- # 的文件夹的名字。
-
- mainSections = []
-
- ######################################
- # 版权保护
-
- # 是否开启
- enableCopyright = true
-
- copyrightName = "CC BY-NC 4.0"
- copyrightLink = "https://creativecommons.org/licenses/by-nc/4.0/"
-
- ######################################
- # 目录
-
- # 是否开启(全局设置)
- enableToc = true
-
- ######################################
- # 阅读进度条
-
- # 是否开启(全局设置)
- enableReadingBar = true
-
- ######################################
- # 文章上下页
-
- # 是否开启(全局设置)
- enableAdjacentPost = true
-
- ######################################
- # 是否显示 Hugo 和 Tony 的链接
-
- displayPoweredBy = true
-
- ######################################
- # Markdown 相关
-
- # 在新标签页打开外链?
- hrefTargetBlank = true
-
- ######################################
- # 评论
-
- # 是否开启(全局设置)
- enableComments = false
- # 说明:文章的 Front Matter 中的 `comments`
- # 的优先级高于此处
-
- ## Valine
- enableValine = false
- valineVersion = "latest"
- valineAppId = ""
- valineAppKey = ""
- valinePlaceholder = ""
- valinePath = ""
- valineAvatar = "mm"
- valineMeta = ["nick", "mail", "link"]
- valinePageSize = 15
- valineVisitor = true
- valineHighlight = true
- avatarForce = true
- valineRecordIP = true
- valineServerURLs = ""
- valineEmojiCDN = ""
- valineEmojiMaps = """"""
- valineEnableQQ = false
- valineRequiredFields = []
- # 说明:https://valine.js.org/
-
- ######################################
- # Google Analytics
-
- enableGoogleAnalytics = false
-
- # 跟踪代码的类型
- trackingCodeType = ""
- # 说明:gtag 或 analytics
-
- trackingID = ""
-
- ######################################
- # Google Site Verification
-
- googleSiteVerification = ""
-
-
- ######################################
- # Baidu推送
-
- enableBaiduPush = true
-
-