Skip to content

Commit f20654d

Browse files
committed
more setup info
1 parent b192e51 commit f20654d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: .entangled/filedb.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{
1111
"path": "docs/setup.md",
1212
"deps": null,
13-
"modified": "2023-05-21T00:55:28.345535",
14-
"hexdigest": "b011aa8d3e2046e683f453207e112b1fd47f67f6117b1f98fea4eb46da5d0549"
13+
"modified": "2023-05-21T19:42:18.759752",
14+
"hexdigest": "e56cec2fb11ac9540a06a92996e6b9ac6424c699dc1e6d6f33138f243a94d949"
1515
},
1616
{
1717
"path": "examples/hello_world.py",

Diff for: docs/setup.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ You should be good to go! A fresh Entangled/MkDocs project should have the follo
213213
│   ├── index.md
214214
│   └── js
215215
│   └── mathjax.js
216-
├── entangled.dhall
216+
├── entangled.toml
217217
├── LICENSE
218218
├── mkdocs.yml
219219
├── pyproject.toml
@@ -228,3 +228,9 @@ git commit -m 'initial commit'
228228
git remote add origin [email protected]:joeplummer/my-awesome-project.git
229229
git push -u origin main
230230
```
231+
232+
## Resources
233+
234+
- [mkdocs-macros](https://mkdocs-macros-plugin.readthedocs.io/en/latest/) is a plugin for using Jinja syntax to create macros. This also let's you `{% include "..." %}` external files.
235+
- [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) is a nice theme for MkDocs, and has many features for non-standard elements.
236+
- [mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/) adds citation management through bibtex.

0 commit comments

Comments
 (0)