After several days of study, I successfully set up this blog. Later as their own record and share the back garden. I hope I can become a big star in this industry and help future people through my sharing.
Blog is divided into: log, category, tag, about and so on several content
Log: to record life trifles, thoughts and feelings classification: to classify articles by tags tag: to identify articles
Method of use
Open the command line tool CD blog hexo new '[post]' "Title of new blog" Open the Markdown file in source/_post, edit the blog and save hexo clean hexo g hexo d
This blog uses Markdown
Below are Markdown’s study notes
The syntax for a heading is # heading. The number of # signs in front of the title indicates the level of the title, 1 # indicates the level of the title, 2 # signs indicate the level of the title, and so on, up to 6 levels. As shown below, the parentheses indicate what was entered in Markdown.
# 1 title # # 2 headlines # # # # # # # 3 4 headlines # # # # # # # 5 # # # # six levels of headings
2, list
2.1 An ordered list with the following format: 1. XXX, i.e., a number followed by a period.
1. Item1 2. Item2 2
2.2 Unordered list format: start with “-” or “*” or “+”. Notice that there is a space between the leading symbol and the content!
- Item1
- Item1
- Item2
+ Item2
- Item3
* Item3
3,
This is italic * this is italic * this is italic _ this is italic _ this is bold ** this is bold ** this is bold __ this is delete ~~ this is delete ~~
4. Code references
As XXX said:
balabalabala
bbbbbbbbbbbbbbbbb
4.2 A line of code can be surrounded by “\ ‘” marks. For example: This is a line of code
4.3 For multiple lines of code, “‘” can be placed at the first and last lines of the code. Such as:
The first line of code the second line of code... Line N of code
<! DOCTYPE HTML > < HTML lang="en"> <head> <meta charset=" utf-8 "> <title> </head> <body> <p> "' '" can be followed by the language type, for example"' ' 'HTML... The code part... ` ` ` "< / p > < / body > < / HTML >
5. Divide line
___ or -- or ***
_
6. Hyperlinks
6.1 Text link, the format is: [text](link)
GitHub [GitHub](http://github.com)
6.2 Picture link in the format: \! [Text](Photo link)
! [images] (https://cn.bing.com/th?id=OHR.TrakaiLithuania_ROW2474089682_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp)
6.3 Insert audio and get the music link from the netease cloud website using hexo-tag-aplayer
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=34341360&auto=0&height=66"></iframe>
<iframe frameborder=”no” border=”0″ marginwidth=”0″ marginheight=”0″ width=330 height=86 src=”//music.163.com/outchain/player?type=2&id=34341360&auto=0&height=66″></iframe>
6.4 Insert the video and use iframe to get the video resource from the video website
<iframe src="//player.bilibili.com/player.html?aid=6117110&cid=9931722&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
<iframe src=”//player.bilibili.com/player.html?aid=6117110&cid=9931722&page=1″ scrolling=”no” border=”0″ frameborder=”no” framespacing=”0″ allowfullscreen=”true”> </iframe>
7, tables,
Apple | | pomegranate strawberry - | - | - apple is | | | pomegranate strawberry strawberry | | | strawberry pomegranate pomegranates apple
apple | strawberry | pomegranate |
---|---|---|
apple | strawberry | pomegranate |
apple | strawberry | pomegranate |
apple | strawberry | pomegranate |
|dog | bird | cat |
|-----|------|-----|
|bar | bear | box |
|bar | bear | box |
dog | bird | cat |
---|---|---|
bar | bear | box |
bar | bear | box |