跳转至

how to put workshop on github

obsidian tips

Material for mkdocs

https://github.com/squidfunk/mkdocs-material

review local

mkdocs serve

status in front matter

plugins for mkdocs

enable discussion

  • start from this page (link)
  • generate config file (link)
  • add comment: true to all pages (link)

awesome pages plugin

highlight block

in material for mkdocs

This is a github note

in hosted on github

[!WARNING]
This is a github note

[!IMPORTANT]
Crucial information necessary for users to succeed.

[!NOTE]
Critical content demanding immediate user attention due to potential risks.

[!example]

remove custom domain

  • remove static/CNAME file
    • this file include line: aws-labs.panlm.xyz
  • remove custom domain from github Pages page
  • rename repo name to git-ghpages
  • change in config.toml
    • baseURL –> https://panlm.github.io/git-ghpages/

hosted on github page

github-page-howto-1.png

build local

git submodule init
git submodule update

other 😄