Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

tips

How to create this note?

  1. Write articles by Markdown.

  2. Publish your book online.

TL;DR(ja)

以下のステップで実現できる。

(1)ノートや記事を用意する

(2) ghp-import で release する

if home directory was jb-notes.

cd ../
jb build --all jb-notes            # _build will be generated
cd jb-notes
ghp-import -n -p -f _build/html

Reference