Got example posts showing up
This commit is contained in:
parent
fc14338f5e
commit
b3a670bfa4
4 changed files with 22 additions and 12 deletions
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
title: Posts
|
title: Sharwin's Posts
|
||||||
---
|
---
|
7
content/posts/example_post.md
Normal file
7
content/posts/example_post.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
hero: /images/default-hero.jpg
|
||||||
|
author:
|
||||||
|
name: Sharwin Patil
|
||||||
|
image: /images/sharwin_portrait.jpg
|
||||||
|
---
|
||||||
|
Example Post Text here
|
|
@ -6,7 +6,7 @@ menu:
|
||||||
sidebar:
|
sidebar:
|
||||||
name: Introduction
|
name: Introduction
|
||||||
identifier: introduction
|
identifier: introduction
|
||||||
weight: 10
|
weight: 0
|
||||||
tags: ["Basic", "Multi-lingual"]
|
tags: ["Basic", "Multi-lingual"]
|
||||||
categories: ["Basic"]
|
categories: ["Basic"]
|
||||||
---
|
---
|
||||||
|
|
21
hugo.yaml
21
hugo.yaml
|
@ -1,6 +1,9 @@
|
||||||
|
baseURL: "https://sharwin24.github.io/toha/"
|
||||||
|
|
||||||
languageCode: en
|
languageCode: en
|
||||||
title: "Sharwin's Portfolio"
|
title: "Sharwin's Portfolio"
|
||||||
|
|
||||||
|
|
||||||
module:
|
module:
|
||||||
hugoVersion:
|
hugoVersion:
|
||||||
min: "0.128.0"
|
min: "0.128.0"
|
||||||
|
@ -47,15 +50,15 @@ params:
|
||||||
maxVisibleSections: 5
|
maxVisibleSections: 5
|
||||||
|
|
||||||
# Enable and configure blog posts
|
# Enable and configure blog posts
|
||||||
enableBlogPost: true
|
features:
|
||||||
blog:
|
blog:
|
||||||
title: "Sharwin Blog"
|
title: "Project Posts"
|
||||||
enable: true
|
enable: true
|
||||||
showAuthor: true
|
showAuthor: true
|
||||||
# Share post on different social media
|
# Share post on different social media
|
||||||
shareButtons:
|
shareButtons:
|
||||||
linkedin: true
|
linkedin: true
|
||||||
email: true
|
email: true
|
||||||
|
|
||||||
# specify whether you want to show Table of Contents in reading page
|
# specify whether you want to show Table of Contents in reading page
|
||||||
toc:
|
toc:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue