Remove gridsome, configure obsidian for writing
3
content/.obsidian/app.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"legacyEditor": false
|
||||
}
|
3
content/.obsidian/appearance.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"baseFontSize": 16
|
||||
}
|
3
content/.obsidian/community-plugins.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
"obsidian-regex-replace"
|
||||
]
|
15
content/.obsidian/core-plugins.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"page-preview",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
"markdown-importer",
|
||||
"word-count",
|
||||
"open-with-default-app",
|
||||
"file-recovery"
|
||||
]
|
1
content/.obsidian/hotkeys.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
8
content/.obsidian/plugins/obsidian-regex-replace/data.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"findText": "/images/uploads/",
|
||||
"replaceText": "/images/",
|
||||
"useRegEx": false,
|
||||
"selOnly": false,
|
||||
"caseInsensitive": false,
|
||||
"processLineBreak": false
|
||||
}
|
257
content/.obsidian/plugins/obsidian-regex-replace/main.js
vendored
Normal file
10
content/.obsidian/plugins/obsidian-regex-replace/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"author": "Martin Eder",
|
||||
"authorUrl": "https://www.gruware.org",
|
||||
"description": "Find and replace text using regular expressions.",
|
||||
"id": "obsidian-regex-replace",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.12.17",
|
||||
"name": "Regex Find/Replace",
|
||||
"version": "1.1.0"
|
||||
}
|
42
content/.obsidian/plugins/obsidian-regex-replace/styles.css
vendored
Normal file
|
@ -0,0 +1,42 @@
|
|||
.find-replace-modal .modal-content .row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
|
||||
.find-replace-modal .modal-content .row .input-label {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.find-replace-modal .modal-content .row .check-label {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
|
||||
.find-replace-modal .modal-content .row .input-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.find-replace-modal .modal-content .row .input-wrapper input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.find-replace-modal .modal-content .button-wrapper {
|
||||
justify-content: center;
|
||||
margin-top: 16px;
|
||||
}
|
101
content/.obsidian/workspace
vendored
Normal file
|
@ -0,0 +1,101 @@
|
|||
{
|
||||
"main": {
|
||||
"id": "75d903915ef23241",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "3fddf13f52af1e84",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "posts/code2college-volunteering.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "30865ac70bc207ae",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "9aaa0ae66f314347",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "2594c75be9d4b651",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "55a553bf9d5d3792",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "ab84017b75ab8076",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "63fc290c8f569bcf",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "3d0dcb0d8ed96fe5",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "posts/code2college-volunteering.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"active": "3fddf13f52af1e84",
|
||||
"lastOpenFiles": [
|
||||
"posts/code2college-volunteering.md",
|
||||
"posts/code2college-volunteering-resume-prep.md",
|
||||
"posts/austin-givecamp-2019.md",
|
||||
"posts/a_modern_terminal_workflow_4.md",
|
||||
"posts/a_modern_terminal_workflow_3.md",
|
||||
"posts/a_modern_terminal_workflow_2.md",
|
||||
"posts/a_modern_terminal_workflow_1.md",
|
||||
"posts/allovue.md"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 493 KiB After Width: | Height: | Size: 493 KiB |
Before Width: | Height: | Size: 854 KiB After Width: | Height: | Size: 854 KiB |
Before Width: | Height: | Size: 794 KiB After Width: | Height: | Size: 794 KiB |
Before Width: | Height: | Size: 316 KiB After Width: | Height: | Size: 316 KiB |
Before Width: | Height: | Size: 759 KiB After Width: | Height: | Size: 759 KiB |
Before Width: | Height: | Size: 359 KiB After Width: | Height: | Size: 359 KiB |
Before Width: | Height: | Size: 579 KiB After Width: | Height: | Size: 579 KiB |
Before Width: | Height: | Size: 455 KiB After Width: | Height: | Size: 455 KiB |
Before Width: | Height: | Size: 227 KiB After Width: | Height: | Size: 227 KiB |
Before Width: | Height: | Size: 427 KiB After Width: | Height: | Size: 427 KiB |
Before Width: | Height: | Size: 712 KiB After Width: | Height: | Size: 712 KiB |
Before Width: | Height: | Size: 534 KiB After Width: | Height: | Size: 534 KiB |
Before Width: | Height: | Size: 555 KiB After Width: | Height: | Size: 555 KiB |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 864 KiB After Width: | Height: | Size: 864 KiB |
Before Width: | Height: | Size: 784 KiB After Width: | Height: | Size: 784 KiB |
Before Width: | Height: | Size: 447 KiB After Width: | Height: | Size: 447 KiB |
Before Width: | Height: | Size: 468 KiB After Width: | Height: | Size: 468 KiB |
Before Width: | Height: | Size: 496 KiB After Width: | Height: | Size: 496 KiB |
Before Width: | Height: | Size: 467 KiB After Width: | Height: | Size: 467 KiB |
Before Width: | Height: | Size: 449 KiB After Width: | Height: | Size: 449 KiB |
Before Width: | Height: | Size: 714 KiB After Width: | Height: | Size: 714 KiB |
Before Width: | Height: | Size: 215 KiB After Width: | Height: | Size: 215 KiB |
Before Width: | Height: | Size: 615 KiB After Width: | Height: | Size: 615 KiB |
Before Width: | Height: | Size: 603 KiB After Width: | Height: | Size: 603 KiB |
Before Width: | Height: | Size: 638 KiB After Width: | Height: | Size: 638 KiB |
Before Width: | Height: | Size: 682 KiB After Width: | Height: | Size: 682 KiB |
Before Width: | Height: | Size: 302 KiB After Width: | Height: | Size: 302 KiB |
Before Width: | Height: | Size: 619 KiB After Width: | Height: | Size: 619 KiB |
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 204 KiB |
Before Width: | Height: | Size: 685 KiB After Width: | Height: | Size: 685 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 512 KiB After Width: | Height: | Size: 512 KiB |
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 354 KiB |
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
Before Width: | Height: | Size: 502 KiB After Width: | Height: | Size: 502 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 285 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 324 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 943 KiB After Width: | Height: | Size: 943 KiB |
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 522 KiB After Width: | Height: | Size: 522 KiB |
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 547 KiB After Width: | Height: | Size: 547 KiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 322 KiB |
Before Width: | Height: | Size: 331 KiB After Width: | Height: | Size: 331 KiB |
Before Width: | Height: | Size: 596 KiB After Width: | Height: | Size: 596 KiB |
Before Width: | Height: | Size: 483 KiB After Width: | Height: | Size: 483 KiB |
Before Width: | Height: | Size: 996 KiB After Width: | Height: | Size: 996 KiB |
Before Width: | Height: | Size: 935 KiB After Width: | Height: | Size: 935 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
Before Width: | Height: | Size: 678 KiB After Width: | Height: | Size: 678 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 324 KiB |
Before Width: | Height: | Size: 768 KiB After Width: | Height: | Size: 768 KiB |
Before Width: | Height: | Size: 365 KiB After Width: | Height: | Size: 365 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 394 KiB After Width: | Height: | Size: 394 KiB |
Before Width: | Height: | Size: 375 KiB After Width: | Height: | Size: 375 KiB |
Before Width: | Height: | Size: 321 KiB After Width: | Height: | Size: 321 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 4.8 MiB After Width: | Height: | Size: 4.8 MiB |
Before Width: | Height: | Size: 547 KiB After Width: | Height: | Size: 547 KiB |
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 198 KiB |
Before Width: | Height: | Size: 601 KiB After Width: | Height: | Size: 601 KiB |
Before Width: | Height: | Size: 544 KiB After Width: | Height: | Size: 544 KiB |
Before Width: | Height: | Size: 666 KiB After Width: | Height: | Size: 666 KiB |
|
@ -4,7 +4,7 @@ date: 2019-01-06T02:38:11.836Z
|
|||
tags:
|
||||
- Furry
|
||||
- Volunteering
|
||||
coverImage: /images/uploads/47110974_2257858057793481_3035723263510177461_n.jpg
|
||||
coverImage: images/47110974_2257858057793481_3035723263510177461_n.jpg
|
||||
description: Volunteering with Austin Humane Society
|
||||
---
|
||||
Q2 collaborated with the Austin Humane Society to host a Pup Pub Crawl! And that just wouldn't be complete without a pup, so I volunteered to make some people smile.
|
||||
|
|
|
@ -5,7 +5,7 @@ tags:
|
|||
- Career
|
||||
- Tech
|
||||
- Ember
|
||||
coverImage: /images/uploads/allovue-team-page.png
|
||||
coverImage: images/allovue-team-page.png
|
||||
description: >-
|
||||
Proud to announce I'm now a Software Engineer at Allovue!
|
||||
---
|
||||
|
|
|
@ -3,9 +3,9 @@ title: Austin Givecamp 2019
|
|||
date: 2019-04-01T01:30:47.065Z
|
||||
tags:
|
||||
- Volunteering
|
||||
coverImage: /images/uploads/56656354_430749637673816_8996689288576913577_n.jpg
|
||||
coverImage: images/56656354_430749637673816_8996689288576913577_n.jpg
|
||||
description: Another non-profit site launched!
|
||||
---
|
||||
Had a productive weekend with the lovely folks at [Austin Givecamp](https://www.austingivecamp.org/) rebuilding the Stronger Than DIPG site! <https://strongerthandipg.org/>
|
||||
|
||||

|
||||

|
||||
|
|
|
@ -3,7 +3,7 @@ title: Batch of Kobolds!
|
|||
date: 2019-05-03T23:32:11.268Z
|
||||
tags:
|
||||
- Mini
|
||||
coverImage: /images/uploads/kobolds.jpg
|
||||
coverImage: images/kobolds.jpg
|
||||
description: >-
|
||||
First true dive into painting minis, this is going to be a wonderfully
|
||||
dangerous hobby!
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Best Improv Performance Yet!
|
|||
date: 2019-02-25T02:14:25.801Z
|
||||
tags:
|
||||
- Stage
|
||||
coverImage: /images/uploads/screenshot_20190224-234525_firefox_focus.jpg
|
||||
coverImage: images/screenshot_20190224-234525_firefox_focus.jpg
|
||||
description: Just sharing a little joy real quick!
|
||||
---
|
||||
It's difficult to put into words just how great this improv show was. Take my word for it and watch it here! https://www.twitch.tv/videos/391582582?filter=highlights&sort=time
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Catjingle 5k - A First!
|
|||
date: 2018-12-16T02:22:33.382Z
|
||||
tags:
|
||||
- Life
|
||||
coverImage: /images/uploads/img_20181215_095034-01.jpeg
|
||||
coverImage: images/img_20181215_095034-01.jpeg
|
||||
description: "\U0001F3C3♀️\U0001F3C3♂️ \U0001F3C3♀️\U0001F3C3♂️"
|
||||
---
|
||||
Such a rewarding experience! A lot of hard work has paid off, now for the next goal! Which I haven't decided yet... :)
|
||||
|
|
|
@ -4,7 +4,7 @@ date: 2018-12-13T02:24:23.863Z
|
|||
tags:
|
||||
- Volunteering
|
||||
- Life
|
||||
coverImage: /images/uploads/code2college.jpg
|
||||
coverImage: images/code2college.jpg
|
||||
description: Volunteering with Code2College has been very worthwhile!
|
||||
---
|
||||
Volunteering with Code2College has been very worthwhile! They let Hopper help out too :D
|
||||
|
|
|
@ -3,11 +3,11 @@ title: Code2College - Volunteering
|
|||
date: 2018-12-02T02:42:01.215Z
|
||||
tags:
|
||||
- Volunteering
|
||||
coverImage: /images/uploads/47045438_2324370420967823_4079771929509666743_n.jpg
|
||||
coverImage: images/47045438_2324370420967823_4079771929509666743_n.jpg
|
||||
description: 'Interview Prep, Cirriculum Development'
|
||||
---
|
||||
Hopper and I have been assisting Code2College whenever we can this year! Be it interview practice, resume reviews, or rewriting the HTML/CSS/JS cirriculum. This year there will be a significant section focused around A11y! It's difficult to express how important it is to teach this early.
|
||||
|
||||

|
||||

|
||||
|
||||
I'm so proud of all the volunteers and the work that's being done.
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Coming Out Again - NB
|
|||
date: 2019-06-22T19:28:53.140Z
|
||||
tags:
|
||||
- Queer
|
||||
coverImage: /images/uploads/20190621_082815-01.jpeg
|
||||
coverImage: images/20190621_082815-01.jpeg
|
||||
description: >-
|
||||
Queer folx are always coming out again and again. So, let's run the tape once
|
||||
more! Non-binary edition.
|
||||
|
|
|
@ -4,14 +4,14 @@ date: 2020-02-17
|
|||
tags:
|
||||
- Art
|
||||
- Design
|
||||
coverImage: /images/uploads/crabs.png
|
||||
coverImage: images/crabs.png
|
||||
description: Diving headfirst into pixel art for Twitch Streaming
|
||||
---
|
||||
Buddy of mine [Yuushagani](https://www.twitch.tv/yuushagani) started really getting into Twitch streaming recently and needed some art done. I was happy to jump in where I could!
|
||||
|
||||
It began with a sketch his wife (who goes by the handle of butanosuka) painted for the "King Crab" which Yuushagani roughly translates too. I digitized the crab design and packaged up an archive of a banner, avatar and several emotes.
|
||||
|
||||

|
||||

|
||||
|
||||
Later, Yuushagani added [Stream Avatars](https://streamavatars.com/) which introduced little animated characters that walk around the screen with various attachments like hats and holdables. I've since made roughly half of the crab pixel art for the channel that the followers can enjoy as they scuttle across the screen!
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ So we flipped the desk. I chose Linux over MacOS because, well, I'd hoped it wou
|
|||
|
||||
## The Result
|
||||
|
||||

|
||||

|
||||
|
||||
Put simply, I'm finally able to use the tools that even on MacOS didn't run well. I was able to refer back to [my previous articles on writing dotfiles](https://wrotenwrites.com/a_modern_terminal_workflow_1/) while making adjustments for the platform, the fact that it's 2018, and to change things up just a little. I find it beautiful and familiar.
|
||||
|
||||
|
|