mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-30 08:14:05 -06:00
Quartz sync: Sep 3, 2023, 12:10 PM
This commit is contained in:
parent
3731320a73
commit
9613124292
BIN
content/Attachments/vegan-cheese.jpg
Normal file
BIN
content/Attachments/vegan-cheese.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 830 KiB |
@ -1,11 +1,41 @@
|
|||||||
---
|
---
|
||||||
title: My Computer
|
title: My Computer
|
||||||
tags:
|
tags: ["productivity", "linux", "difficulty-moderate"]
|
||||||
- productivity
|
|
||||||
- linux
|
|
||||||
- difficulty-moderate
|
|
||||||
---
|
---
|
||||||
I run Fedora Linux with the GNOME desktop environment.
|
## Hardware
|
||||||
|
First off, I don’t believe in having more than one personal computer, as I think it’s wasteful, especially when your profession will provide you with an e-waste work laptop whether you like it or not. As such, I’m an eGPU apologist! My setup consists of a laptop connected to a Thunderbolt dock on one tb4 controller and an NVIDIA eGPU on the other. Speaking of…
|
||||||
|
### Laptop
|
||||||
|
- Framework Laptop, Batch 6
|
||||||
|
- Repairable, upgradeable, and wholly yours. This thing is amazing.
|
||||||
|
- I got in just early enough to be an "early adopter", but late enough that I was past the teething problems.
|
||||||
|
- CPU: i5-1135g7
|
||||||
|
- RAM: 2x16gb of Taiwan’s finest 3200MHz
|
||||||
|
- SSD: 2tb gen3
|
||||||
|
- Expansion Cards:
|
||||||
|
- 1x 3D printed and custom magnetic charger adapter
|
||||||
|
- 3x usb-c, to be swapped with any of usb-a, hdmi, microSD, or storage as needed
|
||||||
|
So yeah, it’s pretty cool. Here are my peripherals:
|
||||||
|
### Dock
|
||||||
|
- Razer Thunderbolt 4 Dock (non-Chroma)
|
||||||
|
- A buncha ports in one place. Really solid DAC for the headphones too, better than the onboard.
|
||||||
|
### eGPU
|
||||||
|
- ADT-Link R43SG-TB3
|
||||||
|
- It was smaller than a core x chroma
|
||||||
|
- Dell DA-2
|
||||||
|
- eBay’s finest
|
||||||
|
- GTX1650
|
||||||
|
- Upgrade Soon(tm), it’s really not good. I’ll probably go to the power limit of the DA-2, so like a 3060ti or so
|
||||||
|
## OS/Configuration
|
||||||
|
I run Fedora Linux with the GNOME desktop environment. I was a longtime Windows 10 user, and dabbled in Linux a bit, but eventually got fed up enough with Windows that I swapped for good.
|
||||||
|
|
||||||
|
Previously, I’ve also daily driven Linux Mint. You can read more about my history with Linux on [[on-linux|its dedicated page]].
|
||||||
|
### On User Interface
|
||||||
|
I’ve daily driven XFCE, Budgie, Unity, and KDE before. No DE really caught my eye in a way that feels both intuitive and productive until GNOME. The overview is such a neat concept that’s performant, useful for rapid task switching, and pretty. I recommend the Blur My Shell extension for best results, as well as an extension that gives you trackpad gestures for your windowing system.
|
||||||
|
- Little tip for productivity: if you use gestures, throw each new window on a different workspace and swipe instead of alt-tabbing.
|
||||||
|
### Config!
|
||||||
I use a [bare git repository](https://www.atlassian.com/git/tutorials/dotfiles) to backup all my small configuration files that are scattered throughout my computer.
|
I use a [bare git repository](https://www.atlassian.com/git/tutorials/dotfiles) to backup all my small configuration files that are scattered throughout my computer.
|
||||||
- Sidebar: I deviated from the tutorial and called my alias `dots` instead of `config`. It just felt better and there was no chance of confusion with Fedora's `configure` system utility.
|
- Sidebar: I deviated from the tutorial and called my alias `dots` instead of `config`. It just felt better and there was no chance of confusion with Fedora's `configure` system utility.
|
||||||
|
#### Config Hell
|
||||||
|
- There are a lot of little tweaks I do to software to make it fully useful to me, which is the one argument I’ve ever raised *against* compartmentalizing through Flatpak, Snap, etc.
|
||||||
|
- I have a bunch of Flatpak programs with absolutely no settings sync or remotely near the capability to sync, so what do I do when I want to migrate?
|
||||||
|
- Hey kids wanna see a dead husk of a man? Come find me three hours after I update my Neovim install. Dear lord, that thing breaks OFTEN.
|
||||||
19
content/Updates/2023/sept.md
Normal file
19
content/Updates/2023/sept.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
title: Summary of Changes for September 2023
|
||||||
|
draft: true
|
||||||
|
tags:
|
||||||
|
- "#update"
|
||||||
|
---
|
||||||
|
|
||||||
|
## Housekeeping
|
||||||
|
I'm going to start tracking lists of changes that happen during the previous month! This should provide a nice little bump to the RSS feed since I edit pages post-creation a lot.
|
||||||
|
|
||||||
|
There'll also be a small blog component to it.
|
||||||
|
- Law school is back in full swing! I'm juggling a lot of computer projects as well as coursework, so this site might slow a bit.
|
||||||
|
- I did a vegan cheese party with some friends (they're vegan, not me) and made a cheese platter, margherita pizza, and some fried mozz sticks. Here's the result:
|
||||||
|
|
||||||
|
![[Attachments/vegan-cheese.jpg]]
|
||||||
|
## New Pages
|
||||||
|
- I fiddled with the [[index|homepage]] a bit.
|
||||||
|
- I added comments with Remark42, and documented it [[Projects/Obsidian/quartz-comments|here]].
|
||||||
|
- I started fleshing out [[Projects/my-computer|My Computer]].
|
||||||
@ -7,6 +7,8 @@ You're on a site called a [[Misc/what-is-a-garden|Digital Garden]]. Here's some
|
|||||||
|
|
||||||
Feel free to subscribe to [this site's RSS feed](/index.xml) for the latest updates whenever I post.
|
Feel free to subscribe to [this site's RSS feed](/index.xml) for the latest updates whenever I post.
|
||||||
|
|
||||||
|
This site changes often. Check [[Updates]] for a monthly list of changes.
|
||||||
|
|
||||||
# What can I see here?
|
# What can I see here?
|
||||||
I [[about-me|(me, myself)]] write about:
|
I [[about-me|(me, myself)]] write about:
|
||||||
- [[Projects/home|Projects]] I've undertaken
|
- [[Projects/home|Projects]] I've undertaken
|
||||||
|
|||||||
11
content/templates/Update.md
Normal file
11
content/templates/Update.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: Summary of Changes for Month Year
|
||||||
|
draft: true
|
||||||
|
tags:
|
||||||
|
- "#update"
|
||||||
|
---
|
||||||
|
|
||||||
|
## Housekeeping
|
||||||
|
|
||||||
|
## New Pages
|
||||||
|
-
|
||||||
@ -1,13 +1,5 @@
|
|||||||
import { QuartzConfig } from "./quartz/cfg"
|
import { QuartzConfig } from "./quartz/cfg"
|
||||||
import * as Plugin from "./quartz/plugins"
|
import * as Plugin from "./quartz/plugins"
|
||||||
import { OptionType } from "./quartz/plugins/types"
|
|
||||||
|
|
||||||
var remark = Plugin.Remark42({ host: "https://be-far.com/comments", site_id: "remark", theme: "dark", no_footer: true })
|
|
||||||
declare global {
|
|
||||||
var remark_config: OptionType
|
|
||||||
}
|
|
||||||
|
|
||||||
globalThis.remark_config = remark.options
|
|
||||||
|
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
@ -17,7 +9,7 @@ const config: QuartzConfig = {
|
|||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: null,
|
analytics: null,
|
||||||
baseUrl: "be-far.com",
|
baseUrl: "be-far.com",
|
||||||
ignorePatterns: ["private", "templates"],
|
ignorePatterns: ["private", "**/templates"],
|
||||||
theme: {
|
theme: {
|
||||||
typography: {
|
typography: {
|
||||||
header: "Lora",
|
header: "Lora",
|
||||||
@ -26,23 +18,23 @@ const config: QuartzConfig = {
|
|||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
lightMode: {
|
lightMode: {
|
||||||
light: "#faf8f8",
|
light: "#eff1f5",
|
||||||
lightgray: "#e5e5e5",
|
lightgray: "#dce0e8",
|
||||||
gray: "#b8b8b8",
|
gray: "#8c8fa1",
|
||||||
darkgray: "#4e4e4e",
|
darkgray: "#4c4f69",
|
||||||
dark: "#2b2b2b",
|
dark: "#4f4f7f",
|
||||||
secondary: "#284b63",
|
secondary: "#40a02b",
|
||||||
tertiary: "#84a59d",
|
tertiary: "#209fb5",
|
||||||
highlight: "rgba(143, 159, 169, 0.15)",
|
highlight: "rgba(143, 159, 169, 0.15)",
|
||||||
},
|
},
|
||||||
darkMode: {
|
darkMode: {
|
||||||
light: "#161618",
|
light: "#1e1e2e",
|
||||||
lightgray: "#393639",
|
lightgray: "#6c7086",
|
||||||
gray: "#646464",
|
gray: "#a6adc8",
|
||||||
darkgray: "#d4d4d4",
|
darkgray: "#cdd6f4",
|
||||||
dark: "#ebebec",
|
dark: "#cdd6f4",
|
||||||
secondary: "#7b97aa",
|
secondary: "#a6e3a1",
|
||||||
tertiary: "#84a59d",
|
tertiary: "#89dceb",
|
||||||
highlight: "rgba(143, 159, 169, 0.15)",
|
highlight: "rgba(143, 159, 169, 0.15)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -61,7 +53,7 @@ const config: QuartzConfig = {
|
|||||||
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
||||||
Plugin.Latex({ renderEngine: "katex" }),
|
Plugin.Latex({ renderEngine: "katex" }),
|
||||||
Plugin.Description(),
|
Plugin.Description(),
|
||||||
remark
|
Plugin.Remark42({ host: "https://be-far.com/comments", site_id: "remark", theme: "dark", no_footer: true }),
|
||||||
],
|
],
|
||||||
filters: [Plugin.RemoveDrafts()],
|
filters: [Plugin.RemoveDrafts()],
|
||||||
emitters: [
|
emitters: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user