feat: update style and exampleSite files
This commit is contained in:
@@ -59,7 +59,7 @@ staticDir = ["../static", "../../assets/others"] # 静态文件目录
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "en"
|
||||
name = '<i class="fas fa-language"></i>'
|
||||
name = '<i class="fas fa-language fa-fw"></i>'
|
||||
url = "https://hugo-loveit-en.netlify.com"
|
||||
weight = 5
|
||||
|
||||
|
||||
@@ -12,23 +12,35 @@ draft: false
|
||||
|
||||
### 特性
|
||||
|
||||
#### 性能和 SEO
|
||||
|
||||
* :(fas fa-rocket): 性能优化:在 [Google PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights) 中, 99/100 的移动设备得分和 100/100 的桌面设备得分
|
||||
* :(fas fa-desktop): / :(fas fa-mobile): 布局的支持
|
||||
* :(fas fa-moon): / :(fas fa-sun): 模式
|
||||
* :(fab fa-searchengin): 使用基于 JSON-LD 格式 的 SEO SCHEMA 文件进行 SEO 优化
|
||||
* :(fas fa-layer-group): 页面和列表保持一致的视觉样式
|
||||
* :(fas fa-language): 支持多语言和国际化
|
||||
* :(fas fa-ellipsis-h): 支持分页
|
||||
* :(fab fa-google): 支持 [Google Analytics](https://analytics.google.com/analytics)
|
||||
* :(far fa-comment): 支持 [Disqus](https://disqus.com) 评论系统
|
||||
* :(far fa-comment-dots): 支持 [Gitalk](https://github.com/gitalk/gitalk) 评论系统
|
||||
* :(far fa-comment-alt): 支持 [Valine](https://valine.js.org/) 评论系统
|
||||
* :(fas fa-search): 支持搜索引擎的网站验证 (Google, Bind, Yandex and Baidu)
|
||||
* :(fas fa-tachometer-alt): 支持 CDN
|
||||
* :(far fa-images): 基于 [lazysizes](https://github.com/aFarkas/lazysizes) 自动转换图片为懒加载
|
||||
|
||||
#### 外观和布局
|
||||
|
||||
* :(fas fa-desktop): / :(fas fa-mobile): 响应式布局
|
||||
* :(fas fa-moon): / :(fas fa-sun): 模式
|
||||
* :(fas fa-layer-group): 页面和列表保持一致的视觉样式
|
||||
* :(fas fa-ellipsis-h): 支持分页
|
||||
* :(fas fa-language): 支持多语言和国际化
|
||||
|
||||
#### 社交和评论系统
|
||||
|
||||
* :(far fa-user): 支持 [Gravatar](https://gravatar.com) 头像
|
||||
* :(fas fa-user-circle): 支持本地头像
|
||||
* :(far fa-id-card): 支持多达 54 种社交链接
|
||||
* :(fas fa-share-square): 支持文章分享
|
||||
* :(fas fa-search): 支持搜索引擎的网站验证 (Google, Bind, Yandex and Baidu)
|
||||
* :(far fa-images): 基于 [lazysizes](https://github.com/aFarkas/lazysizes) 自动转换图片为懒加载
|
||||
* :(far fa-comment): 支持 [Disqus](https://disqus.com) 评论系统
|
||||
* :(far fa-comment-dots): 支持 [Gitalk](https://github.com/gitalk/gitalk) 评论系统
|
||||
* :(far fa-comment-alt): 支持 [Valine](https://valine.js.org/) 评论系统
|
||||
|
||||
#### 扩展功能
|
||||
|
||||
* :(fas fa-code): 基于 Hugo 使用的 chroma 进行代码高亮
|
||||
* :(fab fa-font-awesome): 使用 [Font Awesome](https://fontawesome.com/) 图标的扩展 Markdown 语法
|
||||
* :(fas fa-square-root-alt): 支持基于 [Katex](https://katex.org/) 的数学公式
|
||||
@@ -40,12 +52,13 @@ draft: false
|
||||
* :(fas fa-i-cursor): 支持基于 [TypeIt](https://typeitjs.com/) 的打字动画
|
||||
* :(far fa-clock): 支持基于 [jQuery.countdown](https://github.com/hilios/jQuery.countdown) 的倒计时动画
|
||||
* :(fas fa-arrow-up): 支持基于 [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll) 的回到顶部动画
|
||||
* :(fas fa-tachometer-alt): 支持 CDN
|
||||
* ...
|
||||
|
||||
### 许可协议
|
||||
|
||||
LoveIt 根据 MIT 许可协议授权。 更多信息请查看 [LICENSE 文件](https://github.com/dillonzq/LoveIt/blob/master/LICENSE)。
|
||||
LoveIt 根据 MIT 许可协议授权。
|
||||
|
||||
更多信息请查看 [LICENSE 文件](https://github.com/dillonzq/LoveIt/blob/master/LICENSE)。
|
||||
|
||||
感谢以下在主题中使用过的项目的作者:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user