Skip to content

Commit

Permalink
✨ [FEAT] 01-27-2024 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
domogami committed Jan 28, 2024
1 parent dce62d9 commit 6e537b1
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 13 deletions.
7 changes: 7 additions & 0 deletions content/Misc/Link Archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ title: Link Archive
* [Wikipedia Banner Free Link](https://thankyou.wikipedia.org/wiki/Thank_You/en?country=US&amount=3.10&currency=USD&payment_method=apple&order_id=199907919.1&recurring=&utm_medium=sitenotice&utm_source=B2324_121222_en6C_m_p1_lg_txt_359.no-LP.apple&utm_campaign=C2324_en6C_m_FR_1128)
* [Cheap License Keys](https://www.g2a.com/)
* [Time in Software](https://nodatime.org/3.1.x/userguide/concepts)
* [Very Cool React UI Library](https://www.radix-ui.com/)
* [Learn AWS Game](https://aws.amazon.com/training/digital/aws-cloud-quest/)

## Helpful Credit Card

* [Alliant 2.5%](https://www.alliantcreditunion.org/bank/visa-signature-card)
*
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: My Digital Garden
title: "Dom's Digital Garden"
---

# Welcome!
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@jackyzha0/quartz",
"description": "🌱 publish your digital garden and notes as a website",
"private": true,
"name": "Dom's Digital Garden",
"description": "🌱 A garden of my thoughts and notes",
"private": false,
"version": "4.1.4",
"type": "module",
"author": "jackyzha0 <j.zhao2k19@gmail.com>",
"author": "Dominick Lee <domogami@gmail.com>",
"license": "MIT",
"homepage": "https://quartz.jzhao.xyz",
"homepage": "https://domogami.github.io",
"repository": {
"type": "git",
"url": "https://github.com/jackyzha0/quartz.git"
"url": "https://github.com/domogami/domogami.github.io"
},
"scripts": {
"docs": "npx quartz build --serve -d docs",
Expand Down
1 change: 1 addition & 0 deletions quartz/components/styles/explorer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ button#explorer {
#explorer-content {
list-style: none;
overflow: hidden;
scrollbar-color: var(--tertiary) var(--light);
max-height: none;
transition: max-height 0.35s ease;
margin-top: 0.5rem;
Expand Down
Binary file modified quartz/static/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified quartz/static/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 9 additions & 6 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

// put your custom CSS here!
:root {
--light: #EFEEEE !important;
--dark: #141021 !important;
--secondary: #284b63 !important;
--tertiary: #84a59d !important;
--light: #DEE4E7 !important;
--dark: #37474F !important;
--secondary: #455A64 !important;
--tertiary: #2DB67E !important;
--visited: #afbfc9 !important;
--primary: #f28482 !important;
--gray: #4e4e4e !important;
--lightgray: #282C34 !important;
--gray: #455A64 !important;
--lightgray: #90A4AE !important;
--outlinegray: #dadada !important;
--million-progress-bar-color: var(--secondary);
}
Expand All @@ -20,6 +20,8 @@
--secondary: #61AFEF !important;
--visited: #4a575e !important;
--tertiary: #84a59d !important;
/* Green that I like, but too much for dark theme */
/* --tertiary: #2DB67E !important; */
--primary: #E06C75 !important;
--gray: #ABB2BF !important;
--truelightgray: #4e4e4e !important;
Expand All @@ -31,3 +33,4 @@

// #181b20 Very dark
// #1f2329 Less dark

0 comments on commit 6e537b1

Please sign in to comment.