Update Hugo version and fix locale configuration
All checks were successful
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 23s
All checks were successful
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 23s
Update Hugo to v0.162.1 in deploy workflow Change languageCode to locale in hugo.yaml
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_withdeploy_0.152.2_linux-amd64.deb -O /tmp/hugo.deb
|
wget https://github.com/gohugoio/hugo/releases/download/v0.162.1/hugo_extended_withdeploy_0.162.1_linux-amd64.deb -O /tmp/hugo.deb
|
||||||
dpkg -i /tmp/hugo.deb
|
dpkg -i /tmp/hugo.deb
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ title: 🧑💻 Notebook
|
|||||||
theme: hextra
|
theme: hextra
|
||||||
|
|
||||||
defaultContentLanguage: fr
|
defaultContentLanguage: fr
|
||||||
languageCode: fr
|
locale: fr
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Submodule themes/hextra updated: 3551a56b8c...fb994d6b1c
Reference in New Issue
Block a user