Skip to content

Commit

Permalink
[Config] (Change) config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed Oct 4, 2024
1 parent 0ea01fd commit 4fcce41
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 24 deletions.
37 changes: 37 additions & 0 deletions archetypes/post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: "My 1st post"
date: 2020-09-15T11:30:03+00:00
# weight: 1
# aliases: ["/first"]
tags: ["first"]
author: "Me"
# author: ["Me", "You"] # multiple authors
showToc: true
TocOpen: false
draft: false
hidemeta: false
comments: false
description: "Desc Text."
canonicalURL: "https://canonical.url/to/page"
disableHLJS: true # to disable highlightjs
disableShare: false
disableHLJS: false
hideSummary: false
searchHidden: true
ShowReadingTime: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
cover:
image: "<image path/url>" # image path/url
alt: "<alt text>" # alt text
caption: "<text>" # display caption under cover
relative: false # when using page bundles set this to true
hidden: true # only hide on current single page
editPost:
URL: "https://github.com/<path_to_repo>/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
---
47 changes: 24 additions & 23 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
theme: ["PaperMod"]
baseURL: "https://tiennm99.github.io"
title: miti99
copyright: "© [miti99](https://github.com/tiennm99)"
paginate: 5
theme: [ PaperMod ]

enableInlineShortcodes: true
enableRobotsTXT: true
Expand All @@ -10,7 +11,7 @@ buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
mainsections: [ "posts", ]
mainsections: [ "posts" ]

minify:
disableXML: true
Expand Down Expand Up @@ -73,7 +74,7 @@ params:
profileMode:
enabled: true
title: miti99
subtitle: Một lập trình viên muốn trở thành phù thuỷ
subtitle: Thợ code muốn trở thành phù thuỷ
imageUrl: "img/avatar.jpg"
imageTitle: miti99's avatar
imageWidth: 256
Expand Down Expand Up @@ -122,9 +123,9 @@ params:
# icon: icon.png
# iconHeight: 35

# analytics:
# google:
# SiteVerificationTag: "XYZabc"
analytics:
google:
SiteVerificationTag: "googlecafba7bebd390cd7"

assets:
disableHLJS: true
Expand All @@ -135,9 +136,9 @@ params:
# safari_pinned_tab: "<link / abs url>"

# cover:
# hidden: true # hide everywhere but not in structured data
# hiddenInList: true # hide on list pages and home
# hiddenInSingle: true # hide on single page
# hidden: true
# hiddenInList: true
# hiddenInSingle: true

# fuseOpts:
# isCaseSensitive: false
Expand All @@ -160,23 +161,23 @@ markup:
lineNos: true
style: monokai

# privacy:
# vimeo:
# disabled: false
# simple: true
privacy:
vimeo:
disabled: false
simple: true

# twitter:
# disabled: false
# enableDNT: true
# simple: true
twitter:
disabled: false
enableDNT: true
simple: true

# instagram:
# disabled: false
# simple: true
instagram:
disabled: false
simple: true

# youtube:
# disabled: false
# privacyEnhanced: true
youtube:
disabled: false
privacyEnhanced: true

services:
instagram:
Expand Down
1 change: 0 additions & 1 deletion static/googlecafba7bebd390cd7.html

This file was deleted.

0 comments on commit 4fcce41

Please sign in to comment.