Skip to content

Commit

Permalink
modify styles and 'about' page
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsbyqx20 committed Sep 16, 2023
1 parent a7dfbce commit cd15cea
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../../../tmp/hugo_cache_node/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/[email protected]/assets/*"
"../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/[email protected]/assets/*"
]
}
}
Expand Down
23 changes: 22 additions & 1 deletion assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,26 @@
*/

:root {
--base-font-family: "Poppins", var(--sys-font-family), var(--zh-font-family), sans-serif
--base-font-family: "Nunito", var(--sys-font-family), var(--zh-font-family), sans-serif;
--code-font-family: Menlo, Monaco, "JetBrains Mono", "Courier New", var(--zh-font-family), monospace
}

b, strong{
font-weight: 800;
}

.article-title a{
font-weight: bolder;
font-size: 2.5rem;
}

div.footnotes {
font-size: small;
color: darkgrey;
font-family: var(--code-font-family) !important;
}

a.footnote-ref{
font-style: normal;
font-family: var(--code-font-family) !important;
}
Binary file added content/page/about/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion content/page/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ title: "About"
date: 2023-09-16
layout: "about"
slug: "about"
image: jeremy-thomas-O6N9RV2rzX8-unsplash.jpg
menu:
main:
weight: 4
params:
icon: help-hexagon
---
---

> 宫墙满园皆春色,梅落十三此一枝。
好久不见;这里是 **Zachary** 的故事屋<cite>[^1]</cite>。👋
[^1]: The cover image is from [unsplash](https://unsplash.com/photos/O6N9RV2rzX8).

Contact me: [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd15cea

Please sign in to comment.