Skip to content

Markdown

  • https://markdown.com.cn/

Mkdocs-material

  • https://squidfunk.github.io/mkdocs-material/
  • https://github.com/squidfunk/mkdocs-material
conda create -n mkdocs -y mkdocs mkdocs-material -c conda-forge
pip install mkdocs-material # (1)!
pip install mkdocs-material[imaging]
  1. 使用pip需修改pypi镜像:

    pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
    

    如为loongarch abi2平台,需增加补充镜像:

    # https://docs.loongnix.cn/python/python.html
    pip config set global.extra-index-url "https://pypi.loongnix.cn/loongson/pypi"
    

Badges & Favicon

  • http://www.antifavicon.com/ - Favicon Generator
  • http://www.acasystems.com/en/button-maker/ - 80x15 Brilliant Button Maker
  • https://github.com/badges/shields - Badges
  • https://web.badges.world/ - Web Badges World

Search Engine Optimization

  • https://www.bing.com/webmasters/
  • https://search.google.com/search-console

Slidev

  • https://sli.dev/
  • https://github.com/slidevjs/slidev

  • https://github.com/nvm-sh/nvm

  • https://npmmirror.com/

  • https://github.com/Molunerfinn/PicGo

VSCodium

  • https://github.com/excalidraw/excalidraw-vscode
  • https://github.com/hediet/vscode-drawio
  • https://shd101wyy.github.io/markdown-preview-enhanced/
  • https://markdown-all-in-one.github.io/docs/
  • https://github.com/formulahendry/vscode-code-runner