606
blog/config.toml
606
blog/config.toml
@@ -15,9 +15,69 @@ title = "我的全新 Hugo 网站"
|
||||
# 更改使用 Hugo 构建网站时使用的默认主题
|
||||
theme = "LoveIt"
|
||||
|
||||
[params]
|
||||
# LoveIt 主题版本
|
||||
version = "0.2.X"
|
||||
[languages]
|
||||
[languages.en]
|
||||
weight = 1
|
||||
title = "My New Hugo Site"
|
||||
languageCode = "en"
|
||||
languageName = "English"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "posts"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "Posts"
|
||||
url = "/posts/"
|
||||
title = ""
|
||||
weight = 1
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "tags"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
title = ""
|
||||
weight = 2
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "categories"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "Categories"
|
||||
url = "/categories/"
|
||||
title = ""
|
||||
weight = 3
|
||||
|
||||
[languages.zh-cn]
|
||||
weight = 2
|
||||
title = "我的全新 Hugo 网站"
|
||||
# 网站语言, 仅在这里 CN 大写
|
||||
languageCode = "zh-CN"
|
||||
languageName = "简体中文"
|
||||
# 是否包括中日韩文字
|
||||
hasCJKLanguage = true
|
||||
[[languages.zh-cn.menu.main]]
|
||||
identifier = "posts"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "文章"
|
||||
url = "/posts/"
|
||||
title = ""
|
||||
weight = 1
|
||||
[[languages.zh-cn.menu.main]]
|
||||
identifier = "tags"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "标签"
|
||||
url = "/tags/"
|
||||
title = ""
|
||||
weight = 2
|
||||
[[languages.zh-cn.menu.main]]
|
||||
identifier = "categories"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "分类"
|
||||
url = "/categories/"
|
||||
title = ""
|
||||
weight = 3
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
@@ -49,9 +109,539 @@ theme = "LoveIt"
|
||||
weight = 3
|
||||
|
||||
# Hugo 解析文档的配置
|
||||
[markup]
|
||||
# 语法高亮设置 (https://gohugo.io/content-management/syntax-highlighting)
|
||||
[markup.highlight]
|
||||
# false 是必要的设置 (https://github.com/dillonzq/LoveIt/issues/158)
|
||||
noClasses = false
|
||||
#[markup]
|
||||
# # 语法高亮设置 (https://gohugo.io/content-management/syntax-highlighting)
|
||||
# [markup.highlight]
|
||||
# # false 是必要的设置 (https://github.com/dillonzq/LoveIt/issues/158)
|
||||
# noClasses = false
|
||||
|
||||
[params]
|
||||
# LoveIt 主题版本
|
||||
version = "0.2.X"
|
||||
# 网站描述
|
||||
description = "这是我的全新 Hugo 网站"
|
||||
# 网站关键词
|
||||
keywords = ["Theme", "Hugo"]
|
||||
# 网站默认主题样式 ("light", "dark", "auto")
|
||||
defaultTheme = "auto"
|
||||
# 公共 git 仓库路径,仅在 enableGitInfo 设为 true 时有效
|
||||
gitRepo = ""
|
||||
# 哪种哈希函数用来 SRI, 为空时表示不使用 SRI
|
||||
# ("sha256", "sha384", "sha512", "md5")
|
||||
fingerprint = ""
|
||||
# 日期格式
|
||||
dateFormat = "2006-01-02"
|
||||
# 网站图片, 用于 Open Graph 和 Twitter Cards
|
||||
images = ["/logo.png"]
|
||||
|
||||
# 应用图标配置
|
||||
[params.app]
|
||||
# 当添加到 iOS 主屏幕或者 Android 启动器时的标题, 覆盖默认标题
|
||||
title = "LoveIt"
|
||||
# 是否隐藏网站图标资源链接
|
||||
noFavicon = false
|
||||
# 更现代的 SVG 网站图标, 可替代旧的 .png 和 .ico 文件
|
||||
svgFavicon = ""
|
||||
# Android 浏览器主题色
|
||||
themeColor = "#ffffff"
|
||||
# Safari 图标颜色
|
||||
iconColor = "#5bbad5"
|
||||
# Windows v8-10磁贴颜色
|
||||
tileColor = "#da532c"
|
||||
|
||||
# 搜索配置
|
||||
[params.search]
|
||||
enable = true
|
||||
# 搜索引擎的类型 ("lunr", "algolia")
|
||||
type = "lunr"
|
||||
# 文章内容最长索引长度
|
||||
contentLength = 4000
|
||||
# 搜索框的占位提示语
|
||||
placeholder = ""
|
||||
# 最大结果数目
|
||||
maxResultLength = 10
|
||||
# 结果内容片段长度
|
||||
snippetLength = 50
|
||||
# 搜索结果中高亮部分的 HTML 标签
|
||||
highlightTag = "em"
|
||||
# 是否在搜索索引中使用基于 baseURL 的绝对路径
|
||||
absoluteURL = false
|
||||
[params.search.algolia]
|
||||
index = ""
|
||||
appID = ""
|
||||
searchKey = ""
|
||||
|
||||
# 页面头部导航栏配置
|
||||
[params.header]
|
||||
# 桌面端导航栏模式 ("fixed", "normal", "auto")
|
||||
desktopMode = "fixed"
|
||||
# 移动端导航栏模式 ("fixed", "normal", "auto")
|
||||
mobileMode = "auto"
|
||||
# 页面头部导航栏标题配置
|
||||
[params.header.title]
|
||||
# LOGO 的 URL
|
||||
logo = ""
|
||||
# 标题名称
|
||||
name = ""
|
||||
# 你可以在名称 (允许 HTML 格式) 之前添加其他信息, 例如图标
|
||||
pre = ""
|
||||
# 你可以在名称 (允许 HTML 格式) 之后添加其他信息, 例如图标
|
||||
post = ""
|
||||
# 是否为标题显示打字机动画
|
||||
typeit = false
|
||||
|
||||
# 页面底部信息配置
|
||||
[params.footer]
|
||||
enable = true
|
||||
# 自定义内容 (支持 HTML 格式)
|
||||
custom = ''
|
||||
# 是否显示 Hugo 和主题信息
|
||||
hugo = true
|
||||
# 是否显示版权信息
|
||||
copyright = true
|
||||
# 是否显示作者
|
||||
author = true
|
||||
# 网站创立年份
|
||||
since = 2019
|
||||
# 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>'
|
||||
|
||||
# Section (所有文章) 页面配置
|
||||
[params.section]
|
||||
# section 页面每页显示文章数量
|
||||
paginate = 20
|
||||
# 日期格式 (月和日)
|
||||
dateFormat = "01-02"
|
||||
# RSS 文章数目
|
||||
rss = 10
|
||||
|
||||
# List (目录或标签) 页面配置
|
||||
[params.list]
|
||||
# list 页面每页显示文章数量
|
||||
paginate = 20
|
||||
# 日期格式 (月和日)
|
||||
dateFormat = "01-02"
|
||||
# RSS 文章数目
|
||||
rss = 10
|
||||
|
||||
# 主页配置
|
||||
[params.home]
|
||||
# RSS 文章数目
|
||||
rss = 10
|
||||
# 主页个人信息
|
||||
[params.home.profile]
|
||||
enable = true
|
||||
# Gravatar 邮箱,用于优先在主页显示的头像
|
||||
gravatarEmail = ""
|
||||
# 主页显示头像的 URL
|
||||
avatarURL = "/images/avatar.png"
|
||||
# 主页显示的网站标题 (支持 HTML 格式)
|
||||
title = "WarlockFish"
|
||||
# 主页显示的网站副标题
|
||||
subtitle = "这就是我"
|
||||
# 是否为副标题显示打字机动画
|
||||
typeit = true
|
||||
# 是否显示社交账号
|
||||
social = true
|
||||
# 免责声明 (支持 HTML 格式)
|
||||
disclaimer = ""
|
||||
# 主页文章列表
|
||||
[params.home.posts]
|
||||
enable = true
|
||||
# 主页每页显示文章数量
|
||||
paginate = 6
|
||||
# 被 params.page 中的 hiddenFromHomePage 替代
|
||||
# 当你没有在文章前置参数中设置 "hiddenFromHomePage" 时的默认行为
|
||||
defaultHiddenFromHomePage = false
|
||||
|
||||
# 作者的社交信息设置
|
||||
[params.social]
|
||||
GitHub = "xxxx"
|
||||
Linkedin = ""
|
||||
Twitter = "xxxx"
|
||||
Instagram = "xxxx"
|
||||
Facebook = "xxxx"
|
||||
Telegram = "xxxx"
|
||||
Medium = ""
|
||||
Gitlab = ""
|
||||
Youtubelegacy = ""
|
||||
Youtubecustom = ""
|
||||
Youtubechannel = ""
|
||||
Tumblr = ""
|
||||
Quora = ""
|
||||
Keybase = ""
|
||||
Pinterest = ""
|
||||
Reddit = ""
|
||||
Codepen = ""
|
||||
FreeCodeCamp = ""
|
||||
Bitbucket = ""
|
||||
Stackoverflow = ""
|
||||
Weibo = ""
|
||||
Odnoklassniki = ""
|
||||
VK = ""
|
||||
Flickr = ""
|
||||
Xing = ""
|
||||
Snapchat = ""
|
||||
Soundcloud = ""
|
||||
Spotify = ""
|
||||
Bandcamp = ""
|
||||
Paypal = ""
|
||||
Fivehundredpx = ""
|
||||
Mix = ""
|
||||
Goodreads = ""
|
||||
Lastfm = ""
|
||||
Foursquare = ""
|
||||
Hackernews = ""
|
||||
Kickstarter = ""
|
||||
Patreon = ""
|
||||
Steam = ""
|
||||
Twitch = ""
|
||||
Strava = ""
|
||||
Skype = ""
|
||||
Whatsapp = ""
|
||||
Zhihu = ""
|
||||
Douban = ""
|
||||
Angellist = ""
|
||||
Slidershare = ""
|
||||
Jsfiddle = ""
|
||||
Deviantart = ""
|
||||
Behance = ""
|
||||
Dribbble = ""
|
||||
Wordpress = ""
|
||||
Vine = ""
|
||||
Googlescholar = ""
|
||||
Researchgate = ""
|
||||
Mastodon = ""
|
||||
Thingiverse = ""
|
||||
Devto = ""
|
||||
Gitea = ""
|
||||
XMPP = ""
|
||||
Matrix = ""
|
||||
Bilibili = ""
|
||||
Email = "xxxx@xxxx.com"
|
||||
RSS = true #
|
||||
|
||||
# 文章页面配置
|
||||
[params.page]
|
||||
# 是否在主页隐藏一篇文章
|
||||
hiddenFromHomePage = false
|
||||
# 是否在搜索结果中隐藏一篇文章
|
||||
hiddenFromSearch = false
|
||||
# 是否使用 twemoji
|
||||
twemoji = false
|
||||
# 是否使用 lightgallery
|
||||
lightgallery = false
|
||||
# 是否使用 ruby 扩展语法
|
||||
ruby = true
|
||||
# 是否使用 fraction 扩展语法
|
||||
fraction = true
|
||||
# 是否使用 fontawesome 扩展语法
|
||||
fontawesome = true
|
||||
# 是否在文章页面显示原始 Markdown 文档链接
|
||||
linkToMarkdown = true
|
||||
# 是否在 RSS 中显示全文内容
|
||||
rssFullText = false
|
||||
# 目录配置
|
||||
[params.page.toc]
|
||||
# 是否使用目录
|
||||
enable = true
|
||||
# 是否保持使用文章前面的静态目录
|
||||
keepStatic = true
|
||||
# 是否使侧边目录自动折叠展开
|
||||
auto = true
|
||||
# 代码配置
|
||||
[params.page.code]
|
||||
# 是否显示代码块的复制按钮
|
||||
copy = true
|
||||
# 默认展开显示的代码行数
|
||||
maxShownLines = 10
|
||||
# KaTeX 数学公式
|
||||
[params.page.math]
|
||||
enable = true
|
||||
# 默认块定界符是 $$ ... $$ 和 \\[ ... \\]
|
||||
blockLeftDelimiter = ""
|
||||
blockRightDelimiter = ""
|
||||
# 默认行内定界符是 $ ... $ 和 \\( ... \\)
|
||||
inlineLeftDelimiter = ""
|
||||
inlineRightDelimiter = ""
|
||||
# KaTeX 插件 copy_tex
|
||||
copyTex = true
|
||||
# KaTeX 插件 mhchem
|
||||
mhchem = true
|
||||
# Mapbox GL JS 配置
|
||||
[params.page.mapbox]
|
||||
# Mapbox GL JS 的 access token
|
||||
accessToken = ""
|
||||
# 浅色主题的地图样式
|
||||
lightStyle = "mapbox://styles/mapbox/light-v9"
|
||||
# 深色主题的地图样式
|
||||
darkStyle = "mapbox://styles/mapbox/dark-v9"
|
||||
# 是否添加 NavigationControl
|
||||
navigation = true
|
||||
# 是否添加 GeolocateControl
|
||||
geolocate = true
|
||||
# 是否添加 ScaleControl
|
||||
scale = true
|
||||
# 是否添加 FullscreenControl
|
||||
fullscreen = true
|
||||
# 文章页面的分享信息设置
|
||||
[params.page.share]
|
||||
enable = true
|
||||
Twitter = true
|
||||
Facebook = true
|
||||
Linkedin = false
|
||||
Whatsapp = true
|
||||
Pinterest = false
|
||||
Tumblr = false
|
||||
HackerNews = false
|
||||
Reddit = false
|
||||
VK = false
|
||||
Buffer = false
|
||||
Xing = false
|
||||
Line = true
|
||||
Instapaper = false
|
||||
Pocket = false
|
||||
Digg = false
|
||||
Stumbleupon = false
|
||||
Flipboard = false
|
||||
Weibo = true
|
||||
Renren = false
|
||||
Myspace = true
|
||||
Blogger = true
|
||||
Baidu = false
|
||||
Odnoklassniki = false
|
||||
Evernote = true
|
||||
Skype = false
|
||||
Trello = false
|
||||
Mix = false
|
||||
# 评论系统设置
|
||||
[params.page.comment]
|
||||
enable = true
|
||||
# Disqus 评论系统设置
|
||||
[params.page.comment.disqus]
|
||||
#
|
||||
enable = false
|
||||
# Disqus 的 shortname,用来在文章中启用 Disqus 评论系统
|
||||
shortname = ""
|
||||
# Gitalk 评论系统设置
|
||||
[params.page.comment.gitalk]
|
||||
#
|
||||
enable = false
|
||||
owner = ""
|
||||
repo = ""
|
||||
clientId = ""
|
||||
clientSecret = ""
|
||||
# Valine 评论系统设置
|
||||
[params.page.comment.valine]
|
||||
enable = false
|
||||
appId = ""
|
||||
appKey = ""
|
||||
placeholder = ""
|
||||
avatar = "mp"
|
||||
meta= ""
|
||||
pageSize = 10
|
||||
lang = ""
|
||||
visitor = true
|
||||
recordIP = true
|
||||
highlight = true
|
||||
enableQQ = false
|
||||
serverURLs = ""
|
||||
# emoji 数据文件名称, 默认是 "google.yml"
|
||||
# ("apple.yml", "google.yml", "facebook.yml", "twitter.yml")
|
||||
# 位于 "themes/LoveIt/assets/data/emoji/" 目录
|
||||
# 可以在你的项目下相同路径存放你自己的数据文件:
|
||||
# "assets/data/emoji/"
|
||||
emoji = ""
|
||||
# Facebook 评论系统设置
|
||||
[params.page.comment.facebook]
|
||||
enable = false
|
||||
width = "100%"
|
||||
numPosts = 10
|
||||
appId = ""
|
||||
languageCode = "zh_CN"
|
||||
# Telegram Comments 评论系统设置
|
||||
[params.page.comment.telegram]
|
||||
enable = false
|
||||
siteID = ""
|
||||
limit = 5
|
||||
height = ""
|
||||
color = ""
|
||||
colorful = true
|
||||
dislikes = false
|
||||
outlined = false
|
||||
# Commento 评论系统设置
|
||||
[params.page.comment.commento]
|
||||
enable = false
|
||||
# Utterances 评论系统设置
|
||||
[params.page.comment.utterances]
|
||||
enable = false
|
||||
# owner/repo
|
||||
repo = ""
|
||||
issueTerm = "pathname"
|
||||
label = ""
|
||||
lightTheme = "github-light"
|
||||
darkTheme = "github-dark"
|
||||
# 第三方库配置
|
||||
[params.page.library]
|
||||
[params.page.library.css]
|
||||
# someCSS = "some.css"
|
||||
# 位于 "assets/"
|
||||
# 或者
|
||||
# someCSS = "https://cdn.example.com/some.css"
|
||||
[params.page.library.js]
|
||||
# someJavascript = "some.js"
|
||||
# 位于 "assets/"
|
||||
# 或者
|
||||
# someJavascript = "https://cdn.example.com/some.js"
|
||||
# 页面 SEO 配置
|
||||
[params.page.seo]
|
||||
# 图片 URL
|
||||
images = []
|
||||
# 出版者信息
|
||||
[params.page.seo.publisher]
|
||||
name = ""
|
||||
logoUrl = ""
|
||||
|
||||
# TypeIt 配置
|
||||
[params.typeit]
|
||||
# 每一步的打字速度 (单位是毫秒)
|
||||
speed = 100
|
||||
# 光标的闪烁速度 (单位是毫秒)
|
||||
cursorSpeed = 1000
|
||||
# 光标的字符 (支持 HTML 格式)
|
||||
cursorChar = "|"
|
||||
# 打字结束之后光标的持续时间 (单位是毫秒, "-1" 代表无限大)
|
||||
duration = -1
|
||||
|
||||
# 网站验证代码,用于 Google/Bing/Yandex/Pinterest/Baidu
|
||||
[params.verification]
|
||||
google = ""
|
||||
bing = ""
|
||||
yandex = ""
|
||||
pinterest = ""
|
||||
baidu = ""
|
||||
|
||||
# 网站 SEO 配置
|
||||
[params.seo]
|
||||
# 图片 URL
|
||||
image = ""
|
||||
# 缩略图 URL
|
||||
thumbnailUrl = ""
|
||||
|
||||
# 网站分析配置
|
||||
[params.analytics]
|
||||
enable = false
|
||||
# Google Analytics
|
||||
[params.analytics.google]
|
||||
id = ""
|
||||
# 是否匿名化用户 IP
|
||||
anonymizeIP = true
|
||||
# Fathom Analytics
|
||||
[params.analytics.fathom]
|
||||
id = ""
|
||||
# 自行托管追踪器时的主机路径
|
||||
server = ""
|
||||
|
||||
# Cookie 许可配置
|
||||
[params.cookieconsent]
|
||||
enable = true
|
||||
# 用于 Cookie 许可横幅的文本字符串
|
||||
[params.cookieconsent.content]
|
||||
message = ""
|
||||
dismiss = ""
|
||||
link = ""
|
||||
|
||||
# 第三方库文件的 CDN 设置
|
||||
[params.cdn]
|
||||
# CDN 数据文件名称, 默认不启用
|
||||
# ("jsdelivr.yml")
|
||||
# 位于 "themes/LoveIt/assets/data/cdn/" 目录
|
||||
# 可以在你的项目下相同路径存放你自己的数据文件:
|
||||
# "assets/data/cdn/"
|
||||
data = ""
|
||||
|
||||
# 兼容性设置
|
||||
[params.compatibility]
|
||||
# 是否使用 Polyfill.io 来兼容旧式浏览器
|
||||
polyfill = false
|
||||
# 是否使用 object-fit-images 来兼容旧式浏览器
|
||||
objectFit = false
|
||||
|
||||
# Hugo 解析文档的配置
|
||||
[markup]
|
||||
# 语法高亮设置
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
guessSyntax = true
|
||||
lineNos = true
|
||||
lineNumbersInTable = true
|
||||
# false 是必要的设置
|
||||
# (https://github.com/dillonzq/LoveIt/issues/158)
|
||||
noClasses = false
|
||||
# Goldmark 是 Hugo 0.60 以来的默认 Markdown 解析库
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.extensions]
|
||||
definitionList = true
|
||||
footnote = true
|
||||
linkify = true
|
||||
strikethrough = true
|
||||
table = true
|
||||
taskList = true
|
||||
typographer = true
|
||||
[markup.goldmark.renderer]
|
||||
# 是否在文档中直接使用 HTML 标签
|
||||
unsafe = true
|
||||
# 目录设置
|
||||
[markup.tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 6
|
||||
|
||||
# 作者配置
|
||||
[author]
|
||||
name = "xxxx"
|
||||
email = ""
|
||||
link = ""
|
||||
|
||||
# 网站地图配置
|
||||
[sitemap]
|
||||
changefreq = "weekly"
|
||||
filename = "sitemap.xml"
|
||||
priority = 0.5
|
||||
|
||||
# Permalinks 配置
|
||||
[Permalinks]
|
||||
# posts = ":year/:month/:filename"
|
||||
posts = ":filename"
|
||||
|
||||
# 隐私信息配置
|
||||
[privacy]
|
||||
# Google Analytics 相关隐私 (被 params.analytics.google 替代)
|
||||
[privacy.googleAnalytics]
|
||||
# ...
|
||||
[privacy.twitter]
|
||||
enableDNT = true
|
||||
[privacy.youtube]
|
||||
privacyEnhanced = true
|
||||
|
||||
# 用于输出 Markdown 格式文档的设置
|
||||
[mediaTypes]
|
||||
[mediaTypes."text/plain"]
|
||||
suffixes = ["md"]
|
||||
|
||||
# 用于输出 Markdown 格式文档的设置
|
||||
[outputFormats.MarkDown]
|
||||
mediaType = "text/plain"
|
||||
isPlainText = true
|
||||
isHTML = false
|
||||
|
||||
# 用于 Hugo 输出文档的设置
|
||||
[outputs]
|
||||
#
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
page = ["HTML", "MarkDown"]
|
||||
section = ["HTML", "RSS"]
|
||||
taxonomy = ["HTML", "RSS"]
|
||||
taxonomyTerm = ["HTML"]
|
||||
|
||||
|
||||
9
blog/content/posts/first_post.en.md
Normal file
9
blog/content/posts/first_post.en.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "First_post"
|
||||
date: 2021-02-08T16:35:58+08:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
# this is a first post
|
||||
|
||||
Hi, my name is H
|
||||
9
blog/content/posts/first_post.zh-cn.md
Normal file
9
blog/content/posts/first_post.zh-cn.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "First_post"
|
||||
date: 2021-02-08T16:35:58+08:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
# 第一份文字
|
||||
|
||||
Hi, 你好hugo世界
|
||||
9
blog/content/posts/first_test.en.md
Normal file
9
blog/content/posts/first_test.en.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "First_test"
|
||||
date: 2021-02-08T17:03:45+08:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
# test
|
||||
|
||||
rrrl
|
||||
9
blog/content/posts/first_test.zh-cn.md
Normal file
9
blog/content/posts/first_test.zh-cn.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "First_test"
|
||||
date: 2021-02-08T17:04:23+08:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
# 这是
|
||||
|
||||
除了 Hugo 全局配置 和 菜单配置 之外, LoveIt 主题还允许您在网站配置中定义以下参数 (这是一个示例 config.toml, 其内容为默认值).
|
||||
0
blog/public/.gitkeep
Normal file
0
blog/public/.gitkeep
Normal file
84
blog/public/404.html
Normal file
84
blog/public/404.html
Normal file
@@ -0,0 +1,84 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noodp" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<title>404 页面没找到 - 我的全新 Hugo 网站</title><meta name="Description" content=""><meta property="og:title" content="404 Page not found" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://example.org/404.html" />
|
||||
<meta property="og:site_name" content="我的全新 Hugo 网站" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="404 Page not found"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<meta name="application-name" content="我的全新 Hugo 网站">
|
||||
<meta name="apple-mobile-web-app-title" content="我的全新 Hugo 网站"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://example.org/404.html" /><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"></head>
|
||||
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
|
||||
|
||||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/" title="我的全新 Hugo 网站">我的全新 Hugo 网站</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menu-inner"><a class="menu-item" href="/posts/"> 文章 </a><a class="menu-item" href="/tags/"> 标签 </a><a class="menu-item" href="/categories/"> 分类 </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item language" title="选择语言">简体中文<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" id="language-select-desktop" onchange="location = this.value;"><option value="/en/404.html">English</option><option value="/404.html" selected>简体中文</option></select>
|
||||
</a><a href="javascript:void(0);" class="menu-item theme-switch" title="切换主题">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header><header class="mobile" id="header-mobile">
|
||||
<div class="header-container">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/" title="我的全新 Hugo 网站">我的全新 Hugo 网站</a>
|
||||
</div>
|
||||
<div class="menu-toggle" id="menu-toggle-mobile">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/posts/" title="">文章</a><a class="menu-item" href="/tags/" title="">标签</a><a class="menu-item" href="/categories/" title="">分类</a><a href="javascript:void(0);" class="menu-item theme-switch" title="切换主题">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a><a href="javascript:void(0);" class="menu-item" title="选择语言">简体中文<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" onchange="location = this.value;"><option value="/en/404.html">English</option><option value="/404.html" selected>简体中文</option></select>
|
||||
</a></div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
</div>
|
||||
<div class="search-dropdown mobile">
|
||||
<div id="search-dropdown-mobile"></div>
|
||||
</div>
|
||||
<main class="main">
|
||||
<div class="container"><div class="page" id="content-404">
|
||||
<h1 id="error-emoji"></h1>
|
||||
<p class="error-text">抱歉,您要查找的页面不存在。
|
||||
<a href="javascript:void(0);" title="返回" onclick="window.history.back();"><i class="far fa-hand-point-left fa-fw"></i></a>
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var emojiArray = ['\\(o_o)/', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)','(=\'X\'=)', '(>_<)', '(;-;)'];
|
||||
document.getElementById('error-emoji').appendChild(document.createTextNode(emojiArray[Math.floor(Math.random() * emojiArray.length)]));
|
||||
})();
|
||||
</script></div>
|
||||
</main><footer class="footer">
|
||||
<div class="footer-container"><div class="footer-line">由 <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.68.3">Hugo</a> 强力驱动 | 主题 - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.10"><i class="far fa-kiss-wink-heart fa-fw"></i> LoveIt</a>
|
||||
</div><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2021</span><span class="author" itemprop="copyrightHolder"> <a href="/" target="_blank"></a></span></div>
|
||||
</div>
|
||||
</footer></div>
|
||||
|
||||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="回到顶部">
|
||||
<i class="fas fa-arrow-up fa-fw"></i>
|
||||
</a><a href="#" id="view-comments" class="fixed-button" title="查看评论">
|
||||
<i class="fas fa-comment fa-fw"></i>
|
||||
</a>
|
||||
</div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"复制到剪贴板","maxShownLines":10}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
|
||||
</html>
|
||||
74
blog/public/categories/index.html
Normal file
74
blog/public/categories/index.html
Normal file
@@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noodp" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<title>所有分类 - 我的全新 Hugo 网站</title><meta name="Description" content=""><meta property="og:title" content="Categories" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://example.org/categories/" />
|
||||
<meta property="og:site_name" content="我的全新 Hugo 网站" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Categories"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<meta name="application-name" content="我的全新 Hugo 网站">
|
||||
<meta name="apple-mobile-web-app-title" content="我的全新 Hugo 网站"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://example.org/categories/" /><link rel="alternate" href="/categories/index.xml" type="application/rss+xml" title="我的全新 Hugo 网站">
|
||||
<link rel="feed" href="/categories/index.xml" type="application/rss+xml" title="我的全新 Hugo 网站"><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"></head>
|
||||
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
|
||||
|
||||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/" title="我的全新 Hugo 网站">我的全新 Hugo 网站</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menu-inner"><a class="menu-item" href="/posts/"> 文章 </a><a class="menu-item" href="/tags/"> 标签 </a><a class="menu-item active" href="/categories/"> 分类 </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item language" title="选择语言">简体中文<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" id="language-select-desktop" onchange="location = this.value;"><option value="/en/categories/">English</option><option value="/categories/" selected>简体中文</option></select>
|
||||
</a><a href="javascript:void(0);" class="menu-item theme-switch" title="切换主题">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header><header class="mobile" id="header-mobile">
|
||||
<div class="header-container">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/" title="我的全新 Hugo 网站">我的全新 Hugo 网站</a>
|
||||
</div>
|
||||
<div class="menu-toggle" id="menu-toggle-mobile">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/posts/" title="">文章</a><a class="menu-item" href="/tags/" title="">标签</a><a class="menu-item" href="/categories/" title="">分类</a><a href="javascript:void(0);" class="menu-item theme-switch" title="切换主题">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a><a href="javascript:void(0);" class="menu-item" title="选择语言">简体中文<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" onchange="location = this.value;"><option value="/en/categories/">English</option><option value="/categories/" selected>简体中文</option></select>
|
||||
</a></div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
</div>
|
||||
<div class="search-dropdown mobile">
|
||||
<div id="search-dropdown-mobile"></div>
|
||||
</div>
|
||||
<main class="main">
|
||||
<div class="container"><div class="page archive"><h2 class="single-title animated pulse faster">所有分类</h2><div class="categories-card"></div></div></div>
|
||||
</main><footer class="footer">
|
||||
<div class="footer-container"><div class="footer-line">由 <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.68.3">Hugo</a> 强力驱动 | 主题 - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.10"><i class="far fa-kiss-wink-heart fa-fw"></i> LoveIt</a>
|
||||
</div><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2021</span><span class="author" itemprop="copyrightHolder"> <a href="/" target="_blank"></a></span></div>
|
||||
</div>
|
||||
</footer></div>
|
||||
|
||||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="回到顶部">
|
||||
<i class="fas fa-arrow-up fa-fw"></i>
|
||||
</a><a href="#" id="view-comments" class="fixed-button" title="查看评论">
|
||||
<i class="fas fa-comment fa-fw"></i>
|
||||
</a>
|
||||
</div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"复制到剪贴板","maxShownLines":10}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
|
||||
</html>
|
||||
7
blog/public/categories/index.xml
Normal file
7
blog/public/categories/index.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
||||
<channel>
|
||||
<title>Categories - 分类 - 我的全新 Hugo 网站</title>
|
||||
<link>http://example.org/categories/</link>
|
||||
<description>Categories - 分类 - 我的全新 Hugo 网站</description>
|
||||
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><atom:link href="http://example.org/categories/" rel="self" type="application/rss+xml" /></channel>
|
||||
</rss>
|
||||
3
blog/public/css/style.min.css
vendored
Normal file
3
blog/public/css/style.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
87
blog/public/css/style.min.css.map
Normal file
87
blog/public/css/style.min.css.map
Normal file
File diff suppressed because one or more lines are too long
84
blog/public/en/404.html
Normal file
84
blog/public/en/404.html
Normal file
@@ -0,0 +1,84 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noodp" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<title>404 Page not found - My New Hugo Site</title><meta name="Description" content=""><meta property="og:title" content="404 Page not found" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://example.org/en/404.html" />
|
||||
<meta property="og:site_name" content="My New Hugo Site" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="404 Page not found"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<meta name="application-name" content="My New Hugo Site">
|
||||
<meta name="apple-mobile-web-app-title" content="My New Hugo Site"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://example.org/en/404.html" /><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"></head>
|
||||
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
|
||||
|
||||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menu-inner"><a class="menu-item" href="/en/posts/"> Posts </a><a class="menu-item" href="/en/tags/"> Tags </a><a class="menu-item" href="/en/categories/"> Categories </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item language" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" id="language-select-desktop" onchange="location = this.value;"><option value="/en/404.html" selected>English</option><option value="/404.html">简体中文</option></select>
|
||||
</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header><header class="mobile" id="header-mobile">
|
||||
<div class="header-container">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu-toggle" id="menu-toggle-mobile">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/en/posts/" title="">Posts</a><a class="menu-item" href="/en/tags/" title="">Tags</a><a class="menu-item" href="/en/categories/" title="">Categories</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a><a href="javascript:void(0);" class="menu-item" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" onchange="location = this.value;"><option value="/en/404.html" selected>English</option><option value="/404.html">简体中文</option></select>
|
||||
</a></div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
</div>
|
||||
<div class="search-dropdown mobile">
|
||||
<div id="search-dropdown-mobile"></div>
|
||||
</div>
|
||||
<main class="main">
|
||||
<div class="container"><div class="page" id="content-404">
|
||||
<h1 id="error-emoji"></h1>
|
||||
<p class="error-text">The page you're looking for doesn't exist. Sorry.
|
||||
<a href="javascript:void(0);" title="Back" onclick="window.history.back();"><i class="far fa-hand-point-left fa-fw"></i></a>
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var emojiArray = ['\\(o_o)/', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)','(=\'X\'=)', '(>_<)', '(;-;)'];
|
||||
document.getElementById('error-emoji').appendChild(document.createTextNode(emojiArray[Math.floor(Math.random() * emojiArray.length)]));
|
||||
})();
|
||||
</script></div>
|
||||
</main><footer class="footer">
|
||||
<div class="footer-container"><div class="footer-line">Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.68.3">Hugo</a> | Theme - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.10"><i class="far fa-kiss-wink-heart fa-fw"></i> LoveIt</a>
|
||||
</div><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2021</span><span class="author" itemprop="copyrightHolder"> <a href="/en/" target="_blank"></a></span></div>
|
||||
</div>
|
||||
</footer></div>
|
||||
|
||||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="Back to Top">
|
||||
<i class="fas fa-arrow-up fa-fw"></i>
|
||||
</a><a href="#" id="view-comments" class="fixed-button" title="View Comments">
|
||||
<i class="fas fa-comment fa-fw"></i>
|
||||
</a>
|
||||
</div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":10}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
|
||||
</html>
|
||||
74
blog/public/en/categories/index.html
Normal file
74
blog/public/en/categories/index.html
Normal file
@@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noodp" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<title>All Categories - My New Hugo Site</title><meta name="Description" content=""><meta property="og:title" content="Categories" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://example.org/en/categories/" />
|
||||
<meta property="og:site_name" content="My New Hugo Site" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Categories"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<meta name="application-name" content="My New Hugo Site">
|
||||
<meta name="apple-mobile-web-app-title" content="My New Hugo Site"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://example.org/en/categories/" /><link rel="alternate" href="/en/categories/index.xml" type="application/rss+xml" title="My New Hugo Site">
|
||||
<link rel="feed" href="/en/categories/index.xml" type="application/rss+xml" title="My New Hugo Site"><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"></head>
|
||||
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
|
||||
|
||||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menu-inner"><a class="menu-item" href="/en/posts/"> Posts </a><a class="menu-item" href="/en/tags/"> Tags </a><a class="menu-item active" href="/en/categories/"> Categories </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item language" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" id="language-select-desktop" onchange="location = this.value;"><option value="/en/categories/" selected>English</option><option value="/categories/">简体中文</option></select>
|
||||
</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header><header class="mobile" id="header-mobile">
|
||||
<div class="header-container">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu-toggle" id="menu-toggle-mobile">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/en/posts/" title="">Posts</a><a class="menu-item" href="/en/tags/" title="">Tags</a><a class="menu-item" href="/en/categories/" title="">Categories</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a><a href="javascript:void(0);" class="menu-item" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" onchange="location = this.value;"><option value="/en/categories/" selected>English</option><option value="/categories/">简体中文</option></select>
|
||||
</a></div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
</div>
|
||||
<div class="search-dropdown mobile">
|
||||
<div id="search-dropdown-mobile"></div>
|
||||
</div>
|
||||
<main class="main">
|
||||
<div class="container"><div class="page archive"><h2 class="single-title animated pulse faster">All Categories</h2><div class="categories-card"></div></div></div>
|
||||
</main><footer class="footer">
|
||||
<div class="footer-container"><div class="footer-line">Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.68.3">Hugo</a> | Theme - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.10"><i class="far fa-kiss-wink-heart fa-fw"></i> LoveIt</a>
|
||||
</div><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2021</span><span class="author" itemprop="copyrightHolder"> <a href="/en/" target="_blank"></a></span></div>
|
||||
</div>
|
||||
</footer></div>
|
||||
|
||||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="Back to Top">
|
||||
<i class="fas fa-arrow-up fa-fw"></i>
|
||||
</a><a href="#" id="view-comments" class="fixed-button" title="View Comments">
|
||||
<i class="fas fa-comment fa-fw"></i>
|
||||
</a>
|
||||
</div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":10}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
|
||||
</html>
|
||||
7
blog/public/en/categories/index.xml
Normal file
7
blog/public/en/categories/index.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
||||
<channel>
|
||||
<title>Categories - Category - My New Hugo Site</title>
|
||||
<link>http://example.org/en/categories/</link>
|
||||
<description>Categories - Category - My New Hugo Site</description>
|
||||
<generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="http://example.org/en/categories/" rel="self" type="application/rss+xml" /></channel>
|
||||
</rss>
|
||||
82
blog/public/en/index.html
Normal file
82
blog/public/en/index.html
Normal file
@@ -0,0 +1,82 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.68.3" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noodp" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<title>My New Hugo Site</title><meta name="Description" content=""><meta property="og:title" content="My New Hugo Site" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://example.org/en/" />
|
||||
<meta property="og:site_name" content="My New Hugo Site" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="My New Hugo Site"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<meta name="application-name" content="My New Hugo Site">
|
||||
<meta name="apple-mobile-web-app-title" content="My New Hugo Site"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://example.org/en/" /><link rel="alternate" href="/en/index.xml" type="application/rss+xml" title="My New Hugo Site">
|
||||
<link rel="feed" href="/en/index.xml" type="application/rss+xml" title="My New Hugo Site"><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"><script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"url": "http:\/\/example.org\/en\/","inLanguage": "en","name": "My New Hugo Site"
|
||||
}
|
||||
</script></head>
|
||||
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
|
||||
|
||||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menu-inner"><a class="menu-item" href="/en/posts/"> Posts </a><a class="menu-item" href="/en/tags/"> Tags </a><a class="menu-item" href="/en/categories/"> Categories </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item language" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" id="language-select-desktop" onchange="location = this.value;"><option value="/en/" selected>English</option><option value="/">简体中文</option></select>
|
||||
</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header><header class="mobile" id="header-mobile">
|
||||
<div class="header-container">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu-toggle" id="menu-toggle-mobile">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/en/posts/" title="">Posts</a><a class="menu-item" href="/en/tags/" title="">Tags</a><a class="menu-item" href="/en/categories/" title="">Categories</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a><a href="javascript:void(0);" class="menu-item" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" onchange="location = this.value;"><option value="/en/" selected>English</option><option value="/">简体中文</option></select>
|
||||
</a></div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
</div>
|
||||
<div class="search-dropdown mobile">
|
||||
<div id="search-dropdown-mobile"></div>
|
||||
</div>
|
||||
<main class="main">
|
||||
<div class="container"><div class="page home" posts><div class="home-profile"></div>
|
||||
</div></div>
|
||||
</main><footer class="footer">
|
||||
<div class="footer-container"><div class="footer-line">Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.68.3">Hugo</a> | Theme - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.10"><i class="far fa-kiss-wink-heart fa-fw"></i> LoveIt</a>
|
||||
</div><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2021</span><span class="author" itemprop="copyrightHolder"> <a href="/en/" target="_blank"></a></span></div>
|
||||
</div>
|
||||
</footer></div>
|
||||
|
||||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="Back to Top">
|
||||
<i class="fas fa-arrow-up fa-fw"></i>
|
||||
</a><a href="#" id="view-comments" class="fixed-button" title="View Comments">
|
||||
<i class="fas fa-comment fa-fw"></i>
|
||||
</a>
|
||||
</div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":10}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
|
||||
</html>
|
||||
9
blog/public/en/index.xml
Normal file
9
blog/public/en/index.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
||||
<channel>
|
||||
<title>My New Hugo Site</title>
|
||||
<link>http://example.org/en/</link>
|
||||
<description>My New Hugo Site</description>
|
||||
<generator>Hugo -- gohugo.io</generator><language>en</language>
|
||||
<atom:link href="http://example.org/en/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
1
blog/public/en/page/1/index.html
Normal file
1
blog/public/en/page/1/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>http://example.org/en/</title><link rel="canonical" href="http://example.org/en/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/en/" /></head></html>
|
||||
131
blog/public/en/posts/first_post/index.html
Normal file
131
blog/public/en/posts/first_post/index.html
Normal file
@@ -0,0 +1,131 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noodp" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<title>First_post - My New Hugo Site</title><meta name="Description" content=""><meta property="og:title" content="First_post" />
|
||||
<meta property="og:description" content="this is a first post Hi, my name is H" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://example.org/en/posts/first_post/" />
|
||||
<meta property="article:published_time" content="2021-02-08T16:35:58+08:00" />
|
||||
<meta property="article:modified_time" content="2021-02-08T16:35:58+08:00" /><meta property="og:site_name" content="My New Hugo Site" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="First_post"/>
|
||||
<meta name="twitter:description" content="this is a first post Hi, my name is H"/>
|
||||
<meta name="application-name" content="My New Hugo Site">
|
||||
<meta name="apple-mobile-web-app-title" content="My New Hugo Site"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://example.org/en/posts/first_post/" /><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"><script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "BlogPosting",
|
||||
"headline": "First_post",
|
||||
"inLanguage": "en",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "http:\/\/example.org\/en\/posts\/first_post\/"
|
||||
},"genre": "posts","wordcount": 10 ,
|
||||
"url": "http:\/\/example.org\/en\/posts\/first_post\/","datePublished": "2021-02-08T16:35:58+08:00","dateModified": "2021-02-08T16:35:58+08:00","publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Author"},"author": {
|
||||
"@type": "Person",
|
||||
"name": "Author"
|
||||
},"description": ""
|
||||
}
|
||||
</script></head>
|
||||
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
|
||||
|
||||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menu-inner"><a class="menu-item" href="/en/posts/"> Posts </a><a class="menu-item" href="/en/tags/"> Tags </a><a class="menu-item" href="/en/categories/"> Categories </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item language" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" id="language-select-desktop" onchange="location = this.value;"><option value="/en/posts/first_post/" selected>English</option><option value="/posts/first_post/">简体中文</option></select>
|
||||
</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header><header class="mobile" id="header-mobile">
|
||||
<div class="header-container">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu-toggle" id="menu-toggle-mobile">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/en/posts/" title="">Posts</a><a class="menu-item" href="/en/tags/" title="">Tags</a><a class="menu-item" href="/en/categories/" title="">Categories</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a><a href="javascript:void(0);" class="menu-item" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" onchange="location = this.value;"><option value="/en/posts/first_post/" selected>English</option><option value="/posts/first_post/">简体中文</option></select>
|
||||
</a></div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
</div>
|
||||
<div class="search-dropdown mobile">
|
||||
<div id="search-dropdown-mobile"></div>
|
||||
</div>
|
||||
<main class="main">
|
||||
<div class="container"><div class="toc" id="toc-auto">
|
||||
<h2 class="toc-title">Contents</h2>
|
||||
<div class="toc-content" id="toc-content-auto"></div>
|
||||
</div><article class="page single"><h1 class="single-title animated flipInX">First_post</h1><div class="post-meta">
|
||||
<div class="post-meta-line"><span class="post-author"><a href="/en/" title="Author" rel=" author" class="author"><i class="fas fa-user-circle fa-fw"></i>Author</a></span></div>
|
||||
<div class="post-meta-line"><i class="far fa-calendar-alt fa-fw"></i> <time datetime="2021-02-08">2021-02-08</time> <i class="fas fa-pencil-alt fa-fw"></i> 10 words
|
||||
<i class="far fa-clock fa-fw"></i> One minute </div>
|
||||
</div><div class="details toc" id="toc-static" kept="">
|
||||
<div class="details-summary toc-title">
|
||||
<span>Contents</span>
|
||||
<span><i class="details-icon fas fa-angle-right"></i></span>
|
||||
</div>
|
||||
<div class="details-content toc-content" id="toc-content-static"><nav id="TableOfContents"></nav></div>
|
||||
</div><div class="content" id="content"><h1 id="this-is-a-first-post">this is a first post</h1>
|
||||
<p>Hi, my name is H</p>
|
||||
</div><div class="post-footer" id="post-footer">
|
||||
<div class="post-info">
|
||||
<div class="post-info-line">
|
||||
<div class="post-info-mod">
|
||||
<span>Updated on 2021-02-08</span>
|
||||
</div>
|
||||
<div class="post-info-license"></div>
|
||||
</div>
|
||||
<div class="post-info-line">
|
||||
<div class="post-info-md"></div>
|
||||
<div class="post-info-share">
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-info-more">
|
||||
<section class="post-tags"></section>
|
||||
<section>
|
||||
<span><a href="javascript:void(0);" onclick="window.history.back();">Back</a></span> | <span><a href="/en/">Home</a></span>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="post-nav"></div>
|
||||
</div>
|
||||
</article></div>
|
||||
</main><footer class="footer">
|
||||
<div class="footer-container"><div class="footer-line">Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.68.3">Hugo</a> | Theme - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.10"><i class="far fa-kiss-wink-heart fa-fw"></i> LoveIt</a>
|
||||
</div><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2021</span><span class="author" itemprop="copyrightHolder"> <a href="/en/" target="_blank"></a></span></div>
|
||||
</div>
|
||||
</footer></div>
|
||||
|
||||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="Back to Top">
|
||||
<i class="fas fa-arrow-up fa-fw"></i>
|
||||
</a><a href="#" id="view-comments" class="fixed-button" title="View Comments">
|
||||
<i class="fas fa-comment fa-fw"></i>
|
||||
</a>
|
||||
</div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":10},"comment":{}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
|
||||
</html>
|
||||
77
blog/public/en/posts/index.html
Normal file
77
blog/public/en/posts/index.html
Normal file
@@ -0,0 +1,77 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noodp" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<title>All Posts - My New Hugo Site</title><meta name="Description" content=""><meta property="og:title" content="Posts" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://example.org/en/posts/" />
|
||||
<meta property="og:updated_time" content="2021-02-08T16:35:58+08:00" /><meta property="og:site_name" content="My New Hugo Site" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<meta name="application-name" content="My New Hugo Site">
|
||||
<meta name="apple-mobile-web-app-title" content="My New Hugo Site"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://example.org/en/posts/" /><link rel="alternate" href="/en/posts/index.xml" type="application/rss+xml" title="My New Hugo Site">
|
||||
<link rel="feed" href="/en/posts/index.xml" type="application/rss+xml" title="My New Hugo Site"><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"></head>
|
||||
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
|
||||
|
||||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menu-inner"><a class="menu-item active" href="/en/posts/"> Posts </a><a class="menu-item" href="/en/tags/"> Tags </a><a class="menu-item" href="/en/categories/"> Categories </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item language" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" id="language-select-desktop" onchange="location = this.value;"><option value="/en/posts/" selected>English</option><option value="/posts/">简体中文</option></select>
|
||||
</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header><header class="mobile" id="header-mobile">
|
||||
<div class="header-container">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu-toggle" id="menu-toggle-mobile">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/en/posts/" title="">Posts</a><a class="menu-item" href="/en/tags/" title="">Tags</a><a class="menu-item" href="/en/categories/" title="">Categories</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a><a href="javascript:void(0);" class="menu-item" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" onchange="location = this.value;"><option value="/en/posts/" selected>English</option><option value="/posts/">简体中文</option></select>
|
||||
</a></div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
</div>
|
||||
<div class="search-dropdown mobile">
|
||||
<div id="search-dropdown-mobile"></div>
|
||||
</div>
|
||||
<main class="main">
|
||||
<div class="container"><div class="page archive"><h2 class="single-title animated pulse faster">All Posts</h2><h3 class="group-title">2021</h3><article class="archive-item">
|
||||
<a href="/en/posts/first_post/" class="archive-item-link">First_post</a>
|
||||
<span class="archive-item-date">02-08</span>
|
||||
</article></div></div>
|
||||
</main><footer class="footer">
|
||||
<div class="footer-container"><div class="footer-line">Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.68.3">Hugo</a> | Theme - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.10"><i class="far fa-kiss-wink-heart fa-fw"></i> LoveIt</a>
|
||||
</div><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2021</span><span class="author" itemprop="copyrightHolder"> <a href="/en/" target="_blank"></a></span></div>
|
||||
</div>
|
||||
</footer></div>
|
||||
|
||||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="Back to Top">
|
||||
<i class="fas fa-arrow-up fa-fw"></i>
|
||||
</a><a href="#" id="view-comments" class="fixed-button" title="View Comments">
|
||||
<i class="fas fa-comment fa-fw"></i>
|
||||
</a>
|
||||
</div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":10}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
|
||||
</html>
|
||||
14
blog/public/en/posts/index.xml
Normal file
14
blog/public/en/posts/index.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
||||
<channel>
|
||||
<title>All Posts - My New Hugo Site</title>
|
||||
<link>http://example.org/en/posts/</link>
|
||||
<description>All Posts | My New Hugo Site</description>
|
||||
<generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 08 Feb 2021 16:35:58 +0800</lastBuildDate><atom:link href="http://example.org/en/posts/" rel="self" type="application/rss+xml" /><item>
|
||||
<title>First_post</title>
|
||||
<link>http://example.org/en/posts/first_post/</link>
|
||||
<pubDate>Mon, 08 Feb 2021 16:35:58 +0800</pubDate>
|
||||
<author>Author</author>
|
||||
<guid>http://example.org/en/posts/first_post/</guid>
|
||||
<description><![CDATA[this is a first post Hi, my name is H]]></description>
|
||||
</item></channel>
|
||||
</rss>
|
||||
1
blog/public/en/posts/page/1/index.html
Normal file
1
blog/public/en/posts/page/1/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html><head><title>http://example.org/en/posts/</title><link rel="canonical" href="http://example.org/en/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/en/posts/" /></head></html>
|
||||
31
blog/public/en/sitemap.xml
Normal file
31
blog/public/en/sitemap.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<urlset
|
||||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml"
|
||||
><url>
|
||||
<loc>http://example.org/en/categories/</loc><xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh-cn"
|
||||
href="http://example.org/categories/"
|
||||
/><xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://example.org/en/categories/"
|
||||
/></url><url>
|
||||
<loc>http://example.org/en/</loc><xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh-cn"
|
||||
href="http://example.org/"
|
||||
/><xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://example.org/en/"
|
||||
/></url><url>
|
||||
<loc>http://example.org/en/tags/</loc><xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh-cn"
|
||||
href="http://example.org/tags/"
|
||||
/><xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="http://example.org/en/tags/"
|
||||
/></url></urlset>
|
||||
74
blog/public/en/tags/index.html
Normal file
74
blog/public/en/tags/index.html
Normal file
@@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noodp" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<title>All Tags - My New Hugo Site</title><meta name="Description" content=""><meta property="og:title" content="Tags" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://example.org/en/tags/" />
|
||||
<meta property="og:site_name" content="My New Hugo Site" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Tags"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<meta name="application-name" content="My New Hugo Site">
|
||||
<meta name="apple-mobile-web-app-title" content="My New Hugo Site"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://example.org/en/tags/" /><link rel="alternate" href="/en/tags/index.xml" type="application/rss+xml" title="My New Hugo Site">
|
||||
<link rel="feed" href="/en/tags/index.xml" type="application/rss+xml" title="My New Hugo Site"><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"></head>
|
||||
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
|
||||
|
||||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menu-inner"><a class="menu-item" href="/en/posts/"> Posts </a><a class="menu-item active" href="/en/tags/"> Tags </a><a class="menu-item" href="/en/categories/"> Categories </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item language" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" id="language-select-desktop" onchange="location = this.value;"><option value="/en/tags/" selected>English</option><option value="/tags/">简体中文</option></select>
|
||||
</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header><header class="mobile" id="header-mobile">
|
||||
<div class="header-container">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/en/" title="My New Hugo Site">My New Hugo Site</a>
|
||||
</div>
|
||||
<div class="menu-toggle" id="menu-toggle-mobile">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/en/posts/" title="">Posts</a><a class="menu-item" href="/en/tags/" title="">Tags</a><a class="menu-item" href="/en/categories/" title="">Categories</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a><a href="javascript:void(0);" class="menu-item" title="Select Language">English<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" onchange="location = this.value;"><option value="/en/tags/" selected>English</option><option value="/tags/">简体中文</option></select>
|
||||
</a></div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
</div>
|
||||
<div class="search-dropdown mobile">
|
||||
<div id="search-dropdown-mobile"></div>
|
||||
</div>
|
||||
<main class="main">
|
||||
<div class="container"><div class="page archive"><h2 class="single-title animated pulse faster">All Tags</h2><div class="tag-cloud-tags"></div></div></div>
|
||||
</main><footer class="footer">
|
||||
<div class="footer-container"><div class="footer-line">Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.68.3">Hugo</a> | Theme - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.10"><i class="far fa-kiss-wink-heart fa-fw"></i> LoveIt</a>
|
||||
</div><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2021</span><span class="author" itemprop="copyrightHolder"> <a href="/en/" target="_blank"></a></span></div>
|
||||
</div>
|
||||
</footer></div>
|
||||
|
||||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="Back to Top">
|
||||
<i class="fas fa-arrow-up fa-fw"></i>
|
||||
</a><a href="#" id="view-comments" class="fixed-button" title="View Comments">
|
||||
<i class="fas fa-comment fa-fw"></i>
|
||||
</a>
|
||||
</div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":10}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
|
||||
</html>
|
||||
7
blog/public/en/tags/index.xml
Normal file
7
blog/public/en/tags/index.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
||||
<channel>
|
||||
<title>Tags - Tag - My New Hugo Site</title>
|
||||
<link>http://example.org/en/tags/</link>
|
||||
<description>Tags - Tag - My New Hugo Site</description>
|
||||
<generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="http://example.org/en/tags/" rel="self" type="application/rss+xml" /></channel>
|
||||
</rss>
|
||||
82
blog/public/index.html
Normal file
82
blog/public/index.html
Normal file
@@ -0,0 +1,82 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.68.3" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noodp" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<title>我的全新 Hugo 网站</title><meta name="Description" content=""><meta property="og:title" content="我的全新 Hugo 网站" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://example.org/" />
|
||||
<meta property="og:site_name" content="我的全新 Hugo 网站" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="我的全新 Hugo 网站"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<meta name="application-name" content="我的全新 Hugo 网站">
|
||||
<meta name="apple-mobile-web-app-title" content="我的全新 Hugo 网站"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://example.org/" /><link rel="alternate" href="/index.xml" type="application/rss+xml" title="我的全新 Hugo 网站">
|
||||
<link rel="feed" href="/index.xml" type="application/rss+xml" title="我的全新 Hugo 网站"><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"><script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"url": "http:\/\/example.org\/","inLanguage": "zh-CN","name": "我的全新 Hugo 网站"
|
||||
}
|
||||
</script></head>
|
||||
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
|
||||
|
||||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/" title="我的全新 Hugo 网站">我的全新 Hugo 网站</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menu-inner"><a class="menu-item" href="/posts/"> 文章 </a><a class="menu-item" href="/tags/"> 标签 </a><a class="menu-item" href="/categories/"> 分类 </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item language" title="选择语言">简体中文<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" id="language-select-desktop" onchange="location = this.value;"><option value="/en/">English</option><option value="/" selected>简体中文</option></select>
|
||||
</a><a href="javascript:void(0);" class="menu-item theme-switch" title="切换主题">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header><header class="mobile" id="header-mobile">
|
||||
<div class="header-container">
|
||||
<div class="header-wrapper">
|
||||
<div class="header-title">
|
||||
<a href="/" title="我的全新 Hugo 网站">我的全新 Hugo 网站</a>
|
||||
</div>
|
||||
<div class="menu-toggle" id="menu-toggle-mobile">
|
||||
<span></span><span></span><span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/posts/" title="">文章</a><a class="menu-item" href="/tags/" title="">标签</a><a class="menu-item" href="/categories/" title="">分类</a><a href="javascript:void(0);" class="menu-item theme-switch" title="切换主题">
|
||||
<i class="fas fa-adjust fa-fw"></i>
|
||||
</a><a href="javascript:void(0);" class="menu-item" title="选择语言">简体中文<i class="fas fa-chevron-right fa-fw"></i>
|
||||
<select class="language-select" onchange="location = this.value;"><option value="/en/">English</option><option value="/" selected>简体中文</option></select>
|
||||
</a></div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
</div>
|
||||
<div class="search-dropdown mobile">
|
||||
<div id="search-dropdown-mobile"></div>
|
||||
</div>
|
||||
<main class="main">
|
||||
<div class="container"><div class="page home" posts><div class="home-profile"></div>
|
||||
</div></div>
|
||||
</main><footer class="footer">
|
||||
<div class="footer-container"><div class="footer-line">由 <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.68.3">Hugo</a> 强力驱动 | 主题 - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.10"><i class="far fa-kiss-wink-heart fa-fw"></i> LoveIt</a>
|
||||
</div><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2021</span><span class="author" itemprop="copyrightHolder"> <a href="/" target="_blank"></a></span></div>
|
||||
</div>
|
||||
</footer></div>
|
||||
|
||||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="回到顶部">
|
||||
<i class="fas fa-arrow-up fa-fw"></i>
|
||||
</a><a href="#" id="view-comments" class="fixed-button" title="查看评论">
|
||||
<i class="fas fa-comment fa-fw"></i>
|
||||
</a>
|
||||
</div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"复制到剪贴板","maxShownLines":10}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
|
||||
</html>
|
||||
9
blog/public/index.xml
Normal file
9
blog/public/index.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
||||
<channel>
|
||||
<title>我的全新 Hugo 网站</title>
|
||||
<link>http://example.org/</link>
|
||||
<description>我的全新 Hugo 网站</description>
|
||||
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language>
|
||||
<atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
3
blog/public/js/theme.min.js
vendored
Normal file
3
blog/public/js/theme.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
blog/public/js/theme.min.js.map
Normal file
1
blog/public/js/theme.min.js.map
Normal file
File diff suppressed because one or more lines are too long
11
blog/public/lib/animate/animate.min.css
vendored
Normal file
11
blog/public/lib/animate/animate.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
blog/public/lib/clipboard/clipboard.min.js
vendored
Normal file
7
blog/public/lib/clipboard/clipboard.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
5
blog/public/lib/fontawesome-free/all.min.css
vendored
Normal file
5
blog/public/lib/fontawesome-free/all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
blog/public/lib/fonts/lg.eot
Normal file
BIN
blog/public/lib/fonts/lg.eot
Normal file
Binary file not shown.
47
blog/public/lib/fonts/lg.svg
Normal file
47
blog/public/lib/fonts/lg.svg
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
<json>
|
||||
<![CDATA[
|
||||
{
|
||||
"fontFamily": "lg",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 0,
|
||||
"fontURL": "https://github.com/sachinchoolur/lightgallery.js",
|
||||
"copyright": "sachin",
|
||||
"license": "MLT",
|
||||
"licenseURL": "http://opensource.org/licenses/MIT",
|
||||
"version": "Version 1.0",
|
||||
"fontId": "lg",
|
||||
"psName": "lg",
|
||||
"subFamily": "Regular",
|
||||
"fullName": "lg",
|
||||
"description": "Font generated by IcoMoon."
|
||||
}
|
||||
]]>
|
||||
</json>
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="lg" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="pause_circle_outline" data-tags="pause_circle_outline" d="M554 256.667v340h86v-340h-86zM512 84.667q140 0 241 101t101 241-101 241-241 101-241-101-101-241 101-241 241-101zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125zM384 256.667v340h86v-340h-86z" />
|
||||
<glyph unicode="" glyph-name="play_circle_outline" data-tags="play_circle_outline" d="M512 84.667q140 0 241 101t101 241-101 241-241 101-241-101-101-241 101-241 241-101zM512 852.667q176 0 301-125t125-301-125-301-301-125-301 125-125 301 125 301 301 125zM426 234.667v384l256-192z" />
|
||||
<glyph unicode="" glyph-name="stack-2" data-tags="stack-2" d="M384 853.334h426.667q53 0 90.5-37.5t37.5-90.5v-426.667q0-53-37.5-90.5t-90.5-37.5h-426.667q-53 0-90.5 37.5t-37.5 90.5v426.667q0 53 37.5 90.5t90.5 37.5zM170.667 675.334v-547.333q0-17.667 12.5-30.167t30.167-12.5h547.333q-13.333-37.667-46.333-61.5t-74.333-23.833h-426.667q-53 0-90.5 37.5t-37.5 90.5v426.667q0 41.333 23.833 74.333t61.5 46.333zM810.667 768h-426.667q-17.667 0-30.167-12.5t-12.5-30.167v-426.667q0-17.667 12.5-30.167t30.167-12.5h426.667q17.667 0 30.167 12.5t12.5 30.167v426.667q0 17.667-12.5 30.167t-30.167 12.5z" />
|
||||
<glyph unicode="" glyph-name="clear" data-tags="clear" d="M810 664.667l-238-238 238-238-60-60-238 238-238-238-60 60 238 238-238 238 60 60 238-238 238 238z" />
|
||||
<glyph unicode="" glyph-name="arrow-left" data-tags="arrow-left" d="M426.667 768q17.667 0 30.167-12.5t12.5-30.167q0-18-12.667-30.333l-225.667-225.667h665q17.667 0 30.167-12.5t12.5-30.167-12.5-30.167-30.167-12.5h-665l225.667-225.667q12.667-12.333 12.667-30.333 0-17.667-12.5-30.167t-30.167-12.5q-18 0-30.333 12.333l-298.667 298.667q-12.333 13-12.333 30.333t12.333 30.333l298.667 298.667q12.667 12.333 30.333 12.333z" />
|
||||
<glyph unicode="" glyph-name="arrow-right" data-tags="arrow-right" d="M597.333 768q18 0 30.333-12.333l298.667-298.667q12.333-12.333 12.333-30.333t-12.333-30.333l-298.667-298.667q-12.333-12.333-30.333-12.333-18.333 0-30.5 12.167t-12.167 30.5q0 18 12.333 30.333l226 225.667h-665q-17.667 0-30.167 12.5t-12.5 30.167 12.5 30.167 30.167 12.5h665l-226 225.667q-12.333 12.333-12.333 30.333 0 18.333 12.167 30.5t30.5 12.167z" />
|
||||
<glyph unicode="" glyph-name="vertical_align_bottom" data-tags="vertical_align_bottom" d="M170 128.667h684v-86h-684v86zM682 384.667l-170-172-170 172h128v426h84v-426h128z" />
|
||||
<glyph unicode="" glyph-name="apps" data-tags="apps" d="M682 84.667v172h172v-172h-172zM682 340.667v172h172v-172h-172zM426 596.667v172h172v-172h-172zM682 768.667h172v-172h-172v172zM426 340.667v172h172v-172h-172zM170 340.667v172h172v-172h-172zM170 84.667v172h172v-172h-172zM426 84.667v172h172v-172h-172zM170 596.667v172h172v-172h-172z" />
|
||||
<glyph unicode="" glyph-name="fullscreen" data-tags="fullscreen" d="M598 724.667h212v-212h-84v128h-128v84zM726 212.667v128h84v-212h-212v84h128zM214 512.667v212h212v-84h-128v-128h-84zM298 340.667v-128h128v-84h-212v212h84z" />
|
||||
<glyph unicode="" glyph-name="fullscreen_exit" data-tags="fullscreen_exit" d="M682 596.667h128v-84h-212v212h84v-128zM598 128.667v212h212v-84h-128v-128h-84zM342 596.667v128h84v-212h-212v84h128zM214 256.667v84h212v-212h-84v128h-128z" />
|
||||
<glyph unicode="" glyph-name="zoom_in" data-tags="zoom_in" d="M512 512.667h-86v-86h-42v86h-86v42h86v86h42v-86h86v-42zM406 340.667q80 0 136 56t56 136-56 136-136 56-136-56-56-136 56-136 136-56zM662 340.667l212-212-64-64-212 212v34l-12 12q-76-66-180-66-116 0-197 80t-81 196 81 197 197 81 196-81 80-197q0-104-66-180l12-12h34z" />
|
||||
<glyph unicode="" glyph-name="zoom_out" data-tags="zoom_out" d="M298 554.667h214v-42h-214v42zM406 340.667q80 0 136 56t56 136-56 136-136 56-136-56-56-136 56-136 136-56zM662 340.667l212-212-64-64-212 212v34l-12 12q-76-66-180-66-116 0-197 80t-81 196 81 197 197 81 196-81 80-197q0-104-66-180l12-12h34z" />
|
||||
<glyph unicode="" glyph-name="share" data-tags="share" d="M768 252.667c68 0 124-56 124-124s-56-126-124-126-124 58-124 126c0 10 0 20 2 28l-302 176c-24-22-54-34-88-34-70 0-128 58-128 128s58 128 128 128c34 0 64-12 88-34l300 174c-2 10-4 20-4 30 0 70 58 128 128 128s128-58 128-128-58-128-128-128c-34 0-64 14-88 36l-300-176c2-10 4-20 4-30s-2-20-4-30l304-176c22 20 52 32 84 32z" />
|
||||
<glyph unicode="" glyph-name="facebook-with-circle" data-tags="facebook-with-circle" d="M512 952.32c-271.462 0-491.52-220.058-491.52-491.52s220.058-491.52 491.52-491.52 491.52 220.058 491.52 491.52-220.058 491.52-491.52 491.52zM628.429 612.659h-73.882c-8.755 0-18.483-11.52-18.483-26.829v-53.35h92.416l-13.978-76.083h-78.438v-228.403h-87.194v228.403h-79.104v76.083h79.104v44.749c0 64.205 44.544 116.378 105.677 116.378h73.882v-80.947z" />
|
||||
<glyph unicode="" glyph-name="google-with-circle" data-tags="google+-with-circle" d="M512 952.32c-271.462 0-491.52-220.058-491.52-491.52s220.058-491.52 491.52-491.52 491.52 220.058 491.52 491.52-220.058 491.52-491.52 491.52zM483.686 249.805c-30.874-15.002-64.102-16.589-76.954-16.589-2.458 0-3.84 0-3.84 0s-1.178 0-2.765 0c-20.070 0-119.962 4.608-119.962 95.59 0 89.395 108.8 96.41 142.131 96.41h0.87c-19.251 25.702-15.258 51.61-15.258 51.61-1.69-0.102-4.147-0.205-7.168-0.205-12.544 0-36.762 1.997-57.549 15.411-25.498 16.384-38.4 44.288-38.4 82.893 0 109.107 119.142 113.51 120.32 113.613h118.989v-2.611c0-13.312-23.91-15.923-40.192-18.125-5.53-0.819-16.64-1.894-19.763-3.482 30.157-16.128 35.021-41.421 35.021-79.104 0-42.906-16.794-65.587-34.611-81.51-11.059-9.882-19.712-17.613-19.712-28.006 0-10.189 11.878-20.582 25.702-32.717 22.579-19.917 53.555-47.002 53.555-92.723 0-47.258-20.326-81.050-60.416-100.454zM742.4 460.8h-76.8v-76.8h-51.2v76.8h-76.8v51.2h76.8v76.8h51.2v-76.8h76.8v-51.2zM421.018 401.92c-2.662 0-5.325-0.102-8.038-0.307-22.733-1.69-43.725-10.189-58.88-24.013-15.053-13.619-22.733-30.822-21.658-48.179 2.304-36.403 41.37-57.702 88.832-54.323 46.694 3.379 77.824 30.31 75.571 66.714-2.15 34.202-31.898 60.109-75.827 60.109zM465.766 599.808c-12.39 43.52-32.358 56.422-63.386 56.422-3.328 0-6.707-0.512-9.933-1.382-13.466-3.84-24.166-15.053-30.106-31.744-6.093-16.896-6.451-34.509-1.229-54.579 9.472-35.891 34.97-61.901 60.672-61.901 3.379 0 6.758 0.41 9.933 1.382 28.109 7.885 45.722 50.79 34.048 91.802z" />
|
||||
<glyph unicode="" glyph-name="pinterest-with-circle" data-tags="pinterest-with-circle" d="M512 952.32c-271.462 0-491.52-220.058-491.52-491.52s220.058-491.52 491.52-491.52 491.52 220.058 491.52 491.52-220.058 491.52-491.52 491.52zM545.638 344.32c-31.539 2.406-44.749 18.022-69.427 32.973-13.568-71.219-30.157-139.52-79.309-175.206-15.206 107.725 22.221 188.518 39.629 274.381-29.645 49.92 3.533 150.323 66.099 125.645 76.954-30.515-66.662-185.6 29.747-205.005 100.659-20.173 141.773 174.694 79.36 237.978-90.214 91.494-262.502 2.099-241.306-128.87 5.12-32 38.246-41.728 13.21-85.914-57.702 12.8-74.957 58.317-72.704 118.989 3.533 99.328 89.242 168.909 175.155 178.483 108.698 12.083 210.688-39.885 224.819-142.182 15.821-115.405-49.101-240.282-165.274-231.27z" />
|
||||
<glyph unicode="" glyph-name="twitter-with-circle" data-tags="twitter-with-circle" d="M512 952.32c-271.462 0-491.52-220.058-491.52-491.52s220.058-491.52 491.52-491.52 491.52 220.058 491.52 491.52-220.058 491.52-491.52 491.52zM711.936 549.683c0.205-4.198 0.256-8.397 0.256-12.493 0-128-97.331-275.507-275.405-275.507-54.682 0-105.574 15.974-148.378 43.52 7.526-0.922 15.258-1.28 23.091-1.28 45.363 0 87.091 15.411 120.218 41.421-42.342 0.819-78.080 28.774-90.419 67.174 5.888-1.075 11.93-1.69 18.176-1.69 8.806 0 17.408 1.178 25.498 3.379-44.288 8.909-77.67 48.026-77.67 94.925v1.178c13.056-7.219 28.006-11.622 43.878-12.134-26.010 17.408-43.059 47.002-43.059 80.64 0 17.715 4.762 34.406 13.107 48.691 47.77-58.573 119.040-97.075 199.526-101.222-1.69 7.117-2.509 14.49-2.509 22.118 0 53.402 43.315 96.819 96.819 96.819 27.802 0 52.992-11.776 70.656-30.618 22.067 4.403 42.752 12.39 61.44 23.501-7.219-22.579-22.528-41.574-42.547-53.606 19.61 2.406 38.246 7.578 55.603 15.309-12.954-19.405-29.389-36.506-48.282-50.125z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 8.7 KiB |
BIN
blog/public/lib/fonts/lg.ttf
Normal file
BIN
blog/public/lib/fonts/lg.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/fonts/lg.woff
Normal file
BIN
blog/public/lib/fonts/lg.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/img/loading.gif
Normal file
BIN
blog/public/lib/img/loading.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
BIN
blog/public/lib/img/video-play.png
Normal file
BIN
blog/public/lib/img/video-play.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 819 B |
BIN
blog/public/lib/img/vimeo-play.png
Normal file
BIN
blog/public/lib/img/vimeo-play.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
blog/public/lib/img/youtube-play.png
Normal file
BIN
blog/public/lib/img/youtube-play.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
blog/public/lib/katex/fonts/KaTeX_AMS-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_AMS-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_AMS-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_AMS-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_AMS-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_AMS-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Bold.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Bold.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Bold.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Bold.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Bold.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Bold.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Caligraphic-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Bold.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Bold.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Bold.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Bold.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Bold.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Bold.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Fraktur-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Bold.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Bold.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Bold.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Bold.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Bold.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Bold.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-BoldItalic.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-BoldItalic.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-BoldItalic.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-BoldItalic.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Italic.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Italic.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Italic.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Italic.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Italic.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Italic.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Main-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Math-BoldItalic.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Math-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Math-BoldItalic.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Math-BoldItalic.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Math-BoldItalic.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Math-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Math-Italic.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Math-Italic.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Math-Italic.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Math-Italic.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Math-Italic.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Math-Italic.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Bold.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Bold.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Bold.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Bold.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Bold.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Bold.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Italic.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Italic.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Italic.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Italic.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Italic.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Italic.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_SansSerif-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Script-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Script-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Script-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Script-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Script-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Script-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size1-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size1-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size1-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size1-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size1-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size1-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size2-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size2-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size2-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size2-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size2-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size2-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size3-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size3-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size3-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size3-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size3-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size3-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size4-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size4-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size4-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size4-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Size4-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Size4-Regular.woff2
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Typewriter-Regular.ttf
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Typewriter-Regular.ttf
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Typewriter-Regular.woff
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Typewriter-Regular.woff
Normal file
Binary file not shown.
BIN
blog/public/lib/katex/fonts/KaTeX_Typewriter-Regular.woff2
Normal file
BIN
blog/public/lib/katex/fonts/KaTeX_Typewriter-Regular.woff2
Normal file
Binary file not shown.
3
blog/public/lib/lazysizes/lazysizes.min.js
vendored
Normal file
3
blog/public/lib/lazysizes/lazysizes.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user