-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
612 additions
and
931 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,21 @@ | ||
# Silence | ||
# Cnblogs Theme - Silence | ||
|
||
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/esofar/cnblogs-theme-silence?include_prereleases&style=flat-square)](https://github.com/esofar/cnblogs-theme-silence/releases) | ||
[![](https://data.jsdelivr.com/v1/package/gh/esofar/cnblogs-theme-silence/badge)](https://www.jsdelivr.com/package/gh/esofar/cnblogs-theme-silence) | ||
[![Gitter](https://img.shields.io/gitter/room/esofar/cnblogs-theme-silence?style=flat-square)](https://gitter.im/cnblogs-theme-silence/community) | ||
|
||
一款专注阅读的博客园主题,主要面向于经常混迹博客园的朋友。其追求大道至简的终极真理,界面追求简洁、运行追求高效、部署追求简单。 | ||
❤️ 一款专注阅读的博客园主题,其追求大道至简的终极真理,界面追求简洁、运行追求高效、部署追求简单。 | ||
|
||
## 目录 | ||
## 快速安装 | ||
|
||
- [Security](#security) | ||
- [Background](#background) | ||
- [Install](#install) | ||
- [Usage](#usage) | ||
- [API](#api) | ||
- [Maintainers](#maintainers) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
📖 [https://github.com/esofar/cnblogs-theme-silence](https://github.com/esofar/cnblogs-theme-silence) | ||
|
||
## Security | ||
|
||
## Background | ||
## 贡献代码 | ||
|
||
## Install | ||
如果您在使用该主题时遇到问题,或者有什么好主意,可以在 Github 仓库 发表 Issue 或者 PR 。 | ||
|
||
``` | ||
``` | ||
|
||
## Usage | ||
|
||
``` | ||
``` | ||
|
||
## API | ||
|
||
## Maintainers | ||
|
||
[@esofar](https://github.com/esofar) | ||
|
||
## Contributing | ||
|
||
See [the contributing file](contributing.md)! | ||
|
||
PRs accepted. | ||
|
||
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. | ||
|
||
## License | ||
## 开源许可 | ||
|
||
MIT © 2020 esofar |
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Cnblogs Theme - Silence | ||
|
||
> 一款专注于阅读的博客园主题 | ||
文档完善中... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
![logo](_media/icon.svg) | ||
|
||
# Silence | ||
|
||
> 专 注 于 阅 读 的 博 客 园 主 题 | ||
[GitHub](https://github.com/esofar/cnblogs-theme-silence/) | ||
[Get Started](#cnblogs-theme-silence) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* [配置项](/configuration.md) | ||
* [主题](/themes.md) | ||
* [使用插件](/plugins.md) | ||
* [Markdown 配置](/markdown.md) | ||
* [代码高亮](/language-highlight.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* [部署指南](/guide) | ||
* [配置选项](/options) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 获取 | ||
|
||
## 配置 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta charset="UTF-8" /> | ||
<link | ||
rel="stylesheet" | ||
href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css" | ||
/> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap" rel="stylesheet"> | ||
<style type="text/css"> | ||
body { | ||
font-family: "Noto Sans SC", sans-serif; | ||
font-weight: 300; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script> | ||
window.$docsify = { | ||
name: "VERSION 3.X", | ||
// logo: '/_media/icon.svg', | ||
loadSidebar: true, | ||
loadNavbar: true, | ||
coverpage: true, | ||
maxLevel: 3, | ||
subMaxLevel: 3, | ||
onlyCover: false, | ||
// repo: "docsifyjs/docsify", | ||
}; | ||
</script> | ||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.