mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: replace nearly all Wikipedia links with Grokipedia
chore: remove cspell
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro noindex
|
||||
import GridLayout from '../layouts/GridLayout.astro';
|
||||
|
||||
import PageTitle from '../components/PageTitle.astro';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro pagefind minmax
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
type AiArt = CollectionEntry<'ai-art'>;
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro subheadline imhoff stefanimhoff noindex
|
||||
import Divider from '../components/Divider.astro';
|
||||
import DownloadLink from '../components/DownloadLink.astro';
|
||||
import EmailLink from '../components/EmailLink.astro';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro pagefind minmax
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
type Haiku = CollectionEntry<'haiku'>;
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro imhoff fullsize webp pagefind
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
type JournalType = CollectionEntry<'journal'>;
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro pagefind
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
type Journal = CollectionEntry<'journal'>;
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
@@ -131,7 +131,7 @@ I try to live by these rules, beliefs, and principles. They are taken from every
|
||||
- You can tell all the lies you want, but don’t force me to consume or pay for them
|
||||
- All state television must be abolished!
|
||||
- Don’t be a _Mitläufer_ (passive follower)
|
||||
- Be the 25 % in the [Asch](https://en.wikipedia.org/wiki/Asch_conformity_experiments) and [Milgram](https://en.wikipedia.org/wiki/Milgram_experiment) experiments
|
||||
- Be the 25 % in the [Asch](https://grokipedia.com/page/Asch_conformity_experiments) and [Milgram](https://grokipedia.com/page/Milgram_experiment) experiments
|
||||
- Resist the war against excellence, individualism, and the urge to conformity and mediocrity
|
||||
- If you make everything equal, you reach the lowest common denominator
|
||||
- Exit via voice
|
||||
|
||||
@@ -18,5 +18,5 @@ The concept of a [Now](https://nownownow.com/) page is an idea by [Derek Silvers
|
||||
- 🖌️ Learning sketching with ink and watercolor and posting my art on [Instagram](https://www.instagram.com/kogakure.art/)
|
||||
- 🪢 Learning to tie [knots](https://www.animatedknots.com/)
|
||||
- 📝 Creating and reviewing highlights with [Readwise](https://readwise.io/i/stefan805) every day
|
||||
- 🗃️ Connecting ideas with the [Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) note-taking method, using [Obsidian](https://obsidian.md/)
|
||||
- 🗃️ Connecting ideas with the [Zettelkasten](https://grokipedia.com/page/Zettelkasten) note-taking method, using [Obsidian](https://obsidian.md/)
|
||||
- 📚 Always reading at least two or three [books](https://www.goodreads.com/kogakure) at the same time
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro fullsize
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
type Projects = CollectionEntry<'projects'>;
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Cspell:words astrojs astro
|
||||
import rss from '@astrojs/rss';
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Cspell:words astro astrojs
|
||||
import rss from '@astrojs/rss';
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Cspell:words astro astrojs sketchnotes
|
||||
import rss from '@astrojs/rss';
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro sketchnotes pagefind minmax
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
type Sketchnotes = CollectionEntry<'sketchnotes'>;
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
type Journal = CollectionEntry<'journal'>;
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
type Journal = CollectionEntry<'journal'>;
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
// Cspell:words astro nobyoshi hamada nbsp
|
||||
import GridLayout from '../layouts/GridLayout.astro';
|
||||
|
||||
import AmazonBook from '../components/AmazonBook.astro';
|
||||
|
||||
Reference in New Issue
Block a user