From fb3b6f0f505a5527252dd00dae3d1f469b2fa94c Mon Sep 17 00:00:00 2001 From: Miguel Pimentel Date: Fri, 15 Mar 2024 09:23:08 -0700 Subject: [PATCH] Pull-Request [ariasae-vault-backup-3-15-2024] from Obsidian (#61) --- content/Journal.md | 3 ++- content/Meta.md | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/content/Journal.md b/content/Journal.md index 1a99e2f12..e3f74cf81 100644 --- a/content/Journal.md +++ b/content/Journal.md @@ -15,6 +15,7 @@ compartir: true - Currently using [Eleventy Vite](https://github.com/matthiasott/eleventy-plus-vite) to publish [MiguelPimente.do](https://miguelpimentel.do). The plan is to transition to a new starter I'm working on. - Refreshed all my notes within [Forgetful Notes](https://forgetfulnotes.com/). Revised the desktop layouts. - Learning [Nunjucks](https://mozilla.github.io/nunjucks/) to use it as templating engine within [Eleventy](https://www.11ty.dev/). +- Revisited my [GitHub Stars](https://github.com/semanticdata/github-stars). Removed a lot of unused ones and added the interesting ones to my [Raindrop.io](https://rindrop.io) [public page](https://raindrop.io/SemanticData). The rest can be found in [this repository](https://github.com/semanticdata/github-stars). - Learning about [HTTP Headers](https://vercel.com/docs/edge-network/headers) and how to apply them via `vercel.json` in the repository root. - [Mozilla Observatory](https://observatory.mozilla.org/) is my choice to check headers and other security evaluations. - Took up the [One HTML Page Challenge](onehtmlpagechallenge.com). Find my source code [here](https://github.com/semanticdata/one-html-page-challenge). @@ -71,4 +72,4 @@ compartir: true - Added dark theme and toggle to the [Anpu Zola](https://github.com/zbrox/anpu-zola-theme) theme. > [!note] -> I'm still defining what exactly I should include in the journal. Making sure it's not _too_ technical, or difficult to read. +> I'm still defining what exactly I should include in this journal. I'm currently making sure it's not _too_ technical, or difficult to read. diff --git a/content/Meta.md b/content/Meta.md index 8bf8058db..0abddd282 100644 --- a/content/Meta.md +++ b/content/Meta.md @@ -15,7 +15,7 @@ tags: Forgetful Notes has gone through many changes. I have not been shy about moving from technology to technology as I learn new things. Coming across the world of [[./Static Site Generators|Static Site Generators]] was a game changer. I have ran my notes through [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), [MkDocs](https://squidfunk.github.io/mkdocs-material/), [Zola](https://www.getzola.org/), and most recently [Eleventy](https://www.11ty.dev/). -However, this site is not specifically built with any of the aforementioned. Instead I have opted to follow in the footsteps of [Jacky Zhao](https://github.com/jackyzha0) and created my [[./Digital Garden|Digital Garden]] using the new fully rewritten [Quartz](https://github.com/jackyzha0/quartz)—a set of tools that helps you publish your digital garden and notes as a website for free. +However, this site is not specifically built with any of the aforementioned. Instead I have opted to follow in the footsteps of [Jacky Zhao](https://github.com/jackyzha0) and created my [[./Digital Garden|digital garden]] using the new fully rewritten [Quartz](https://github.com/jackyzha0/quartz)—a set of tools that helps you publish your digital garden and notes as a website for free. ## Technology @@ -50,3 +50,7 @@ root/ └── quartz.layout.ts └── package.json ``` + +## License + +This website is released under the [MIT License](https://github.com/semanticdata/forgetful-notes?tab=MIT-1-ov-file#readme).