mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
feat: add support for Hugo v0.60
This commit is contained in:
parent
6d97e95942
commit
aa4c95277c
2 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ You can choose from one of the following four methods to install:
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
|
|
||||||
* [Download and install Git](https://git-scm.com/downloads)
|
* [Download and install Git](https://git-scm.com/downloads)
|
||||||
* [Download and install Hugo Extended v0.58.3+](https://gohugo.io/getting-started/installing/#quick-install)
|
* [Download and install Hugo Extended v0.60.1+](https://gohugo.io/getting-started/installing/#quick-install)
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ Install:
|
||||||
|
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
|
|
||||||
* [Download and install Hugo Extended v0.58.3+](https://gohugo.io/getting-started/installing/#quick-install)
|
* [Download and install Hugo Extended v0.60.1+](https://gohugo.io/getting-started/installing/#quick-install)
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_THEME = "repo"
|
HUGO_THEME = "repo"
|
||||||
HUGO_VERSION = "0.58.3"
|
HUGO_VERSION = "0.60.1"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue