fix gh action
This commit is contained in:
parent
3ff72373ba
commit
2a030d1f9b
2 changed files with 4 additions and 4 deletions
3
.github/workflows/site.yml
vendored
3
.github/workflows/site.yml
vendored
|
@ -22,9 +22,6 @@ jobs:
|
|||
hugo-version: '0.85.0'
|
||||
extended: true
|
||||
|
||||
- name: Rename
|
||||
run: cd .. && mv hugo-theme-minima minima && cd minima
|
||||
|
||||
- name: Build
|
||||
run: make build
|
||||
|
||||
|
|
|
@ -2,11 +2,14 @@ baseURL = "http://h.xjj.pub"
|
|||
languageCode = "en-us"
|
||||
title = "Hi Folks"
|
||||
copyright = "© Copyright notice"
|
||||
theme = "minima"
|
||||
paginate = 5
|
||||
googleAnalytics = ""
|
||||
disqusShortname = "hugo-minima"
|
||||
|
||||
# theme is the name of the hugo theme you choose,
|
||||
# `hugo-theme-minima` is put here only for debuging,
|
||||
# just name it whatever you're gonna handle the theme.
|
||||
theme = "hugo-theme-minima"
|
||||
|
||||
# Author has some of your information to be shown on the home
|
||||
# page of your blog.
|
||||
|
|
Loading…
Reference in a new issue