-
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.
- Loading branch information
howardhu
committed
Dec 9, 2023
1 parent
4b8561d
commit ee83c7f
Showing
33 changed files
with
3,294 additions
and
55 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1,163 @@ | ||
baseURL: "https://howardhu.me/" # if your site is in 'https', then make sure your base url isn't written using 'http' otherwise your sitemap would contain http (as opposeed to https) URLs. This would affect Google indexing of your URLs. | ||
title: Howard Hu | ||
paginate: 5 | ||
theme: PaperMod | ||
|
||
enableInlineShortcodes: true | ||
enableRobotsTXT: true | ||
buildDrafts: false | ||
buildFuture: false | ||
buildExpired: false | ||
enableEmoji: true | ||
pygmentsUseClasses: true | ||
# googleAnalytics: UA-123-45 | ||
|
||
minify: | ||
disableXML: true | ||
# minifyOutput: true | ||
|
||
languages: | ||
en: | ||
languageName: "English" | ||
weight: 1 | ||
taxonomies: | ||
category: categories | ||
tag: tags | ||
series: series | ||
menu: | ||
main: | ||
- name: Archive | ||
url: archives | ||
weight: 5 | ||
- name: Search | ||
url: search/ | ||
weight: 10 | ||
- name: Tags | ||
url: tags/ | ||
weight: 10 | ||
- name: WiKi | ||
url: https://github.com/adityatelange/hugo-PaperMod/wiki/ | ||
- name: Discord | ||
url: https://discord.gg/ahpmTvhVmp | ||
|
||
|
||
outputs: | ||
home: | ||
- HTML | ||
- RSS | ||
- JSON | ||
|
||
params: | ||
env: production # to enable google analytics, opengraph, twitter-cards and schema. | ||
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod" | ||
author: Howard Hu | ||
# author: ["Me", "You"] # multiple authors | ||
|
||
defaultTheme: auto | ||
disableThemeToggle: true | ||
ShowShareButtons: false | ||
ShowReadingTime: false | ||
# disableSpecial1stPost: true | ||
displayFullLangName: false | ||
ShowPostNavLinks: false | ||
ShowBreadCrumbs: false | ||
ShowCodeCopyButtons: true | ||
ShowRssButtonInSectionTermList: true | ||
ShowToc: true | ||
TocOpen: true | ||
# comments: false | ||
images: ["papermod-cover.png"] | ||
|
||
profileMode: | ||
enabled: false | ||
title: PaperMod | ||
imageUrl: "#" | ||
imageTitle: my image | ||
# imageWidth: 120 | ||
# imageHeight: 120 | ||
buttons: | ||
- name: Archives | ||
url: archives | ||
- name: Tags | ||
url: tags | ||
|
||
homeInfoParams: | ||
Title: "Hi there 👋" | ||
Content: > | ||
I'm a passionate software engineer diving into the realms of backend development, DevOps, and SRE. My love for cutting-edge tech extends to blockchain. Join me on this coding adventure as we explore the fascinating world of software development together! 💻✨ Read More | ||
socialIcons: | ||
- name: github | ||
url: "#" | ||
- name: KoFi | ||
url: "#" | ||
- name: Rss | ||
url: "index.xml" | ||
|
||
|
||
# label: | ||
# text: "Home" | ||
# icon: icon.png | ||
# iconHeight: 35 | ||
|
||
# analytics: | ||
# google: | ||
# SiteVerificationTag: "XYZabc" | ||
|
||
assets: | ||
disableHLJS: true | ||
# favicon: "<link / abs url>" | ||
# favicon16x16: "<link / abs url>" | ||
# favicon32x32: "<link / abs url>" | ||
# apple_touch_icon: "<link / abs url>" | ||
# 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 | ||
|
||
# fuseOpts: | ||
# isCaseSensitive: false | ||
# shouldSort: true | ||
# location: 0 | ||
# distance: 1000 | ||
# threshold: 0.4 | ||
# minMatchCharLength: 0 | ||
# limit: 10 # refer: https://www.fusejs.io/api/methods.html#search | ||
# keys: ["title", "permalink", "summary", "content"] | ||
|
||
markup: | ||
goldmark: | ||
renderer: | ||
unsafe: true | ||
highlight: | ||
noClasses: false | ||
# anchorLineNos: true | ||
# codeFences: true | ||
# guessSyntax: true | ||
# lineNos: true | ||
# style: monokai | ||
|
||
privacy: | ||
vimeo: | ||
disabled: false | ||
simple: true | ||
|
||
twitter: | ||
disabled: false | ||
enableDNT: true | ||
simple: true | ||
|
||
instagram: | ||
disabled: false | ||
simple: true | ||
|
||
youtube: | ||
disabled: false | ||
privacyEnhanced: true | ||
|
||
services: | ||
instagram: | ||
disableInlineCSS: true | ||
twitter: | ||
disableInlineCSS: true |
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,4 +1,4 @@ | ||
--- | ||
title: "Aboyt Howard Hu" | ||
title: "About Howard Hu" | ||
draft: false | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Archive" | ||
layout: "archives" | ||
# url: "/archives" | ||
summary: "archives" | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: "Search" | ||
layout: "search" | ||
--- |
Oops, something went wrong.