-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: .Site.Social was deprecated in Hugo v0.124.0 and will be removed…
… 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
1 parent
f6cc557
commit 1059412
Showing
1 changed file
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -45,7 +70,6 @@ menu: | |
name: Categories | ||
url: /categories/ | ||
title: "" | ||
|
||
markup: | ||
highlight: | ||
# anchorLineNos: true | ||
|