Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 619 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 619 Bytes

My Wiki

Check out the Wiki at ethanppl.github.io/wiki.

This is a personal wiki inspired by https://wiki.nikiv.dev/ (code). This website is built using Docusaurus 2.

All the content is in the docs folder written in Markdown.

Little bit stats

The number of `.md`` files, the number of links and the number of bullet points:

npm run count

Number of links in each file:

grep -rce \[[[:alnum:][:blank:][:punct:]]*\]\(http.*\) --include \*.md docs/*