Hello World

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.

  1. Create a new post
1
$ hexo new "My New Post"

More info: Writing

  1. Run server
1
$ hexo s

More info: Server

  1. Generate static files
1
$ hexo g

More info: Generating

  1. Deploy to remote sites
1
$ hexo d

More info:

  1. Deployment
  2. Personally Beautify

Markdown

Display only a part of the post: <!--more-->

See:

  1. Basic Syntax of Text
  2. Basic Mathematical Symbols
  3. Latex Formulars
  4. Install MathJax
  5. MathJax
  6. Table, PDF…

Embed Video

To embed a YouTube video:

  1. Press the buttom “Share” below the video, and get the embed code.
  2. 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

  1. hide some posts at the home page

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

Some Beautiful Fonts

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.