This is a previous auto-generated hexo user manual. And I keep adding some new issues.
Hexo
About Hexo: Check documentation for more info. When getting troubles, find answers in troubleshooting or ask questions on GitHub.
- Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
- Run server
1 | $ hexo s |
More info: Server
- Generate static files
1 | $ hexo g |
More info: Generating
- Deploy to remote sites
1 | $ hexo d |
More info:
Markdown
Display only a part of the post: <!--more-->
See:
Embed Video
To embed a YouTube video:
- Press the buttom “Share” below the video, and get the embed code.
- Pase it directly in the Markdown document.
e.g.1
<iframe width="560" height="315" src="https://www.youtube.com/embed/p-y3zjfPjBg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Limit Access to Some Posts
Visual Design
Bootstrap
Bootstrap can be used to design a beautiful and insightful website with navigation bars on the top of the website.
Graphic Design
Data Visualization
D3.js
See: Online course on data visualization analysis, design & construction with D3.js
Interaction
JQuery
JQury can be used to build an interactive table rather than the common HTML table.