feat(zh): exampleSite-zh fit new theme
|
@ -39,6 +39,7 @@ dateFormatToUse = "2006-01-02"
|
||||||
# Goldmark is from Hugo 0.60 the default library used for Markdown
|
# Goldmark is from Hugo 0.60 the default library used for Markdown
|
||||||
[markup.goldmark]
|
[markup.goldmark]
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
|
# whether to use HTML tags directly in the document
|
||||||
unsafe = true
|
unsafe = true
|
||||||
# Table Of Contents settings
|
# Table Of Contents settings
|
||||||
[markup.tableOfContents]
|
[markup.tableOfContents]
|
||||||
|
@ -48,6 +49,7 @@ dateFormatToUse = "2006-01-02"
|
||||||
# Author Info
|
# Author Info
|
||||||
[author]
|
[author]
|
||||||
name = "xxxx"
|
name = "xxxx"
|
||||||
|
link = ""
|
||||||
|
|
||||||
# Sitemap Info
|
# Sitemap Info
|
||||||
[sitemap]
|
[sitemap]
|
||||||
|
@ -95,7 +97,7 @@ dateFormatToUse = "2006-01-02"
|
||||||
# LoveIt theme version
|
# LoveIt theme version
|
||||||
version = "0.1.X"
|
version = "0.1.X"
|
||||||
# site description
|
# site description
|
||||||
description = "LoveIt Theme Demo"
|
description = "About LoveIt Theme"
|
||||||
# site keywords
|
# site keywords
|
||||||
keywords = ["Theme", "Hugo"]
|
keywords = ["Theme", "Hugo"]
|
||||||
|
|
||||||
|
@ -259,7 +261,7 @@ dateFormatToUse = "2006-01-02"
|
||||||
# Disqus Comment Config (https://disqus.com/)
|
# Disqus Comment Config (https://disqus.com/)
|
||||||
[params.disqus]
|
[params.disqus]
|
||||||
# Disqus shortname to use Disqus in posts
|
# Disqus shortname to use Disqus in posts
|
||||||
shortname = ""
|
shortname = "dillonzq"
|
||||||
|
|
||||||
# Gittalk Comment Config (https://github.com/gitalk/gitalk)
|
# Gittalk Comment Config (https://github.com/gitalk/gitalk)
|
||||||
[params.gitalk]
|
[params.gitalk]
|
||||||
|
@ -296,18 +298,18 @@ dateFormatToUse = "2006-01-02"
|
||||||
[privacy.youtube]
|
[privacy.youtube]
|
||||||
privacyEnhanced = true
|
privacyEnhanced = true
|
||||||
|
|
||||||
# Options to make hugo output .md files.
|
# Options to make output .md files
|
||||||
[mediaTypes]
|
[mediaTypes]
|
||||||
[mediaTypes."text/plain"]
|
[mediaTypes."text/plain"]
|
||||||
suffixes = ["md"]
|
suffixes = ["md"]
|
||||||
|
|
||||||
# Options to make hugo output .md files.
|
# Options to make output .md files
|
||||||
[outputFormats.MarkDown]
|
[outputFormats.MarkDown]
|
||||||
mediaType = "text/plain"
|
mediaType = "text/plain"
|
||||||
isPlainText = true
|
isPlainText = true
|
||||||
isHTML = false
|
isHTML = false
|
||||||
|
|
||||||
# Options to make hugo output files.
|
# Options to make hugo output files
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS"]
|
home = ["HTML", "RSS"]
|
||||||
page = ["HTML", "MarkDown"]
|
page = ["HTML", "MarkDown"]
|
||||||
|
|
|
@ -1,38 +1,68 @@
|
||||||
baseURL = "https://example.com/"
|
baseURL = "https://example.com/"
|
||||||
languageCode = "zh" # 网站语言标识
|
# 网站语言
|
||||||
defaultContentLanguage = "zh" # [en, zh, ...] 设定主题的国际化
|
languageCode = "zh"
|
||||||
title = "LoveIt 主题" # 网站标题
|
# [en, zh, ...] 设定主题的国际化
|
||||||
theme = "LoveIt" # 主题
|
defaultContentLanguage = "zh"
|
||||||
enableGitInfo = false # 是否使用 git 信息来生成文章的上次修改时间
|
# 网站标题
|
||||||
hasCJKLanguage = true # 是否包括中日韩文字
|
title = "LoveIt 主题"
|
||||||
paginate = 12 # 默认每页列表显示的文章数目
|
# 主题
|
||||||
enableEmoji = true # 是否使用 emoji 代码
|
theme = "LoveIt"
|
||||||
enableRobotsTXT = true # 是否使用 robots.txt
|
# 是否使用 git 信息来生成文章的上次修改时间
|
||||||
googleAnalytics = "" # [UA-XXXXXXXX-X] 谷歌分析代号
|
enableGitInfo = false
|
||||||
disqusShortname = "dillonzq" # Disqus 的用户名,用来在文章中启用 Disqus 评论系统
|
# 是否包括中日韩文字
|
||||||
|
hasCJKLanguage = true
|
||||||
|
# 默认每页列表显示的文章数目
|
||||||
|
paginate = 12
|
||||||
|
# 是否使用 emoji 代码
|
||||||
|
enableEmoji = true
|
||||||
|
# 是否使用 robots.txt
|
||||||
|
enableRobotsTXT = true
|
||||||
|
# [UA-XXXXXXXX-X] 谷歌分析代号
|
||||||
|
googleAnalytics = ""
|
||||||
|
# 版权描述,仅仅用于 SEO
|
||||||
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
|
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
|
||||||
# 版权描述,仅仅用于 SEO
|
# 日期格式
|
||||||
|
dateFormatToUse = "2006-01-02"
|
||||||
|
|
||||||
#### 代码高亮设置 (https://gohugo.io/content-management/syntax-highlighting)
|
# Hugo 解析文档的配置
|
||||||
pygmentsOptions = "linenos=table"
|
[markup]
|
||||||
pygmentsCodefences = true
|
# 代码高亮设置 (https://gohugo.io/content-management/syntax-highlighting)
|
||||||
pygmentsUseClasses = true
|
[markup.highlight]
|
||||||
pygmentsCodefencesGuessSyntax = true
|
codeFences = true
|
||||||
|
guessSyntax = true
|
||||||
|
lineNoStart = 1
|
||||||
|
lineNos = true
|
||||||
|
lineNumbersInTable = true
|
||||||
|
noClasses = false
|
||||||
|
style = "monokai"
|
||||||
|
tabWidth = 4
|
||||||
|
# Goldmark 是 Hugo 0.60 以来的默认 Markdown 解析库
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
# 是否在文档中直接使用 HTML 标签
|
||||||
|
unsafe = true
|
||||||
|
# 目录设置
|
||||||
|
[markup.tableOfContents]
|
||||||
|
startLevel = 2
|
||||||
|
endLevel = 6
|
||||||
|
|
||||||
staticDir = ["../static", "../../assets/others"] # 静态文件目录
|
# 作者信息
|
||||||
|
[author]
|
||||||
|
name = "xxxx"
|
||||||
|
link = ""
|
||||||
|
|
||||||
[author] #### 作者信息
|
# 网站地图信息
|
||||||
name = "XXXX"
|
[sitemap]
|
||||||
|
|
||||||
[sitemap] #### Sitemap 信息
|
|
||||||
changefreq = "weekly"
|
changefreq = "weekly"
|
||||||
filename = "sitemap.xml"
|
filename = "sitemap.xml"
|
||||||
priority = 0.5
|
priority = 0.5
|
||||||
|
|
||||||
[Permalinks] #### Permalinks 信息 (https://gohugo.io/content-management/urls/#permalinks)
|
# Permalinks 信息 (https://gohugo.io/content-management/urls/#permalinks)
|
||||||
|
[Permalinks]
|
||||||
posts = ":year/:month/:filename"
|
posts = ":year/:month/:filename"
|
||||||
|
|
||||||
[menu] #### 菜单信息
|
# 菜单信息
|
||||||
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
name = "文章"
|
name = "文章"
|
||||||
|
@ -59,41 +89,56 @@ staticDir = ["../static", "../../assets/others"] # 静态文件目录
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "en"
|
identifier = "en"
|
||||||
name = '<i class="fas fa-language fa-fw"></i>'
|
name = '<i class="fas fa-language fa-fw" title="English"></i>'
|
||||||
url = "https://hugo-loveit-en.netlify.com"
|
url = "https://hugo-loveit-en.netlify.com"
|
||||||
weight = 5
|
weight = 5
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
version = "5.x" # LoveIt 主题版本
|
# LoveIt 主题版本
|
||||||
description = "LoveIt 主题演示" # 网站介绍
|
version = "0.1.X"
|
||||||
keywords = ["XXXX", "Theme", "Hugo"] # 网站关键词
|
# 网站描述
|
||||||
|
description = "关于 LoveIt 主题"
|
||||||
|
# 网站关键词
|
||||||
|
keywords = ["Theme", "Hugo"]
|
||||||
|
|
||||||
#### 主页配置
|
# 主页信息设置
|
||||||
home_mode = "post" # [post, other] 主页模式
|
## [post, other] 主页模式
|
||||||
home_paginate = 6 # post 主页模式下,主页每页显示的文章数目,默认等于 paginate 值
|
home_mode = "post"
|
||||||
avatar = "images/avatar.png" # 主页显示的头像路径
|
## 主页在 post 模式下每页 post 显示数量
|
||||||
subtitle = "一个简洁、优雅且高效的 Hugo 主题" # 主页显示的网站副标题
|
home_paginate = 6
|
||||||
|
## 主页显示头像的 URL
|
||||||
|
avatar = "images/avatar.png"
|
||||||
|
## 主页显示的网站副标题
|
||||||
|
subtitle = "一个简洁、优雅且高效的 Hugo 主题"
|
||||||
|
|
||||||
socialShare = true # 在文章页面是否使用分享功能
|
# 在文章页面是否使用分享功能
|
||||||
|
socialShare = true
|
||||||
|
|
||||||
#### 页面底部版权信息设置
|
# 页面底部版权信息设置
|
||||||
since = 2018 # 网站创立年份
|
## 网站创立年份
|
||||||
icp = '' # ICP 备案信息,仅在中国使用 (允许使用 HTML 格式)
|
since = 2018
|
||||||
|
## ICP 备案信息,仅在中国使用 (允许使用 HTML 格式)
|
||||||
|
icp = ""
|
||||||
|
## 许可协议信息 (允许使用 HTML 格式)
|
||||||
license= '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
|
license= '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
|
||||||
# 许可协议信息 (允许使用 HTML 格式)
|
|
||||||
gitRepo = "" # 用于生成文章上次修改时间的公共 git 仓库路径,仅在 enableGitInfo 设为 true 时有效
|
|
||||||
|
|
||||||
linkToMarkdown = true # 是否在文章页面显示原始 Markdown 文档链接
|
# 用于生成文章上次修改时间的公共 git 仓库路径,仅在 enableGitInfo 设为 true 时有效
|
||||||
|
gitRepo = ""
|
||||||
|
|
||||||
#### 网站验证代码,用于 Google/Bing/Yandex/Pinterest/Baidu
|
# 是否在文章页面显示原始 Markdown 文档链接
|
||||||
|
linkToMarkdown = true
|
||||||
|
|
||||||
|
# 网站验证代码,用于 Google/Bing/Yandex/Pinterest/Baidu
|
||||||
google_verification = ""
|
google_verification = ""
|
||||||
bing_verification = ""
|
bing_verification = ""
|
||||||
yandex_verification = ""
|
yandex_verification = ""
|
||||||
pinterest_verification = ""
|
pinterest_verification = ""
|
||||||
baidu_verification = ""
|
baidu_verification = ""
|
||||||
|
|
||||||
[params.cdn] #### CSS 和 JS 文件的 CDN 设置
|
# CSS 和 JS 文件的 CDN 设置
|
||||||
fontawesome_free_css = '' # 例如 '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/css/all.min.css" integrity="sha256-fdcFNFiBMrNfWL6OcAGQz6jDgNTRxnrLEd4vJYFWScE=" crossorigin="anonymous">'
|
[params.cdn]
|
||||||
|
## 例如 '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/css/all.min.css" integrity="sha256-fdcFNFiBMrNfWL6OcAGQz6jDgNTRxnrLEd4vJYFWScE=" crossorigin="anonymous">'
|
||||||
|
fontawesome_free_css = ''
|
||||||
animate_css = ''
|
animate_css = ''
|
||||||
gitalk_css = ''
|
gitalk_css = ''
|
||||||
gitalk_js = ''
|
gitalk_js = ''
|
||||||
|
@ -113,15 +158,17 @@ staticDir = ["../static", "../../assets/others"] # 静态文件目录
|
||||||
aplayer_js = ''
|
aplayer_js = ''
|
||||||
meting_js = ''
|
meting_js = ''
|
||||||
|
|
||||||
[params.gravatar] # Gravatar 信息,用于优先在主页显示的头像
|
# Gravatar 信息,用于优先在主页显示的头像
|
||||||
|
[params.gravatar]
|
||||||
email = ""
|
email = ""
|
||||||
|
|
||||||
[params.social] # 主页的社交信息设置
|
# 主页的社交信息设置
|
||||||
|
[params.social]
|
||||||
GitHub = "xxxx"
|
GitHub = "xxxx"
|
||||||
Linkedin = "xxxx"
|
Linkedin = "xxxx"
|
||||||
Twitter = "xxxx"
|
Twitter = "xxxx"
|
||||||
#Instagram = "xxxx"
|
#Instagram = "xxxx"
|
||||||
#Email = "xxxx"
|
Email = "xxxx@outlook.com"
|
||||||
Facebook = "xxxx"
|
Facebook = "xxxx"
|
||||||
Telegram = "xxxx"
|
Telegram = "xxxx"
|
||||||
#Medium = "xxxx"
|
#Medium = "xxxx"
|
||||||
|
@ -135,6 +182,7 @@ staticDir = ["../static", "../../assets/others"] # 静态文件目录
|
||||||
#Pinterest = "xxxx"
|
#Pinterest = "xxxx"
|
||||||
#Reddit = "xxxx"
|
#Reddit = "xxxx"
|
||||||
#Codepen = "xxxx"
|
#Codepen = "xxxx"
|
||||||
|
#FreeCodeCamp = "xxxx"
|
||||||
#Bitbucket = "xxxx"
|
#Bitbucket = "xxxx"
|
||||||
#Stackoverflow = "xxxx"
|
#Stackoverflow = "xxxx"
|
||||||
#Weibo = "xxxx"
|
#Weibo = "xxxx"
|
||||||
|
@ -176,7 +224,8 @@ staticDir = ["../static", "../../assets/others"] # 静态文件目录
|
||||||
#Thingiverse = "xxxx"
|
#Thingiverse = "xxxx"
|
||||||
#Devto = "xxxx"
|
#Devto = "xxxx"
|
||||||
|
|
||||||
[params.share] # 文章页面的分享信息设置
|
# 文章页面的分享信息设置
|
||||||
|
[params.share]
|
||||||
enable = true
|
enable = true
|
||||||
Twitter = true
|
Twitter = true
|
||||||
Facebook = true
|
Facebook = true
|
||||||
|
@ -189,57 +238,79 @@ staticDir = ["../static", "../../assets/others"] # 静态文件目录
|
||||||
#VKontakte = true
|
#VKontakte = true
|
||||||
#Weibo = true
|
#Weibo = true
|
||||||
|
|
||||||
[params.publisher] # 出版者信息,仅用于 SEO
|
# 出版者信息,仅用于 SEO
|
||||||
name = "XXXX"
|
[params.publisher]
|
||||||
|
name = "xxxx"
|
||||||
[params.publisher.logo]
|
[params.publisher.logo]
|
||||||
url = "logo.png"
|
url = "logo.png"
|
||||||
width = 127
|
width = 127
|
||||||
height = 40
|
height = 40
|
||||||
|
|
||||||
[params.logo] # 网站图标信息,仅用于 SEO
|
# 网站图标信息,仅用于 SEO
|
||||||
|
[params.logo]
|
||||||
url = "logo.png"
|
url = "logo.png"
|
||||||
width = 127
|
width = 127
|
||||||
height = 40
|
height = 40
|
||||||
|
|
||||||
[params.image] # 网站图片信息,仅用于 SEO
|
# 网站图标信息,仅用于 SEO
|
||||||
|
[params.image]
|
||||||
url = "cover.png"
|
url = "cover.png"
|
||||||
width = 800
|
width = 800
|
||||||
height = 600
|
height = 600
|
||||||
|
|
||||||
[params.gitalk] # Gittalk 评论系统设置 (https://github.com/gitalk/gitalk)
|
# Disqus 评论系统设置 (https://disqus.com/)
|
||||||
|
[params.disqus]
|
||||||
|
# Disqus 的用户名,用来在文章中启用 Disqus 评论系统
|
||||||
|
shortname = "dillonzq"
|
||||||
|
|
||||||
|
# Gittalk 评论系统设置 (https://github.com/gitalk/gitalk)
|
||||||
|
[params.gitalk]
|
||||||
owner = ""
|
owner = ""
|
||||||
repo = ""
|
repo = ""
|
||||||
clientId = ""
|
clientId = ""
|
||||||
clientSecret = ""
|
clientSecret = ""
|
||||||
|
|
||||||
[params.valine] # Valine 评论系统设置 (https://github.com/xCss/Valine)
|
# Valine 评论系统设置 (https://github.com/xCss/Valine)
|
||||||
|
[params.valine]
|
||||||
enable = false
|
enable = false
|
||||||
appId = ""
|
appId = ""
|
||||||
appKey = ""
|
appKey = ""
|
||||||
notify = false
|
notify = false
|
||||||
verify = true
|
verify = true
|
||||||
avatar = "mp"
|
avatar = "mp"
|
||||||
placeholder = "Your comment ..."
|
placeholder = "你的评论 ..."
|
||||||
visitor = true
|
visitor = true
|
||||||
recordIP = true
|
recordIP = true
|
||||||
|
|
||||||
[privacy] #### 隐私信息设置 (https://gohugo.io/about/hugo-and-gdpr/)
|
# Facebook 评论系统设置 (https://developers.facebook.com/docs/plugins/comments)
|
||||||
|
[params.facebook]
|
||||||
|
enable = false
|
||||||
|
width = "100%"
|
||||||
|
numPosts = 10
|
||||||
|
appId = ""
|
||||||
|
languageCode = "en_US"
|
||||||
|
|
||||||
|
# 隐私信息设置 (https://gohugo.io/about/hugo-and-gdpr/)
|
||||||
|
[privacy]
|
||||||
[privacy.googleAnalytics]
|
[privacy.googleAnalytics]
|
||||||
anonymizeIP = true
|
anonymizeIP = true
|
||||||
|
|
||||||
[privacy.youtube]
|
[privacy.youtube]
|
||||||
privacyEnhanced = true
|
privacyEnhanced = true
|
||||||
|
|
||||||
[mediaTypes] #### 用于输出 Markdown 格式文档的设置
|
# 用于输出 Markdown 格式文档的设置
|
||||||
|
[mediaTypes]
|
||||||
[mediaTypes."text/plain"]
|
[mediaTypes."text/plain"]
|
||||||
suffixes = ["md"]
|
suffixes = ["md"]
|
||||||
|
|
||||||
[outputFormats.MarkDown] #### 用于输出 Markdown 格式文档的设置
|
# 用于输出 Markdown 格式文档的设置
|
||||||
|
[outputFormats.MarkDown]
|
||||||
mediaType = "text/plain"
|
mediaType = "text/plain"
|
||||||
isPlainText = true
|
isPlainText = true
|
||||||
isHTML = false
|
isHTML = false
|
||||||
|
|
||||||
[outputs] #### 用于输出 Markdown 格式文档的设置
|
# 用于 Hugo 输出文档的设置
|
||||||
|
[outputs]
|
||||||
home = ["HTML", "RSS"]
|
home = ["HTML", "RSS"]
|
||||||
page = ["HTML", "MarkDown"]
|
page = ["HTML", "MarkDown"]
|
||||||
section = ["HTML", "RSS"]
|
section = ["HTML", "RSS"]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
author: ""
|
||||||
|
author_link: ""
|
||||||
title: "Markdown 基本语法预览"
|
title: "Markdown 基本语法预览"
|
||||||
date: 2019-08-25T16:22:42+08:00
|
date: 2019-08-25T16:22:42+08:00
|
||||||
lastmod: 2019-08-25T16:22:42+08:00
|
lastmod: 2019-08-25T16:22:42+08:00
|
||||||
|
@ -6,13 +8,18 @@ draft: false
|
||||||
description: "这是一篇用于预览 Markdown 基本语法的文章。"
|
description: "这是一篇用于预览 Markdown 基本语法的文章。"
|
||||||
show_in_homepage: true
|
show_in_homepage: true
|
||||||
show_description: false
|
show_description: false
|
||||||
license: ''
|
license: ""
|
||||||
|
|
||||||
tags: ['Hugo', '主题']
|
tags: [
|
||||||
categories: ['预览']
|
"Hugo",
|
||||||
|
"主题",
|
||||||
|
]
|
||||||
|
categories: [
|
||||||
|
"预览",
|
||||||
|
]
|
||||||
|
|
||||||
featu红色_image: ''
|
featured_image: ""
|
||||||
featu红色_image_preview: ''
|
featured_image_preview: ""
|
||||||
|
|
||||||
comment: true
|
comment: true
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -22,7 +29,7 @@ math: true
|
||||||
|
|
||||||
这是一篇用于预览 :(fab fa-markdown): Markdown 基本语法的文章。
|
这是一篇用于预览 :(fab fa-markdown): Markdown 基本语法的文章。
|
||||||
|
|
||||||
文章内容基于 [GitHub Flavo红色 Markdown Spec](https://github.github.com/gfm)。
|
文章内容基于 [GitHub Flavored Markdown Spec](https://github.github.com/gfm)。
|
||||||
|
|
||||||
不包含复杂的规则说明,仅仅展示 GFM 所约定的 Markdown 基本语法。
|
不包含复杂的规则说明,仅仅展示 GFM 所约定的 Markdown 基本语法。
|
||||||
|
|
||||||
|
@ -34,7 +41,7 @@ math: true
|
||||||
它由 John Gruber (在 Aaron Swartz 的帮助下)开发,于 2004 年以语法描述和用于将 Markdown 转换为 HTML 的 Perl 脚本(Markdown.pl)的形式发布。
|
它由 John Gruber (在 Aaron Swartz 的帮助下)开发,于 2004 年以语法描述和用于将 Markdown 转换为 HTML 的 Perl 脚本(Markdown.pl)的形式发布。
|
||||||
|
|
||||||
在接下来的十年中,许多实现被开发出来。一些用脚注、表和其他文档元素的约定扩展了原始 Markdown 语法。
|
在接下来的十年中,许多实现被开发出来。一些用脚注、表和其他文档元素的约定扩展了原始 Markdown 语法。
|
||||||
有些允许 Markdown 文档以 HTML 以外的格式呈现。 像 红色dit,StackOverflow 和 GitHub 这样的网站有上百万的用户在使用 Markdown。
|
有些允许 Markdown 文档以 HTML 以外的格式呈现。 像 reddit,StackOverflow 和 GitHub 这样的网站有上百万的用户在使用 Markdown。
|
||||||
Markdown 开始被应用于网络以外的领域,包括作者书籍、文章、幻灯片、信件和课堂笔记。
|
Markdown 开始被应用于网络以外的领域,包括作者书籍、文章、幻灯片、信件和课堂笔记。
|
||||||
|
|
||||||
## 2 块和内联元素
|
## 2 块和内联元素
|
||||||
|
@ -481,10 +488,10 @@ is maintained by the W3C.
|
||||||
The HTML specification
|
The HTML specification
|
||||||
is maintained by the W3C.
|
is maintained by the W3C.
|
||||||
|
|
||||||
## Unorde红色 List
|
## Unordered List
|
||||||
|
|
||||||
```
|
```
|
||||||
Unorde红色 List
|
Unordered List
|
||||||
|
|
||||||
- item 1
|
- item 1
|
||||||
* item A
|
* item A
|
||||||
|
@ -498,7 +505,7 @@ Unorde红色 List
|
||||||
- item 3
|
- item 3
|
||||||
```
|
```
|
||||||
|
|
||||||
Unorde红色 List
|
Unordered List
|
||||||
|
|
||||||
- item 1
|
- item 1
|
||||||
* item A
|
* item A
|
||||||
|
@ -512,10 +519,10 @@ Unorde红色 List
|
||||||
- item 3
|
- item 3
|
||||||
|
|
||||||
|
|
||||||
## Orde红色 List
|
## Ordered List
|
||||||
|
|
||||||
```
|
```
|
||||||
Orde红色 List
|
Ordered List
|
||||||
|
|
||||||
1. item 1
|
1. item 1
|
||||||
1. item A
|
1. item A
|
||||||
|
@ -529,7 +536,7 @@ Orde红色 List
|
||||||
3. item 3
|
3. item 3
|
||||||
```
|
```
|
||||||
|
|
||||||
Orde红色 List
|
Ordered List
|
||||||
|
|
||||||
1. item 1
|
1. item 1
|
||||||
1. item A
|
1. item A
|
||||||
|
@ -681,14 +688,14 @@ function doIt() {
|
||||||
```
|
```
|
||||||
| _颜色_ | 水果 | 蔬菜 |
|
| _颜色_ | 水果 | 蔬菜 |
|
||||||
| ------------- |:---------------:| -----------------:|
|
| ------------- |:---------------:| -----------------:|
|
||||||
| 红色 | *苹果* | [辣椒](#Tables) |
|
| red | *苹果* | [辣椒](#Tables) |
|
||||||
| ~~橙色~~ | 橘子 | **胡萝卜** |
|
| ~~橙色~~ | 橘子 | **胡萝卜** |
|
||||||
| 绿色 | ~~***梨子***~~ | 菠菜 |
|
| 绿色 | ~~***梨子***~~ | 菠菜 |
|
||||||
```
|
```
|
||||||
|
|
||||||
| _颜色_ | 水果 | 蔬菜 |
|
| _颜色_ | 水果 | 蔬菜 |
|
||||||
| ------------- |:---------------:| ------------:|
|
| ------------- |:---------------:| ------------:|
|
||||||
| 红色 | *苹果* | [辣椒](#Tables) |
|
| red | *苹果* | [辣椒](#Tables) |
|
||||||
| ~~橙色~~ | 橘子 | **胡萝卜** |
|
| ~~橙色~~ | 橘子 | **胡萝卜** |
|
||||||
| 绿色 | ~~***梨子***~~ | 菠菜 |
|
| 绿色 | ~~***梨子***~~ | 菠菜 |
|
||||||
|
|
||||||
|
@ -822,7 +829,7 @@ This is a test for emoji :smile:. The emojis are images linked to github assets
|
||||||
|
|
||||||
### People
|
### People
|
||||||
|
|
||||||
:+1::-1::alien::angel::anger::angry::anguished::astonished::baby::blue_heart::blush::boom::bow::bowtie::boy::bride_with_veil::broken_heart::bust_in_silhouette::busts_in_silhouette::clap::cold_sweat::collision::confounded::confused::construction_worker::cop::couple::couple_with_heart::couplekiss::cry::crying_cat_face::cupid::dancer::dancers::dash::disappointed::disappointed_relieved::dizzy::dizzy_face::droplet::ear::exclamation::expressionless::eyes::facepunch::family::fearful::feelsgood::feet::finnadie::fire::fist::flushed::frowning::fu::girl::goberserk::godmode::绿色_heart::grey_exclamation::grey_question::grimacing::grin::grinning::guardsman::haircut::hand::hankey::hear_no_evil::heart::heart_eyes::heart_eyes_cat::heartbeat::heartpulse::hurtrealbad::hushed::imp::information_desk_person::innocent::japanese_goblin::japanese_ogre::joy::joy_cat::kiss::kissing::kissing_cat::kissing_closed_eyes::kissing_heart::kissing_smiling_eyes::laughing::lips::love_letter::man::man_with_gua_pi_mao::man_with_turban::mask::massage::metal::muscle::musical_note::nail_care::neckbeard::neutral_face::no_good::no_mouth::nose::notes::ok_hand::ok_woman::older_man::older_woman::open_hands::open_mouth::pensive::persevere::person_frowning::person_with_blond_hair::person_with_pouting_face::point_down::point_left::point_right::point_up::point_up_2::poop::pouting_cat::pray::princess::punch::purple_heart::question::rage::rage1::rage2::rage3::rage4::raised_hand::raised_hands::raising_hand::relaxed::relieved::revolving_hearts::runner::running::satisfied::scream::scream_cat::see_no_evil::shit::skull::sleeping::sleepy::smile::smile_cat::smiley::smiley_cat::smiling_imp::smirk::smirk_cat::sob::sparkles::sparkling_heart::speak_no_evil::speech_balloon::star::star2::stuck_out_tongue::stuck_out_tongue_closed_eyes::stuck_out_tongue_winking_eye::sunglasses::suspect::sweat::sweat_drops::sweat_smile::thought_balloon::thumbsdown::thumbsup::ti红色_face::tongue::triumph::trollface::two_hearts::two_men_holding_hands::two_women_holding_hands::unamused::v::walking::wave::weary::wink::woman::worried::yellow_heart::yum::zzz:
|
:+1::-1::alien::angel::anger::angry::anguished::astonished::baby::blue_heart::blush::boom::bow::bowtie::boy::bride_with_veil::broken_heart::bust_in_silhouette::busts_in_silhouette::clap::cold_sweat::collision::confounded::confused::construction_worker::cop::couple::couple_with_heart::couplekiss::cry::crying_cat_face::cupid::dancer::dancers::dash::disappointed::disappointed_relieved::dizzy::dizzy_face::droplet::ear::exclamation::expressionless::eyes::facepunch::family::fearful::feelsgood::feet::finnadie::fire::fist::flushed::frowning::fu::girl::goberserk::godmode::绿色_heart::grey_exclamation::grey_question::grimacing::grin::grinning::guardsman::haircut::hand::hankey::hear_no_evil::heart::heart_eyes::heart_eyes_cat::heartbeat::heartpulse::hurtrealbad::hushed::imp::information_desk_person::innocent::japanese_goblin::japanese_ogre::joy::joy_cat::kiss::kissing::kissing_cat::kissing_closed_eyes::kissing_heart::kissing_smiling_eyes::laughing::lips::love_letter::man::man_with_gua_pi_mao::man_with_turban::mask::massage::metal::muscle::musical_note::nail_care::neckbeard::neutral_face::no_good::no_mouth::nose::notes::ok_hand::ok_woman::older_man::older_woman::open_hands::open_mouth::pensive::persevere::person_frowning::person_with_blond_hair::person_with_pouting_face::point_down::point_left::point_right::point_up::point_up_2::poop::pouting_cat::pray::princess::punch::purple_heart::question::rage::rage1::rage2::rage3::rage4::raised_hand::raised_hands::raising_hand::relaxed::relieved::revolving_hearts::runner::running::satisfied::scream::scream_cat::see_no_evil::shit::skull::sleeping::sleepy::smile::smile_cat::smiley::smiley_cat::smiling_imp::smirk::smirk_cat::sob::sparkles::sparkling_heart::speak_no_evil::speech_balloon::star::star2::stuck_out_tongue::stuck_out_tongue_closed_eyes::stuck_out_tongue_winking_eye::sunglasses::suspect::sweat::sweat_drops::sweat_smile::thought_balloon::thumbsdown::thumbsup::tired_face::tongue::triumph::trollface::two_hearts::two_men_holding_hands::two_women_holding_hands::unamused::v::walking::wave::weary::wink::woman::worried::yellow_heart::yum::zzz:
|
||||||
|
|
||||||
### Nature
|
### Nature
|
||||||
|
|
||||||
|
@ -830,15 +837,15 @@ This is a test for emoji :smile:. The emojis are images linked to github assets
|
||||||
|
|
||||||
### Objects
|
### Objects
|
||||||
|
|
||||||
:8ball::alarm_clock::苹果::art::athletic_shoe::baby_bottle::balloon::bamboo::banana::bar_chart::baseball::basketball::bath::bathtub::battery::beer::beers::bell::bento::bicyclist::bikini::birthday::black_joker::black_nib::blue_book::bomb::book::bookmark::bookmark_tabs::books::boot::bowling::bread::briefcase::bulb::cake::calendar::calling::camera::candy::card_index::cd::chart_with_downwards_trend::chart_with_upwards_trend::cherries::chocolate_bar::christmas_tree::clapper::clipboard::closed_book::closed_lock_with_key::closed_umbrella::clubs::cocktail::coffee::computer::confetti_ball::cookie::corn::c红色it_card::crown::crystal_ball::curry::custard::dango::dart::date::diamonds::dollar::dolls::door::doughnut::dress::dvd::e-mail::egg::eggplant::electric_plug::email::envelope::envelope_with_arrow::euro::eyeglasses::fax::file_folder::fireworks::fish_cake::fishing_pole_and_fish::flags::flashlight::flipper::floppy_disk::flower_playing_cards::football::footprints::fork_and_knife::fried_shrimp::fries::game_die::gem::ghost::gift::gift_heart::golf::grapes::绿色_苹果::绿色_book::guitar::gun::hamburger::hammer::handbag::headphones::hearts::high_brightness::high_heel::hocho::honey_pot::horse_racing::hourglass::hourglass_flowing_sand::ice_cream::icecream::inbox_tray::incoming_envelope::iphone::jack_o_lantern::jeans::key::kimono::lantern::ledger::lemon::lipstick::lock::lock_with_ink_pen::lollipop::loop::loud_sound::loudspeaker::low_brightness::mag::mag_right::mahjong::mailbox::mailbox_closed::mailbox_with_mail::mailbox_with_no_mail::mans_shoe::meat_on_bone::mega::melon::memo::microphone::microscope::minidisc::money_with_wings::moneybag::mortar_board::mountain_bicyclist::movie_camera::musical_keyboard::musical_score::mute::name_badge::necktie::newspaper::no_bell::notebook::notebook_with_decorative_cover::nut_and_bolt::oden::open_book::open_file_folder::橙色_book::outbox_tray::package::page_facing_up::page_with_curl::pager::paperclip::peach::pear::pencil::pencil2::phone::pill::pine苹果::pizza::postal_horn::postbox::pouch::poultry_leg::pound::purse::pushpin::radio::ramen::ribbon::rice::rice_ball::rice_cracker::rice_scene::ring::rugby_football::running_shirt_with_sash::sake::sandal::santa::satellite::saxophone::school_satchel::scissors::scroll::seat::shaved_ice::shirt::shoe::shower::ski::smoking::snowboarder::soccer::sound::space_invader::spades::spaghetti::sparkle::sparkler::speaker::stew::straight_ruler::strawberry::surfer::sushi::sweet_potato::swimmer::syringe::tada::tanabata_tree::tangerine::tea::telephone::telephone_receiver::telescope::tennis::toilet::tomato::tophat::triangular_ruler::trophy::tropical_drink::trumpet::tshirt::tv::unlock::vhs::video_camera::video_game::violin::watch::watermelon::wind_chime::wine_glass::womans_clothes::womans_hat::wrench::yen:
|
:8ball::alarm_clock::苹果::art::athletic_shoe::baby_bottle::balloon::bamboo::banana::bar_chart::baseball::basketball::bath::bathtub::battery::beer::beers::bell::bento::bicyclist::bikini::birthday::black_joker::black_nib::blue_book::bomb::book::bookmark::bookmark_tabs::books::boot::bowling::bread::briefcase::bulb::cake::calendar::calling::camera::candy::card_index::cd::chart_with_downwards_trend::chart_with_upwards_trend::cherries::chocolate_bar::christmas_tree::clapper::clipboard::closed_book::closed_lock_with_key::closed_umbrella::clubs::cocktail::coffee::computer::confetti_ball::cookie::corn::credit_card::crown::crystal_ball::curry::custard::dango::dart::date::diamonds::dollar::dolls::door::doughnut::dress::dvd::e-mail::egg::eggplant::electric_plug::email::envelope::envelope_with_arrow::euro::eyeglasses::fax::file_folder::fireworks::fish_cake::fishing_pole_and_fish::flags::flashlight::flipper::floppy_disk::flower_playing_cards::football::footprints::fork_and_knife::fried_shrimp::fries::game_die::gem::ghost::gift::gift_heart::golf::grapes::绿色_苹果::绿色_book::guitar::gun::hamburger::hammer::handbag::headphones::hearts::high_brightness::high_heel::hocho::honey_pot::horse_racing::hourglass::hourglass_flowing_sand::ice_cream::icecream::inbox_tray::incoming_envelope::iphone::jack_o_lantern::jeans::key::kimono::lantern::ledger::lemon::lipstick::lock::lock_with_ink_pen::lollipop::loop::loud_sound::loudspeaker::low_brightness::mag::mag_right::mahjong::mailbox::mailbox_closed::mailbox_with_mail::mailbox_with_no_mail::mans_shoe::meat_on_bone::mega::melon::memo::microphone::microscope::minidisc::money_with_wings::moneybag::mortar_board::mountain_bicyclist::movie_camera::musical_keyboard::musical_score::mute::name_badge::necktie::newspaper::no_bell::notebook::notebook_with_decorative_cover::nut_and_bolt::oden::open_book::open_file_folder::橙色_book::outbox_tray::package::page_facing_up::page_with_curl::pager::paperclip::peach::pear::pencil::pencil2::phone::pill::pine苹果::pizza::postal_horn::postbox::pouch::poultry_leg::pound::purse::pushpin::radio::ramen::ribbon::rice::rice_ball::rice_cracker::rice_scene::ring::rugby_football::running_shirt_with_sash::sake::sandal::santa::satellite::saxophone::school_satchel::scissors::scroll::seat::shaved_ice::shirt::shoe::shower::ski::smoking::snowboarder::soccer::sound::space_invader::spades::spaghetti::sparkle::sparkler::speaker::stew::straight_ruler::strawberry::surfer::sushi::sweet_potato::swimmer::syringe::tada::tanabata_tree::tangerine::tea::telephone::telephone_receiver::telescope::tennis::toilet::tomato::tophat::triangular_ruler::trophy::tropical_drink::trumpet::tshirt::tv::unlock::vhs::video_camera::video_game::violin::watch::watermelon::wind_chime::wine_glass::womans_clothes::womans_hat::wrench::yen:
|
||||||
|
|
||||||
### Places
|
### Places
|
||||||
|
|
||||||
:aerial_tramway::airplane::ambulance::anchor::articulated_lorry::atm::bank::barber::beginner::bike::blue_car::boat::bridge_at_night::bullettrain_front::bullettrain_side::bus::busstop::car::carousel_horse::checke红色_flag::church::circus_tent::city_sunrise::city_sunset::cn::construction::convenience_store::crossed_flags::de::department_store::es::european_castle::european_post_office::factory::ferris_wheel::fire_engine::fountain::fr::fuelpump::gb::helicopter::hospital::hotel::hotsprings::house::house_with_garden::it::izakaya_lantern::japan::japanese_castle::jp::kr::light_rail::love_hotel::minibus::monorail::mount_fuji::mountain_cableway::mountain_railway::moyai::office::oncoming_automobile::oncoming_bus::oncoming_police_car::oncoming_taxi::performing_arts::police_car::post_office::railway_car::rainbow::红色_car::rocket::roller_coaster::rotating_light::round_pushpin::rowboat::ru::sailboat::school::ship::slot_machine::speedboat::stars::station::statue_of_liberty::steam_locomotive::sunrise::sunrise_over_mountains::suspension_railway::taxi::tent::ticket::tokyo_tower::tractor::traffic_light::train::train2::tram::triangular_flag_on_post::trolleybus::truck::uk::us::vertical_traffic_light::warning::wedding:
|
:aerial_tramway::airplane::ambulance::anchor::articulated_lorry::atm::bank::barber::beginner::bike::blue_car::boat::bridge_at_night::bullettrain_front::bullettrain_side::bus::busstop::car::carousel_horse::checkered_flag::church::circus_tent::city_sunrise::city_sunset::cn::construction::convenience_store::crossed_flags::de::department_store::es::european_castle::european_post_office::factory::ferris_wheel::fire_engine::fountain::fr::fuelpump::gb::helicopter::hospital::hotel::hotsprings::house::house_with_garden::it::izakaya_lantern::japan::japanese_castle::jp::kr::light_rail::love_hotel::minibus::monorail::mount_fuji::mountain_cableway::mountain_railway::moyai::office::oncoming_automobile::oncoming_bus::oncoming_police_car::oncoming_taxi::performing_arts::police_car::post_office::railway_car::rainbow::red_car::rocket::roller_coaster::rotating_light::round_pushpin::rowboat::ru::sailboat::school::ship::slot_machine::speedboat::stars::station::statue_of_liberty::steam_locomotive::sunrise::sunrise_over_mountains::suspension_railway::taxi::tent::ticket::tokyo_tower::tractor::traffic_light::train::train2::tram::triangular_flag_on_post::trolleybus::truck::uk::us::vertical_traffic_light::warning::wedding:
|
||||||
|
|
||||||
### Symbols
|
### Symbols
|
||||||
|
|
||||||
:100::1234::a::ab::abc::abcd::accept::aquarius::aries::arrow_backward::arrow_double_down::arrow_double_up::arrow_down::arrow_down_small::arrow_forward::arrow_heading_down::arrow_heading_up::arrow_left::arrow_lower_left::arrow_lower_right::arrow_right::arrow_right_hook::arrow_up::arrow_up_down::arrow_up_small::arrow_upper_left::arrow_upper_right::arrows_clockwise::arrows_counterclockwise::b::baby_symbol::back::baggage_claim::ballot_box_with_check::bangbang::black_circle::black_large_square::black_medium_small_square::black_medium_square::black_small_square::black_square_button::cancer::capital_abcd::capricorn::chart::children_crossing::cinema::cl::clock1::clock10::clock1030::clock11::clock1130::clock12::clock1230::clock130::clock2::clock230::clock3::clock330::clock4::clock430::clock5::clock530::clock6::clock630::clock7::clock730::clock8::clock830::clock9::clock930::congratulations::cool::copyright::curly_loop::currency_exchange::customs::diamond_shape_with_a_dot_inside::do_not_litter::eight::eight_pointed_black_star::eight_spoked_asterisk::end::fast_forward::five::four::free::gemini::hash::heart_decoration::heavy_check_mark::heavy_division_sign::heavy_dollar_sign::heavy_exclamation_mark::heavy_minus_sign::heavy_multiplication_x::heavy_plus_sign::id::ideograph_advantage::information_source::interrobang::keycap_ten::koko::large_blue_circle::large_blue_diamond::large_橙色_diamond::left_luggage::left_right_arrow::leftwards_arrow_with_hook::leo::libra::link::m::mens::metro::mobile_phone_off::negative_squa红色_cross_mark::new::ng::nine::no_bicycles::no_entry::no_entry_sign::no_mobile_phones::no_pedestrians::no_smoking::non-potable_water::o::o2::ok::on::one::ophiuchus::parking::part_alternation_mark::passport_control::pisces::potable_water::put_litter_in_its_place::radio_button::recycle::红色_circle::registe红色::repeat::repeat_one::restroom::rewind::sa::sagittarius::scorpius::secret::seven::shipit::signal_strength::six::six_pointed_star::small_blue_diamond::small_橙色_diamond::small_红色_triangle::small_红色_triangle_down::soon::sos::symbols::taurus::three::tm::top::trident::twisted_rightwards_arrows::two::u5272::u5408::u55b6::u6307::u6708::u6709::u6e80::u7121::u7533::u7981::u7a7a::underage::up::vibration_mode::virgo::vs::wavy_dash::wc::wheelchair::white_check_mark::white_circle::white_flower::white_large_square::white_medium_small_square::white_medium_square::white_small_square::white_square_button::womens::x::zero:
|
:100::1234::a::ab::abc::abcd::accept::aquarius::aries::arrow_backward::arrow_double_down::arrow_double_up::arrow_down::arrow_down_small::arrow_forward::arrow_heading_down::arrow_heading_up::arrow_left::arrow_lower_left::arrow_lower_right::arrow_right::arrow_right_hook::arrow_up::arrow_up_down::arrow_up_small::arrow_upper_left::arrow_upper_right::arrows_clockwise::arrows_counterclockwise::b::baby_symbol::back::baggage_claim::ballot_box_with_check::bangbang::black_circle::black_large_square::black_medium_small_square::black_medium_square::black_small_square::black_square_button::cancer::capital_abcd::capricorn::chart::children_crossing::cinema::cl::clock1::clock10::clock1030::clock11::clock1130::clock12::clock1230::clock130::clock2::clock230::clock3::clock330::clock4::clock430::clock5::clock530::clock6::clock630::clock7::clock730::clock8::clock830::clock9::clock930::congratulations::cool::copyright::curly_loop::currency_exchange::customs::diamond_shape_with_a_dot_inside::do_not_litter::eight::eight_pointed_black_star::eight_spoked_asterisk::end::fast_forward::five::four::free::gemini::hash::heart_decoration::heavy_check_mark::heavy_division_sign::heavy_dollar_sign::heavy_exclamation_mark::heavy_minus_sign::heavy_multiplication_x::heavy_plus_sign::id::ideograph_advantage::information_source::interrobang::keycap_ten::koko::large_blue_circle::large_blue_diamond::large_橙色_diamond::left_luggage::left_right_arrow::leftwards_arrow_with_hook::leo::libra::link::m::mens::metro::mobile_phone_off::negative_squared_cross_mark::new::ng::nine::no_bicycles::no_entry::no_entry_sign::no_mobile_phones::no_pedestrians::no_smoking::non-potable_water::o::o2::ok::on::one::ophiuchus::parking::part_alternation_mark::passport_control::pisces::potable_water::put_litter_in_its_place::radio_button::recycle::red_circle::registered::repeat::repeat_one::restroom::rewind::sa::sagittarius::scorpius::secret::seven::shipit::signal_strength::six::six_pointed_star::small_blue_diamond::small_橙色_diamond::small_red_triangle::small_red_triangle_down::soon::sos::symbols::taurus::three::tm::top::trident::twisted_rightwards_arrows::two::u5272::u5408::u55b6::u6307::u6708::u6709::u6e80::u7121::u7533::u7981::u7a7a::underage::up::vibration_mode::virgo::vs::wavy_dash::wc::wheelchair::white_check_mark::white_circle::white_flower::white_large_square::white_medium_small_square::white_medium_square::white_small_square::white_square_button::womens::x::zero:
|
||||||
|
|
||||||
## Insert
|
## Insert
|
||||||
|
|
||||||
|
|
BIN
exampleSite/zh/content/static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
exampleSite/zh/content/static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
exampleSite/zh/content/static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 10 KiB |
9
exampleSite/zh/content/static/browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<browserconfig>
|
||||||
|
<msapplication>
|
||||||
|
<tile>
|
||||||
|
<square150x150logo src="/mstile-150x150.png"/>
|
||||||
|
<TileColor>#2d89ef</TileColor>
|
||||||
|
</tile>
|
||||||
|
</msapplication>
|
||||||
|
</browserconfig>
|
BIN
exampleSite/zh/content/static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
exampleSite/zh/content/static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
exampleSite/zh/content/static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
exampleSite/zh/content/static/images/Apple-Devices-Preview.png
Normal file
After Width: | Height: | Size: 225 KiB |
BIN
exampleSite/zh/content/static/images/avatar.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
exampleSite/zh/content/static/logo.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
exampleSite/zh/content/static/mstile-150x150.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
28
exampleSite/zh/content/static/safari-pinned-tab.svg
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="560.000000pt" height="560.000000pt" viewBox="0 0 560.000000 560.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,560.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
<path d="M2445 5384 c-117 -28 -184 -56 -287 -122 -144 -93 -268 -261 -281
|
||||||
|
-380 -4 -39 -26 -71 -50 -72 -4 0 -34 -27 -67 -60 -198 -201 -262 -716 -130
|
||||||
|
-1061 11 -30 20 -54 20 -55 0 0 -21 -11 -47 -23 -56 -26 -109 -100 -119 -166
|
||||||
|
-3 -23 -4 -122 -2 -221 3 -195 7 -208 66 -271 17 -17 48 -39 69 -48 58 -25 68
|
||||||
|
-31 68 -41 3 -38 21 -122 42 -189 90 -286 268 -507 525 -652 l68 -38 0 -182 0
|
||||||
|
-183 -69 0 c-44 0 -71 4 -73 12 -3 9 -16 9 -54 0 -27 -6 -100 -22 -162 -36
|
||||||
|
-312 -70 -521 -184 -738 -400 -212 -213 -330 -428 -395 -719 -16 -68 -22 -142
|
||||||
|
-26 -284 l-5 -193 2001 0 2001 0 0 154 c0 436 -144 777 -453 1072 -200 192
|
||||||
|
-440 316 -712 369 -49 9 -94 21 -100 25 -17 14 -115 23 -115 11 0 -7 -27 -11
|
||||||
|
-70 -11 l-70 0 0 184 c0 175 1 185 20 191 79 25 311 218 398 331 100 130 177
|
||||||
|
318 218 532 3 13 12 25 22 28 40 12 88 41 115 69 59 61 62 74 65 281 2 119 -1
|
||||||
|
207 -8 232 -17 64 -68 123 -125 146 -28 11 -52 21 -53 22 -2 1 6 15 17 31 24
|
||||||
|
32 72 168 92 258 8 37 13 131 13 245 1 161 -2 196 -22 270 -30 113 -100 253
|
||||||
|
-162 322 l-50 56 35 52 c100 149 79 382 -43 478 -82 65 -172 67 -317 8 -197
|
||||||
|
-80 -279 -82 -550 -11 -163 43 -192 48 -310 50 -87 2 -150 -1 -190 -11z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
19
exampleSite/zh/content/static/site.webmanifest
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "LoveIt",
|
||||||
|
"short_name": "LoveIt",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|