Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

English | 中文

Hui Wen's Blog

Dependencies

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.

About

📝 Hui Wen's Blog 个人博客

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors