Skip to content

Commit 3be79d6

Browse files
committed
update
1 parent 0335ee8 commit 3be79d6

27 files changed

Lines changed: 714 additions & 254 deletions

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
with:
1414
submodules: true # Fetch Hugo themes (true OR recursive)
1515
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1616

1717
- name: Setup Hugo
18-
uses: peaceiris/actions-hugo@v2
18+
uses: peaceiris/actions-hugo@v3
1919
with:
2020
hugo-version: 'latest'
2121
extended: true
@@ -24,7 +24,7 @@ jobs:
2424
run: hugo --minify
2525

2626
- name: Deploy
27-
uses: peaceiris/actions-gh-pages@v3
27+
uses: peaceiris/actions-gh-pages@v4
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./public

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
public/
2+
resources/
3+
.hugo_build.lock

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "themes/academia-hugo"]
2-
path = themes/academia-hugo
3-
url = https://github.com/themefisher/academia-hugo.git
1+
[submodule "themes/hugo-profile"]
2+
path = themes/hugo-profile
3+
url = https://github.com/gurusabarish/hugo-profile.git

.hugo_build.lock

Whitespace-only changes.

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

config/_default/config.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

config/_default/menus.toml

Lines changed: 0 additions & 26 deletions
This file was deleted.

config/_default/params.toml

Lines changed: 0 additions & 166 deletions
This file was deleted.

content/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
+++
2+
title = ""
3+
+++

content/home/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)