Python-Markdown扩展
User Guide - Writing your docs。
MkDocs pages must be authored in Markdown.
MkDocs uses the Python-Markdown library to render Markdown documents to HTML.
Material for MkDocs - Python Markdown
User Guide - Writing your docs。
MkDocs pages must be authored in Markdown.
MkDocs uses the Python-Markdown library to render Markdown documents to HTML.
Material for MkDocs - Python Markdown
User Guide - Customizing Your Theme。
Altering a theme to suit your needs.
If you would like to make a few tweaks to an existing theme, there is no need to create your own theme from scratch. For minor tweaks which only require some CSS and/or JavaScript, you can use the docs_dir
. However, for more complex customizations, including overriding templates, you will need to use the theme custom_dir
setting.
User Guide - Configuration
Project settings are configured by default using a YAML configuration file in the project directory named mkdocs.yml. You can specify another path for it by using the -f/--config-file option (see mkdocs build --help).
As a minimum, this configuration file must contain the site_name
. All other settings are optional.
Project documentation with Markdown.
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. Start by reading the introductory tutorial, then check the User Guide for more information.
Previously, I've created and run a cloudflared tunnel for web server exposure on the rpi4b-ubuntu platform.
In this article, I'll try to configure remote SSH through the Cloudflare zero-trust application and tunnel route, reusing a public hostname.
In this article I have recorded the journal of the installation of cloudflared and the basic configuration of the tunnel route service. It's just a diary for future reference.
本文梳理了为树莓派 RPI4B/Ubuntu 外挂硬盘配置 samba 局域网共享服务,并将其中一个分区作为 macOS TM 备份分区,实现局域网无线备份。