Skip to content

Commit

Permalink
Merge pull request #3 from tiennm99/theme/stack
Browse files Browse the repository at this point in the history
Change to use theme stack
  • Loading branch information
tiennm99 authored Dec 21, 2024
2 parents 88a250b + 0167531 commit 4fc779f
Show file tree
Hide file tree
Showing 72 changed files with 296 additions and 274 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "themes/hugo-coder"]
path = themes/hugo-coder
url = https://github.com/luizdepra/hugo-coder.git
[submodule "themes/hugo-theme-stack"]
path = themes/hugo-theme-stack
url = https://github.com/CaiJimmy/hugo-theme-stack/
1 change: 1 addition & 0 deletions assets/icons/brand-facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/brand-github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/brand-gitlab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/brand-linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/brand-twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/brand-youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
10 changes: 10 additions & 0 deletions assets/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"..\\themes\\hugo-theme-stack\\assets\\*"
]
}
}
}
123 changes: 0 additions & 123 deletions config.yml

This file was deleted.

8 changes: 8 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
menu:
main:
name: Home
weight: -100
params:
icon: home
---
12 changes: 11 additions & 1 deletion content/about.md → content/page/about/about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
title: "Giới thiệu"
title: Giới thiệu
description: Về bản thân mình
aliases:
- about-me
- contact
menu:
main:
weight: -90
params:
icon: user
---


Xin chào, mừng bạn đã đến với trang của mình.

Mình tên Minh Tiến, sinh năm 1999 (vì vậy blog là miti99 :)))), sinh viên ngành Khoa học Máy tính khóa 2017 tại trường Đại học Bách Khoa Tp.HCM.
Expand Down
11 changes: 11 additions & 0 deletions content/page/archives/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Archives"
date: 2019-05-28
layout: "archives"
slug: "archives"
menu:
main:
weight: -70
params:
icon: archives
---
19 changes: 19 additions & 0 deletions content/page/links/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Links
links:
- title: Web CV
description: CV bản web, xem online
website: https://tiennm99.github.io/webcv
# image:
- title: PDF CV
description: CV dạng file, có thể download
website: https://tiennm99.github.io/cv/miti99.pdf
# image:
menu:
main:
weight: -50
params:
icon: link

comments: false
---
7 changes: 6 additions & 1 deletion content/pages.md → content/page/pages/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: "Pages"
title: Pages
description: Danh sách pages đã làm
menu:
main:
params:
icon: list
---

Danh sách những trang mình host trên [GitHub Pages](https://pages.github.com/). Thường khá thú vị :>
Expand Down
13 changes: 13 additions & 0 deletions content/page/search/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Search"
slug: "search"
layout: "search"
outputs:
- html
- json
menu:
main:
weight: -60
params:
icon: search
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions content/search.md

This file was deleted.

Loading

0 comments on commit 4fc779f

Please sign in to comment.