Skip to content

Commit

Permalink
How to MyST
Browse files Browse the repository at this point in the history
  • Loading branch information
mankoff committed Jul 1, 2024
1 parent a0ca7bf commit 9e02ff5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions D1/README_MyST.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

* Table of contents :toc_3:noexport:
- [[#introduction][Introduction]]

* Introduction

How to Myst:

1x: Install and set up Python env following instructions at https://mystmd.org/

When working:
#+BEGIN_SRC bash :exports both :results verbatim
mamba activate myst
myst start # local interactive

myst build --html # local static
# then git push and GitHub will build and deploy at
# https://iacs-cryo.github.io/Delineation-WG/
#+END_SRC

0 comments on commit 9e02ff5

Please sign in to comment.