mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Fix deprecation warnings
This commit is contained in:
parent
7e5d17f08a
commit
826aa803a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ _testmain.go
|
|||||||
|
|
||||||
/public
|
/public
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.hugo_build.lock
|
36
config.yml
36
config.yml
@ -42,26 +42,12 @@ languages:
|
|||||||
|
|
||||||
fr:
|
fr:
|
||||||
languageName: ":fr:"
|
languageName: ":fr:"
|
||||||
languageAltTitle: French
|
|
||||||
weight: 2
|
weight: 2
|
||||||
title: PaperModL2
|
title: PaperModL2
|
||||||
taxonomies:
|
taxonomies:
|
||||||
category: FRcategories
|
category: FRcategories
|
||||||
tag: FRtags
|
tag: FRtags
|
||||||
series: FRseries
|
series: FRseries
|
||||||
profileMode:
|
|
||||||
enabled: true
|
|
||||||
title: PaperMod
|
|
||||||
imageUrl: "https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f317.svg"
|
|
||||||
imageTitle: ProfileMode image
|
|
||||||
# imageWidth: 120
|
|
||||||
# imageHeight: 120
|
|
||||||
subtitle: "☄️ Fast | ☁️ Fluent | 🌙 Smooth | 📱 Responsive"
|
|
||||||
buttons:
|
|
||||||
- name: Blog
|
|
||||||
url: posts
|
|
||||||
- name: Profile Mode
|
|
||||||
url: https://github.com/adityatelange/hugo-PaperMod/wiki/Features#profile-mode
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- name: Archive
|
- name: Archive
|
||||||
@ -78,14 +64,26 @@ languages:
|
|||||||
weight: 10
|
weight: 10
|
||||||
- name: NullLink
|
- name: NullLink
|
||||||
url: "#"
|
url: "#"
|
||||||
|
params:
|
||||||
|
languageAltTitle: French
|
||||||
|
profileMode:
|
||||||
|
enabled: true
|
||||||
|
title: PaperMod
|
||||||
|
imageUrl: https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f317.svg
|
||||||
|
imageTitle: ProfileMode image
|
||||||
|
# imageWidth: 120
|
||||||
|
# imageHeight: 120
|
||||||
|
subtitle: "☄️ Fast | ☁️ Fluent | 🌙 Smooth | 📱 Responsive"
|
||||||
|
buttons:
|
||||||
|
- name: Blog
|
||||||
|
url: posts
|
||||||
|
- name: Profile Mode
|
||||||
|
url: https://github.com/adityatelange/hugo-PaperMod/wiki/Features#profile-mode
|
||||||
|
|
||||||
fa:
|
fa:
|
||||||
languagedirection: rtl
|
languagedirection: rtl
|
||||||
weight: 3
|
weight: 3
|
||||||
title: PaperMod RTL
|
title: PaperMod RTL
|
||||||
homeInfoParams:
|
|
||||||
Title: "Hi there \U0001F44B"
|
|
||||||
Content: Welcome to RTL layout
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
category: FAcategories
|
category: FAcategories
|
||||||
tag: FAtags
|
tag: FAtags
|
||||||
@ -95,6 +93,10 @@ languages:
|
|||||||
- name: FATags
|
- name: FATags
|
||||||
url: fatags
|
url: fatags
|
||||||
weight: 10
|
weight: 10
|
||||||
|
params:
|
||||||
|
homeInfoParams:
|
||||||
|
Title: "Hi there \U0001F44B"
|
||||||
|
Content: Welcome to RTL layout
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home:
|
home:
|
||||||
|
Loading…
Reference in New Issue
Block a user