Here I’d love to show how I build this website and where I find the right way.
Start with markdown
How to use Basic Syntax
- John Gruber https://daringfireball.net/projects/markdown/
- Markdown Guide https://www.markdownguide.org/basic-syntax/
- Markdown Niaoge https://markdown.com.cn/intro.html
- Markdown Runoob https://www.runoob.com/markdown/md-tutorial.html
- Markdown Guangnian http://www.bixiaguangnian.com/manual/markdown
- Markdown stackoverflow https://stackoverflow.com/questions/tagged/markdown
- Hexo start photo md https://ibruce.info/2013/11/22/hexo-your-blog/
- “D:\Gee Blog Website\themes\hexo-theme-matery\layout\404.ejs”
How to add a blank???
- blog.csdn Use HTML space entity
- stackoverflow Tab space in Markdown
// VS code快速删除文本中的空白行
//1. 使用快捷键 Ctrl + H,打开替换框。
//2. 使用快捷键 Alt + R或者点击下图红框图标, 选择使用“正则表达式”。如下图:
//3. 输入正则表达式: ^\s*$,如下图:
//4. 使用快捷键Ctrl + Alt + Enter或者点击下图红框图标,快速替换所有。
How to change the size of front
<font size="3">
This paragraph text will render at font size 3. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</font>
How to add a Encrypt
npm install --save hexo-blog-encrypt
# ---
# title: Hello World
# date: 2021-04-13 21:18:02
# password: hello
# ---
How to add a new module
hexo new post article
# Blog/scaffolds/ //We can produce a new one here