diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-19 14:27:32 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-19 14:27:32 +0300 |
commit | a7a039a704360f102ac8c678533c5cf113a499a1 (patch) | |
tree | 92179e76e294e2f0e41cc670a34eff7231d782d2 /blog/2021-07-02.md | |
parent | e6a2cbada3d44908c74974223a5328b43969e689 (diff) | |
download | eug-vs-xyz-a7a039a704360f102ac8c678533c5cf113a499a1.tar.gz |
feat: use more of the wiki-style
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 |