diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 15:04:56 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 15:04:56 +0300 |
commit | 24639575c32e48a3db46e06be6a3a25cd80e8991 (patch) | |
tree | c8d86d84ce9581a65471d0d4aa6720b4506fe6ae /blog/2021-07-02.md | |
parent | 0b7bc99af62aa53148b7fcede648e5dfb6e2ca22 (diff) | |
download | eug-vs-xyz-24639575c32e48a3db46e06be6a3a25cd80e8991.tar.gz |
refactor: change prject structure
Diffstat (limited to 'blog/2021-07-02.md')
-rw-r--r-- | blog/2021-07-02.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/blog/2021-07-02.md b/blog/2021-07-02.md deleted file mode 100644 index 48ef972..0000000 --- a/blog/2021-07-02.md +++ /dev/null @@ -1,17 +0,0 @@ -# My plans for this website -Welcome to [eug-vs.xyz](https://eug-vs.xyz)! This is my personal website where I plan to set up a bunch of cool things, namely: - - SearX instance - - Email server (*already up and running!*) - - [TaskWarrior](https://taskwarrior.org) server - - This blog - - Knowledge base - -I decided that I will write content for this website in `Markdown`, since it's the way of writing I am already so used to. -I use [vimwiki](https://github.com/vimwiki/vimwiki) for writing and then I just pipe my `.md` files into `pandoc` which gives me nice static web pages. No bullshit, ads, trackers or client-side JavaScript here. - -# Structure -Vimwiki provides a very good notes structure out of the box: you have your **main wiki** and **diary**: - - **Main wiki** will be represented as a knowledge base, where I'll put things that I consider important and worth being indexed - - **Diary** will form this blog - where I'll put everything that does not fit into the main wiki but still worth sharing - -This way I can keep my writing workflow the same, I don't have to switch to the new patterns or anything else. |