diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-02 02:38:41 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-02 02:38:41 +0100 |
| commit | 384235475fa9578d52210c2f80d18c3cfec00813 (patch) | |
| tree | 8a55803a7f6bc79554ca4f823909d347ecf10a9e | |
| parent | 15d47c516610da42b589670c8497007c3e607d8b (diff) | |
| download | mitjafelicijan.com-384235475fa9578d52210c2f80d18c3cfec00813.tar.gz | |
Removed journal
| -rw-r--r-- | .pages.yml | 26 | ||||
| -rw-r--r-- | _layouts/base.html | 1 | ||||
| -rw-r--r-- | _posts/journal/2024-02-23-js-world-is-bonkers.md | 7 | ||||
| -rw-r--r-- | _posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md | 7 | ||||
| -rw-r--r-- | _posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md | 7 | ||||
| -rw-r--r-- | _posts/journal/2024-02-24-cool-open-source-vcv-rack-2-modules.md | 7 | ||||
| -rw-r--r-- | _posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md | 7 | ||||
| -rw-r--r-- | journal.html | 14 |
8 files changed, 0 insertions, 76 deletions
| @@ -76,29 +76,3 @@ content: | |||
| 76 | - name: body | 76 | - name: body |
| 77 | label: Body | 77 | label: Body |
| 78 | type: rich-text | 78 | type: rich-text |
| 79 | - name: journal | ||
| 80 | label: Journal | ||
| 81 | type: collection | ||
| 82 | path: _posts/journal | ||
| 83 | fields: | ||
| 84 | - name: title | ||
| 85 | label: Title | ||
| 86 | type: string | ||
| 87 | - name: date | ||
| 88 | label: Date | ||
| 89 | type: date | ||
| 90 | options: | ||
| 91 | time: true | ||
| 92 | format: YYYY-MM-DDTHH:mm:ssZ | ||
| 93 | - name: published | ||
| 94 | label: Published | ||
| 95 | type: boolean | ||
| 96 | default: false | ||
| 97 | - name: type | ||
| 98 | label: Type | ||
| 99 | type: string | ||
| 100 | default: journal | ||
| 101 | hidden: true | ||
| 102 | - name: body | ||
| 103 | label: Body | ||
| 104 | type: rich-text | ||
diff --git a/_layouts/base.html b/_layouts/base.html index 06679b9..cd7d8a9 100644 --- a/_layouts/base.html +++ b/_layouts/base.html | |||
| @@ -227,7 +227,6 @@ | |||
| 227 | <header> | 227 | <header> |
| 228 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation" aria-label="Main navigation"> | 228 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation" aria-label="Main navigation"> |
| 229 | <a href="/">Home</a> | 229 | <a href="/">Home</a> |
| 230 | <a href="/journal.html">Journal</a> | ||
| 231 | <a href="/vault.html">Vault</a> | 230 | <a href="/vault.html">Vault</a> |
| 232 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> | 231 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> |
| 233 | <a href="/assets/mitjafelicijan.pgp.pub.txt" target="_blank" class="hob">PGP</a> | 232 | <a href="/assets/mitjafelicijan.pgp.pub.txt" target="_blank" class="hob">PGP</a> |
diff --git a/_posts/journal/2024-02-23-js-world-is-bonkers.md b/_posts/journal/2024-02-23-js-world-is-bonkers.md deleted file mode 100644 index 9d44f2a..0000000 --- a/_posts/journal/2024-02-23-js-world-is-bonkers.md +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: JS world is bonkers | ||
| 3 | date: 2024-02-23T10:39:00+01:00 | ||
| 4 | published: true | ||
| 5 | type: journal | ||
| 6 | --- | ||
| 7 | No matter what's happening in the realm of JavaScript, one undeniable truth remains: it's utterly chaotic, and there's an impending burst on the horizon. When it does burst, we'll all feel the repercussions. The unpredictability of it all is simply staggering. | ||
diff --git a/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md b/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md deleted file mode 100644 index 1d20461..0000000 --- a/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: Just found LlamaIndex and it's really good | ||
| 3 | date: 2024-02-23T16:40:00+01:00 | ||
| 4 | published: true | ||
| 5 | type: journal | ||
| 6 | --- | ||
| 7 | Had to do some RAG-style of AI assistance, and [https://docs.llamaindex.ai/en/stable/](https://docs.llamaindex.ai/en/stable/) is absolutely spectacular. It shaved off days of work. Automatic indexing to vector database of PDF, text files and also images is insane. | ||
diff --git a/_posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md b/_posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md deleted file mode 100644 index ef97db8..0000000 --- a/_posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: Modern websites have become unusable mess | ||
| 3 | date: 2024-02-23T11:40:00+01:00 | ||
| 4 | published: true | ||
| 5 | type: journal | ||
| 6 | --- | ||
| 7 | I try to stay away from websites as much as possible. The bloat is real. Thank God for RSS. I really think it's time to rethink the modern web. Gopher was actually a really good idea. Such a shame, everything nowadays relies on this abomination we know as the web. | ||
diff --git a/_posts/journal/2024-02-24-cool-open-source-vcv-rack-2-modules.md b/_posts/journal/2024-02-24-cool-open-source-vcv-rack-2-modules.md deleted file mode 100644 index c957114..0000000 --- a/_posts/journal/2024-02-24-cool-open-source-vcv-rack-2-modules.md +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: Cool open source VCV Rack 2 modules | ||
| 3 | date: 2024-02-24T04:47:00+01:00 | ||
| 4 | published: true | ||
| 5 | type: journal | ||
| 6 | --- | ||
| 7 | Very good resource to learn about module development for [https://vcvrack.com/Rack](https://vcvrack.com/Rack) and some very neat modules [https://github.com/cosinekitty/sapphire](https://github.com/cosinekitty/sapphire). \ No newline at end of file | ||
diff --git a/_posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md b/_posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md deleted file mode 100644 index f52c157..0000000 --- a/_posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: PagesCMS for editing markdown files | ||
| 3 | date: 2024-02-24T00:29:00+01:00 | ||
| 4 | published: true | ||
| 5 | type: journal | ||
| 6 | --- | ||
| 7 | I just checked out [http://pagescms.org](http://pagescms.org) and this thing is absolutely amazing. Extreemly easy to set up. Kudos to the author. Very similar to Decap. It's a Git-based CMS. A lot of the times I wanted to write something on this site but was too lazy to do all the terminal work. Gonna give it a test run. | ||
diff --git a/journal.html b/journal.html deleted file mode 100644 index 9b34045..0000000 --- a/journal.html +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | --- | ||
| 2 | layout: index | ||
| 3 | --- | ||
| 4 | |||
| 5 | <h2>Journal in microbloging style</h2> | ||
| 6 | {% for post in site.posts %} | ||
| 7 | {% if post.type == "journal" %} | ||
| 8 | <article> | ||
| 9 | <div><strong>{{ post.title }}</strong></div> | ||
| 10 | <div><small><i>{{ post.date | date: '%B %d, %Y' }} at {{ post.date | date: '%I:%m %p' }}</i></small></div> | ||
| 11 | <div>{{ post.content }}</div> | ||
| 12 | </article> | ||
| 13 | {% endif %} | ||
| 14 | {% endfor %} | ||
