Skip to content

Commit 7632bd2

Browse files
committed
update
1 parent 582039b commit 7632bd2

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
baseURL: "https://urboob21.github.io/"
55
title: Phong Nguyen
66
copyright: "Phong Nguyen ©2024 "
7-
paginate: 10 # number page
7+
pagination:
8+
paperSize: 10 # number page
89
theme: [hugo-PaperMod]
910

1011
enableInlineShortcodes: true
@@ -168,5 +169,5 @@ markup:
168169
services:
169170
instagram:
170171
disableInlineCSS: true
171-
twitter:
172+
x:
172173
disableInlineCSS: true

content/posts/eclipse-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: "Phong Nguyen"
33
title: "Eclipse Project"
4-
date: "2025-2-5"
4+
date: "2025-02-05"
55
description: "Eclipse Project."
66
tags: ["eclipse"] #tags search
77
FAcategories: ["syntax"] #The category of the post, similar to tags but usually for broader classification.

content/posts/java-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: "Phong Nguyen"
33
title: "Java Annotations"
4-
date: "2025-2-5T00:00:00Z"
4+
date: "2025-02-05"
55
description: "Annotations in Java"
66
tags: ["java"] #tags search
77
FAcategories: ["syntax"] #The category of the post, similar to tags but usually for broader classification.

0 commit comments

Comments
 (0)