Skip to content

Commit 8d38c4c

Browse files
committed
test new post
1 parent c8e11a1 commit 8d38c4c

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ timezone: ''
1313

1414
# URL
1515
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
16-
url: http://example.com
16+
url: https://phuthuycoding.github.io
1717
permalink: :year/:month/:day/:title/
1818
permalink_defaults:
1919
pretty_urls:
@@ -96,7 +96,7 @@ ignore:
9696
# Extensions
9797
## Plugins: https://hexo.io/plugins/
9898
## Themes: https://hexo.io/themes/
99-
theme: landscape
99+
theme: ascent
100100

101101
# Deployment
102102
## Docs: https://hexo.io/docs/one-command-deployment

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"server": "hexo server"
1010
},
1111
"hexo": {
12-
"version": ""
12+
"version": "7.3.0"
1313
},
1414
"dependencies": {
1515
"hexo": "^7.3.0",
@@ -23,4 +23,4 @@
2323
"hexo-server": "^3.0.0",
2424
"hexo-theme-landscape": "^1.0.0"
2525
}
26-
}
26+
}

source/_posts/This-is-my-posts.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: This is my posts
3+
date: 2024-11-14 15:51:31
4+
tags: test, hello
5+
---
6+
7+
# This is my posts
8+
9+
Tiếng suối trong như tiếng hát xa
10+
```
11+
This is my code
12+
```

themes/ascent

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c725143fcdafa86737a3a3dd13826034efc57ef3

0 commit comments

Comments
 (0)