initial commit
This commit is contained in:
26
content/about/index.en.md
Normal file
26
content/about/index.en.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "About"
|
||||
date: 2023-04-20
|
||||
draft: false
|
||||
layout: page
|
||||
menu:
|
||||
main:
|
||||
name: About
|
||||
weight: 5
|
||||
pre: fa-info-circle
|
||||
---
|
||||
|
||||
[Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) is a blog theme originally based on [Jekyll](https://jekyllrb.com/). Due to Jekyll's design limitations, it does not natively support internationalization (i18n) and requires third-party plugins for i18n functionality. To enable i18n support for Chirpy without the hassle of relying on third-party plugins, the [hugo-theme-chirpy](https://github.com/geekifan/hugo-theme-chirpy) project migrated the Chirpy theme to [Hugo](https://gohugo.io/) with minimal adaptations. All features of Chirpy are available in hugo-theme-chirpy (though some functionalities may operate differently within the Hugo framework).
|
||||
|
||||
Follow the posts in the demo site to quickly set up a free personal blog!
|
||||
## Features
|
||||
|
||||
- **Dark Mode**: Enhanced readability in low-light environments.
|
||||
- **Multilingual UI:** Easily switch between different languages.
|
||||
- **Efficient Post Organization:** Use hierarchical categories, trending tags, recommended reading, and search functionalities.
|
||||
- **Optimized Layout:** Includes TOC, syntax highlighting, prompts, and more.
|
||||
- **Rich Writing Extensions:** Support for mathematical formulas, charts, flowcharts, and embedded media.
|
||||
- **Multiple Comment Systems:** Choose from various commenting options.
|
||||
- **Web Analysis Tools:** Integrated with multiple analytics tools.
|
||||
- **Modern Web Technologies:** Built for SEO and web performance.
|
||||
- **RSS Feed Support:** Keep your readers updated with RSS feeds.
|
26
content/about/index.zh-CN.md
Normal file
26
content/about/index.zh-CN.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "关于"
|
||||
date: 2023-04-20
|
||||
draft: false
|
||||
layout: page
|
||||
menu:
|
||||
main:
|
||||
name: 关于
|
||||
weight: 5
|
||||
pre: fa-info-circle
|
||||
---
|
||||
|
||||
[Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) 是一个基于 [Jekyll](https://jekyllrb.com/) 的博客主题。由于 Jekyll 的设计限制,它本身不支持国际化(i18n),需要依赖第三方插件来实现 i18n 功能。为了让 Chirpy 在不依赖第三方插件的情况下支持 i18n,[hugo-theme-chirpy](https://github.com/geekifan/hugo-theme-chirpy) 项目将 Chirpy 主题迁移至 [Hugo](https://gohugo.io/),并进行了最小化的适配。Chirpy 的所有功能在 hugo-theme-chirpy 中均可使用(不过在 Hugo 框架下,部分功能的操作方式可能有所不同)。
|
||||
|
||||
跟随示例站点的文章,快速搭建一个免费的个人博客吧!
|
||||
## 功能特点
|
||||
|
||||
- **深色模式**:在低光环境下提升阅读体验。
|
||||
- **多语言界面**:轻松切换不同语言。
|
||||
- **高效的文章管理**:支持层级分类、热门标签、推荐阅读和搜索功能。
|
||||
- **优化的布局**:包含目录、语法高亮、提示框等。
|
||||
- **丰富的写作扩展**:支持数学公式、图表、流程图和嵌入式媒体。
|
||||
- **多种评论系统**:提供多种评论方案可选。
|
||||
- **网站分析工具**:集成多种分析工具。
|
||||
- **现代 Web 技术**:优化 SEO 和网页性能。
|
||||
- **RSS 订阅支持**:通过 RSS 让读者获取最新内容。
|
Reference in New Issue
Block a user