diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-24 01:10:21 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-24 01:10:21 +0100 |
| commit | d2a396e8385c8ea7d3d7e3a18ab7677140e38c72 (patch) | |
| tree | 4554f9c91fe0ab61c65a3de1fff4efcd7d41cbcd | |
| parent | 5b14c86f74949f600cbef7775bd712c6f6b13ed8 (diff) | |
| download | mitjafelicijan.com-d2a396e8385c8ea7d3d7e3a18ab7677140e38c72.tar.gz | |
Renamed thoughs into journal
| -rw-r--r-- | .pages.yml | 8 | ||||
| -rw-r--r-- | _layouts/base.html | 2 | ||||
| -rw-r--r-- | _posts/journal/2024-02-23-js-world-is-bonkers.md (renamed from _posts/thoughts/2024-02-23-js-world-is-bonkers.md) | 4 | ||||
| -rw-r--r-- | _posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md (renamed from _posts/thoughts/2024-02-23-just-found-llamaindex-and-its-really-good.md) | 4 | ||||
| -rw-r--r-- | _posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md (renamed from _posts/thoughts/2024-02-23-modern-websites-have-become-unusable-mess.md) | 4 | ||||
| -rw-r--r-- | _posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md (renamed from _posts/thoughts/2024-02-24-pagescms-for-editing-markdown-files.md) | 4 | ||||
| -rw-r--r-- | _posts/thoughts/.gitkeep | 0 | ||||
| -rw-r--r-- | journal.html (renamed from thoughts.html) | 4 |
8 files changed, 15 insertions, 15 deletions
| @@ -76,10 +76,10 @@ content: | |||
| 76 | - name: body | 76 | - name: body |
| 77 | label: Body | 77 | label: Body |
| 78 | type: rich-text | 78 | type: rich-text |
| 79 | - name: thoughts | 79 | - name: journal |
| 80 | label: Thoughts | 80 | label: Journal |
| 81 | type: collection | 81 | type: collection |
| 82 | path: _posts/thoughts | 82 | path: _posts/journal |
| 83 | fields: | 83 | fields: |
| 84 | - name: title | 84 | - name: title |
| 85 | label: Title | 85 | label: Title |
| @@ -97,7 +97,7 @@ content: | |||
| 97 | - name: type | 97 | - name: type |
| 98 | label: Type | 98 | label: Type |
| 99 | type: string | 99 | type: string |
| 100 | default: thought | 100 | default: journal |
| 101 | hidden: true | 101 | hidden: true |
| 102 | - name: body | 102 | - name: body |
| 103 | label: Body | 103 | label: Body |
diff --git a/_layouts/base.html b/_layouts/base.html index a7be38c..6cddf18 100644 --- a/_layouts/base.html +++ b/_layouts/base.html | |||
| @@ -226,7 +226,7 @@ | |||
| 226 | <header> | 226 | <header> |
| 227 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation" aria-label="Main navigation"> | 227 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation" aria-label="Main navigation"> |
| 228 | <a href="/">Home</a> | 228 | <a href="/">Home</a> |
| 229 | <a href="/thoughts.html">Thoughts</a> | 229 | <a href="/journal.html">Journal</a> |
| 230 | <a href="/vault.html">Vault</a> | 230 | <a href="/vault.html">Vault</a> |
| 231 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> | 231 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> |
| 232 | <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/thoughts/2024-02-23-js-world-is-bonkers.md b/_posts/journal/2024-02-23-js-world-is-bonkers.md index c08d8cd..9d44f2a 100644 --- a/_posts/thoughts/2024-02-23-js-world-is-bonkers.md +++ b/_posts/journal/2024-02-23-js-world-is-bonkers.md | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | title: JS world is bonkers | 2 | title: JS world is bonkers |
| 3 | date: 2024-02-23T10:39:00+01:00 | 3 | date: 2024-02-23T10:39:00+01:00 |
| 4 | published: true | 4 | published: true |
| 5 | type: thought | 5 | type: journal |
| 6 | --- | 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. \ No newline at end of file | 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/thoughts/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 index addf464..1d20461 100644 --- a/_posts/thoughts/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 | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | title: Just found LlamaIndex and it's really good | 2 | title: Just found LlamaIndex and it's really good |
| 3 | date: 2024-02-23T16:40:00+01:00 | 3 | date: 2024-02-23T16:40:00+01:00 |
| 4 | published: true | 4 | published: true |
| 5 | type: thought | 5 | type: journal |
| 6 | --- | 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. \ No newline at end of file | 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/thoughts/2024-02-23-modern-websites-have-become-unusable-mess.md b/_posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md index 028d417..ef97db8 100644 --- a/_posts/thoughts/2024-02-23-modern-websites-have-become-unusable-mess.md +++ b/_posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | title: Modern websites have become unusable mess | 2 | title: Modern websites have become unusable mess |
| 3 | date: 2024-02-23T11:40:00+01:00 | 3 | date: 2024-02-23T11:40:00+01:00 |
| 4 | published: true | 4 | published: true |
| 5 | type: thought | 5 | type: journal |
| 6 | --- | 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. \ No newline at end of file | 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/thoughts/2024-02-24-pagescms-for-editing-markdown-files.md b/_posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md index 370cbc9..f52c157 100644 --- a/_posts/thoughts/2024-02-24-pagescms-for-editing-markdown-files.md +++ b/_posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | title: PagesCMS for editing markdown files | 2 | title: PagesCMS for editing markdown files |
| 3 | date: 2024-02-24T00:29:00+01:00 | 3 | date: 2024-02-24T00:29:00+01:00 |
| 4 | published: true | 4 | published: true |
| 5 | type: thought | 5 | type: journal |
| 6 | --- | 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. \ No newline at end of file | 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/_posts/thoughts/.gitkeep b/_posts/thoughts/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/_posts/thoughts/.gitkeep +++ /dev/null | |||
diff --git a/thoughts.html b/journal.html index 89159c3..bad099d 100644 --- a/thoughts.html +++ b/journal.html | |||
| @@ -2,9 +2,9 @@ | |||
| 2 | layout: index | 2 | layout: index |
| 3 | --- | 3 | --- |
| 4 | 4 | ||
| 5 | <h2>Thoughts in microbloging style</h2> | 5 | <h2>Journal in microbloging style</h2> |
| 6 | {% for post in site.posts %} | 6 | {% for post in site.posts %} |
| 7 | {% if post.type == "thought" %} | 7 | {% if post.type == "journal" %} |
| 8 | <article> | 8 | <article> |
| 9 | <div><strong>{{ post.title }}</strong></div> | 9 | <div><strong>{{ post.title }}</strong></div> |
| 10 | <div><small><i>{{ post.date | date: '%B %d, %Y' }}</i></small></div> | 10 | <div><small><i>{{ post.date | date: '%B %d, %Y' }}</i></small></div> |
