Change config
This commit is contained in:
parent
04d7bd7b41
commit
3c15cf0eba
|
@ -1,10 +1,6 @@
|
|||
**about this space —** This website is my public notebook spanning multiple interests of mine. I enjoy collecting experiences & knowledge, & I’m mostly driven by a boundless (and sometimes foolish) curiosity & desire to make sense of the world so that I can solve the problems that I’m interested in. The dots might not connect now but I believe (or hope) that someday they will.
|
||||
**about —** This website is my public notebook spanning multiple interests of mine. I enjoy collecting experiences & knowledge, & I’m mostly driven by a boundless (and sometimes foolish) curiosity & desire to make sense of the world so that I can solve the problems that I’m interested in. The dots might not connect now but I believe (or hope) that someday they will.
|
||||
|
||||
I intentionally try my best not to share anything work related here unless really necessary. If for some reason you're interested in my professional projects, current and past roles, conference talks, and academic papers - contact me via the e-mail below.
|
||||
|
||||
Test change
|
||||
|
||||
**navigating this space —**
|
||||
**navigation —**
|
||||
|
||||
- [Writings](/Posts/): reasonably complete thinking outputs.
|
||||
- [Field Notes](/Field-Notes//): records of observations and experiences, a collection of journals of sorts. Mostly travel related, but not always.
|
||||
|
@ -12,4 +8,4 @@ Test change
|
|||
|
||||
**whoami —** she/her. I work as a machine learning engineer. I'm currently based in Berlin, previously in Singapore & Jakarta.
|
||||
|
||||
**contact —** mail[at]heygal.space
|
||||
**contact —** mail[at]velouria.dev
|
||||
|
|
|
@ -3,13 +3,13 @@ import * as Plugin from "./quartz/plugins"
|
|||
|
||||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
pageTitle: "heygal.space",
|
||||
pageTitle: "notes.velouria.dev",
|
||||
enableSPA: true,
|
||||
enablePopovers: true,
|
||||
analytics: {
|
||||
provider: "plausible",
|
||||
},
|
||||
baseUrl: "heygal.space",
|
||||
baseUrl: "notes.velouria.dev",
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
|
|
Loading…
Reference in New Issue