Got example posts showing up
This commit is contained in:
parent
fc14338f5e
commit
b3a670bfa4
4 changed files with 22 additions and 12 deletions
21
hugo.yaml
21
hugo.yaml
|
@ -1,6 +1,9 @@
|
|||
baseURL: "https://sharwin24.github.io/toha/"
|
||||
|
||||
languageCode: en
|
||||
title: "Sharwin's Portfolio"
|
||||
|
||||
|
||||
module:
|
||||
hugoVersion:
|
||||
min: "0.128.0"
|
||||
|
@ -47,15 +50,15 @@ params:
|
|||
maxVisibleSections: 5
|
||||
|
||||
# Enable and configure blog posts
|
||||
enableBlogPost: true
|
||||
blog:
|
||||
title: "Sharwin Blog"
|
||||
enable: true
|
||||
showAuthor: true
|
||||
# Share post on different social media
|
||||
shareButtons:
|
||||
linkedin: true
|
||||
email: true
|
||||
features:
|
||||
blog:
|
||||
title: "Project Posts"
|
||||
enable: true
|
||||
showAuthor: true
|
||||
# Share post on different social media
|
||||
shareButtons:
|
||||
linkedin: true
|
||||
email: true
|
||||
|
||||
# specify whether you want to show Table of Contents in reading page
|
||||
toc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue