An open API service indexing awesome lists of open source software.

https://github.com/whelmin/blog

๐Ÿ“ Hui Wen's Blog ไธชไบบๅšๅฎข
https://github.com/whelmin/blog

blog docsify

Last synced: 7 days ago
JSON representation

๐Ÿ“ Hui Wen's Blog ไธชไบบๅšๅฎข

Awesome Lists containing this project

README

          

**English** | [ไธญๆ–‡](./README.zh-CN.md)

Hui Wen's Blog

## Dependencies

* [docsify-cli](https://www.npmjs.com/package/docsify-cli)
* [Disqus](https://disqus.com/)

This project depends on docsify-cli scaffold to quickly create a project structure, preview documents locally, use Disqus add comments.

## Tree of project

```
.
โ”œโ”€โ”€ .gitignore // git ignore config
โ”œโ”€โ”€ README.md // repository doc.
โ”œโ”€โ”€ README.zh-CN.md // repository doc. Chinese version
โ””โ”€โ”€ docs // Docsify Initialize the directory
โ”œโ”€โ”€ _coverpage.md // Cover page configuration
โ”œโ”€โ”€ _navbar.md // Navbar configuration file
โ”œโ”€โ”€ _sidebar.md // Sidebar configuration file
โ”œโ”€โ”€ .nojekyll // Used to prevent GitHub Pages from ignoring files that start with an underscore
โ”œโ”€โ”€ index.html // Entry file, also a configuration file
โ”œโ”€โ”€ README.md // Render homepage content๏ผˆmust exist๏ผ๏ผ‰
โ”œโ”€โ”€ advanced // Articles - Advanced Front End
โ”œโ”€โ”€ base // Articles - Front End Basics
โ”œโ”€โ”€ book // Articles - Books
โ”œโ”€โ”€ es6 // Articles - ES6 basics
โ”œโ”€โ”€ interesting // Articles - interesting topics
โ”œโ”€โ”€ vue2 // Articles - Vue.js 2
โ””โ”€โ”€ ... // Articles - xxx

```

## Local development preview

```
docsify serve ./docs -o
```

## Deploy

This project is deployed on `GitHub Pages`. GitHub Pages supports reading files from the project's `docs/` folder.