Skip to content

Commit

Permalink
change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
howardhu committed Dec 9, 2023
1 parent 4b8561d commit ee83c7f
Show file tree
Hide file tree
Showing 33 changed files with 3,294 additions and 55 deletions.
Empty file added .hugo_build.lock
Empty file.
163 changes: 163 additions & 0 deletions config.yml
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
2 changes: 1 addition & 1 deletion content/about.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: "Aboyt Howard Hu"
title: "About Howard Hu"
draft: false
---
6 changes: 6 additions & 0 deletions content/archives.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Archive"
layout: "archives"
# url: "/archives"
summary: "archives"
---
4 changes: 4 additions & 0 deletions content/search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Search"
layout: "search"
---
54 changes: 0 additions & 54 deletions hugo.toml

This file was deleted.

Loading

0 comments on commit ee83c7f

Please sign in to comment.