Skip to content

Commit

Permalink
📝 添加部署文档
Browse files Browse the repository at this point in the history
  • Loading branch information
esofar committed Oct 1, 2020
1 parent 9ef72da commit dccbde6
Show file tree
Hide file tree
Showing 29 changed files with 612 additions and 931 deletions.
43 changes: 7 additions & 36 deletions README.md
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
2 changes: 1 addition & 1 deletion dist/silence.min.css

Large diffs are not rendered by default.

Empty file added docs/.nojekyll
Empty file.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Cnblogs Theme - Silence

> 一款专注于阅读的博客园主题
文档完善中...

8 changes: 8 additions & 0 deletions docs/_coverpage.md
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)
33 changes: 33 additions & 0 deletions docs/_media/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/_navbar.md.md
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)
2 changes: 2 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* [部署指南](/guide)
* [配置选项](/options)
3 changes: 3 additions & 0 deletions docs/guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 获取

## 配置
36 changes: 36 additions & 0 deletions docs/index.html
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>
Loading

0 comments on commit dccbde6

Please sign in to comment.