Skip to content

Commit 64ac211

Browse files
committed
update first post
hello world post
1 parent d50ea87 commit 64ac211

File tree

3 files changed

+39
-34
lines changed

3 files changed

+39
-34
lines changed

source/_posts/.hello-world.md.un~

11.2 KB
Binary file not shown.

source/_posts/hello-world.md

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,5 @@
11
---
22
title: Hello World
33
---
4-
Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).
4+
This website is built with [Hexo](https://hexo.io/) and the [Cactus](https://github.com/probberechts/hexo-theme-cactus/tree/master) theme. After a relatively long search for a blogging medium that is easy to maintain and update, with a simple outlook, I hope I will stay motivated to develop and maintain this site.
55

6-
## Quick Start
7-
8-
### Create a new post
9-
10-
``` bash
11-
$ hexo new "My New Post"
12-
```
13-
14-
More info: [Writing](https://hexo.io/docs/writing.html)
15-
16-
### Run server
17-
18-
``` bash
19-
$ hexo server
20-
```
21-
22-
More info: [Server](https://hexo.io/docs/server.html)
23-
24-
### Generate static files
25-
26-
``` bash
27-
$ hexo generate
28-
```
29-
30-
More info: [Generating](https://hexo.io/docs/generating.html)
31-
32-
### Deploy to remote sites
33-
34-
``` bash
35-
$ hexo deploy
36-
```
37-
38-
More info: [Deployment](https://hexo.io/docs/one-command-deployment.html)

source/_posts/hello-world.md~

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Hello World
3+
---
4+
Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).
5+
6+
## Quick Start
7+
8+
### Create a new post
9+
10+
``` bash
11+
$ hexo new "My New Post"
12+
```
13+
14+
More info: [Writing](https://hexo.io/docs/writing.html)
15+
16+
### Run server
17+
18+
``` bash
19+
$ hexo server
20+
```
21+
22+
More info: [Server](https://hexo.io/docs/server.html)
23+
24+
### Generate static files
25+
26+
``` bash
27+
$ hexo generate
28+
```
29+
30+
More info: [Generating](https://hexo.io/docs/generating.html)
31+
32+
### Deploy to remote sites
33+
34+
``` bash
35+
$ hexo deploy
36+
```
37+
38+
More info: [Deployment](https://hexo.io/docs/one-command-deployment.html)

0 commit comments

Comments
 (0)