Skip to content

ethanppl/wiki

Repository files navigation

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/*