diff options
Diffstat (limited to 'blog/2021-07-02.md')
-rw-r--r-- | blog/2021-07-02.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/2021-07-02.md b/blog/2021-07-02.md index 02f912d..48ef972 100644 --- a/blog/2021-07-02.md +++ b/blog/2021-07-02.md @@ -9,7 +9,7 @@ Welcome to [eug-vs.xyz](https://eug-vs.xyz)! This is my personal website where I 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 +# 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 |