quick start

Run following command to install current hugo theme, even, which has not been maintained for a long time.

1
$ git clone https://github.com/olOwOlo/hugo-theme-even themes/even

NOTE: For this theme, you should use post instead of posts, namely hugo new post/some-content.md

hugo version: v0.111.3+extended

remember to add following identifier refer to yandex email.

  ---
config:
  look: handDrawn
  theme: forest
---
flowchart LR
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]