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 ไธชไบบๅๅฎข
- Host: GitHub
- URL: https://github.com/whelmin/blog
- Owner: whelmin
- Created: 2018-08-28T09:23:17.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T10:53:21.000Z (about 2 years ago)
- Last Synced: 2025-01-22T03:44:15.932Z (12 months ago)
- Topics: blog, docsify
- Homepage: https://huywen.me
- Size: 14 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.