Skip to content

Commit

Permalink
Fix: .Site.Social was deprecated in Hugo v0.124.0 and will be removed…
Browse files Browse the repository at this point in the history
… in Hugo 0.137.0. Implement taxonomy 'social' or use .Site.Params.Social instead.

Fixed by using another fork of papermod with a fix applied:
adityatelange/hugo-PaperMod#1620
  • Loading branch information
tuchaVshortah committed Oct 30, 2024
1 parent f6cc557 commit 1059412
Showing 1 changed file with 31 additions and 7 deletions.
38 changes: 31 additions & 7 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,46 @@
baseURL: http://tuchavshortah.github.io/
theme: papermod
title: My New Hugo Site
theme: papermod-l50
title: Nurkanat's Blog
languages:
en:
title: My Blog
title: nurkanatb
languageName: English
weight: 1
params:
assets:
favicon: "/assets/favicon.ico"
favicon16x16: "/assets/favicon-16x16.png"
favicon32x32: "/assets/favicon-32x32.png"
# disableThemeToggle: true
# ShowShareButtons: true
ShowReadingTime: true
# disableSpecial1stPost: true
# displayFullLangName: true
# ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
# ShowRssButtonInSectionTermList: true
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: true
# comments: false
author: Nurkanat Baisenkul
email: [email protected]
link: abc.com
homeInfoParams:
Title: "PaperMod's Demo"
Content: >
👋 Welcome to demo page of Hugo's theme PaperMod!
- **PaperMod** is designed to be clean and simple but fast and responsive theme with useful feature-set that enhances UX.
- Feel free to show your support by giving us a star 🌟 on GitHub and sharing with your friends and social media .
- PaperMod is based on theme [Paper](https://github.com/nanxiaobei/hugo-paper/tree/4330c8b12aa48bfdecbcad6ad66145f679a430b3).
socialIcons:
- name: email
url: "[email protected]"
- name: github
url: "https://github.com/tuchaVshortah"
env: production
social: true
environments:
production:
enableRobotsTXT: true
Expand Down Expand Up @@ -45,7 +70,6 @@ menu:
name: Categories
url: /categories/
title: ""

markup:
highlight:
# anchorLineNos: true
Expand Down

0 comments on commit 1059412

Please sign in to comment.