-
Notifications
You must be signed in to change notification settings - Fork 9
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
8 changed files
with
126 additions
and
314 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,33 @@ | ||
## Typikon | ||
|
||
Typikon 让您可以使用 Markdown 编写您的在线书籍。 | ||
|
||
--- | ||
|
||
<div style="display: flex; gap: 5px;"> | ||
<img src="https://img.shields.io/badge/📖%20Typikon-Rust%20🦀️-yellow" alt="Typikon Rust CLI" /> | ||
<img src="https://codecov.io/github/auula/typikon/branch/main/graph/badge.svg?token=FaR2OdNYeB" alt="Codecov" /> | ||
<img src="https://img.shields.io/badge/license-Apache-db5149.svg" alt="License" /> | ||
<img src="https://github.com/auula/typikon/actions/workflows/rust.yml/badge.svg?event=push" alt="Action" /> | ||
<img src="https://img.shields.io/twitter/follow/auula_?style=social" alt="Twitter URL" /> | ||
</div> | ||
|
||
--- | ||
|
||
### 介 绍 | ||
|
||
Typikon 的名字源自 [Typikon](https://en.wikipedia.org/wiki/Typikon) 书籍,它是一个类似于 mdbook 和 Hugo 的静态网站渲染工具,但它专注于将 Markdown 渲染成在线书籍,比其他工具更易于使用。 | ||
|
||
--- | ||
|
||
> GitHub:[github.com/auula/typikon](https://github.com/auula/typikon) 🌟 | ||
|
||
--- | ||
|
||
### 特 点 | ||
|
||
- 支持暗黑和明亮主题 | ||
- 支持自定义 CSS 和 JS | ||
- 仅关注目录和文件映射 | ||
- 渲染静态文件以便于部署 | ||
|
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,39 @@ | ||
## Typikon | ||
|
||
Typikon lets you use markdown to write your online books. | ||
|
||
--- | ||
|
||
<div style="display: flex; gap: 5px;"> | ||
<img src="https://img.shields.io/badge/📖%20Typikon-Rust%20🦀️-yellow" alt="Typikon Rust CLI" /> | ||
<img src="https://codecov.io/github/auula/typikon/branch/main/graph/badge.svg?token=FaR2OdNYeB" alt="Codecov" /> | ||
<img src="https://img.shields.io/badge/license-Apache-db5149.svg" alt="License" /> | ||
<img src="https://github.com/auula/typikon/actions/workflows/rust.yml/badge.svg?event=push" alt="Action" /> | ||
<img src="https://img.shields.io/twitter/follow/auula_?style=social" alt="Twitter URL" /> | ||
</div> | ||
|
||
|
||
|
||
--- | ||
|
||
### Introduce | ||
|
||
Typikon name derived from [Typikon](https://en.wikipedia.org/wiki/Typikon) Book, the a static website rendering tool similar to mdbook and hugo, but it focuses only on rendering markdown into an online book, and is easier to use than the other tools. | ||
|
||
--- | ||
|
||
> GitHub: [github.com/auula/typikon](https://github.com/auula/typikon) 🌟 | ||
|
||
--- | ||
|
||
### Feature | ||
|
||
- Support Dark & Light theme | ||
- Support CSS & JS custom | ||
- Only focus on directory and file mapping | ||
- Rendering static files to facilitate deployment | ||
|
||
--- | ||
|
||
|
||
|
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
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,33 @@ | ||
## Typikon | ||
|
||
Typikon 让您可以使用 Markdown 编写您的在线书籍。 | ||
|
||
--- | ||
|
||
<div style="display: flex; gap: 5px;"> | ||
<img src="https://img.shields.io/badge/📖%20Typikon-Rust%20🦀️-yellow" alt="Typikon Rust CLI" /> | ||
<img src="https://codecov.io/github/auula/typikon/branch/main/graph/badge.svg?token=FaR2OdNYeB" alt="Codecov" /> | ||
<img src="https://img.shields.io/badge/license-Apache-db5149.svg" alt="License" /> | ||
<img src="https://github.com/auula/typikon/actions/workflows/rust.yml/badge.svg?event=push" alt="Action" /> | ||
<img src="https://img.shields.io/twitter/follow/auula_?style=social" alt="Twitter URL" /> | ||
</div> | ||
|
||
--- | ||
|
||
### 介 绍 | ||
|
||
Typikon 的名字源自 [Typikon](https://en.wikipedia.org/wiki/Typikon) 书籍,它是一个类似于 mdbook 和 Hugo 的静态网站渲染工具,但它专注于将 Markdown 渲染成在线书籍,比其他工具更易于使用。 | ||
|
||
--- | ||
|
||
> GitHub:[github.com/auula/typikon](https://github.com/auula/typikon) 🌟 | ||
|
||
--- | ||
|
||
### 特 点 | ||
|
||
- 支持暗黑和明亮主题 | ||
- 支持自定义 CSS 和 JS | ||
- 仅关注目录和文件映射 | ||
- 渲染静态文件以便于部署 | ||
|
Oops, something went wrong.