diff --git a/books/mbweni/SUMMARY.md b/books/mbweni/SUMMARY.md new file mode 100644 index 0000000..e0ffd92 --- /dev/null +++ b/books/mbweni/SUMMARY.md @@ -0,0 +1,6 @@ + +- [Introduction](mbweni/about/intro.md) + - [Mbweni Ruins & Gardens](mbweni/about/intro.md) +- [Freeflow](freeflow/freeflow_movement.md) + - [Manifesto](reeflow/manifesto/manifesto.md) + - [Digital Nation](freeflow/manifesto/digital_nation_info_laws.md) \ No newline at end of file diff --git a/collections/mbweni/.collection b/collections/mbweni/.collection new file mode 100644 index 0000000..e69de29 diff --git a/collections/mbweni/about/intro.md b/collections/mbweni/about/intro.md new file mode 100644 index 0000000..e69de29 diff --git a/collections/mbweni/about/mbweni.md b/collections/mbweni/about/mbweni.md new file mode 100644 index 0000000..e69de29 diff --git a/heroscript/mbweni/book_collections.md b/heroscript/mbweni/book_collections.md new file mode 100644 index 0000000..1f6cfe5 --- /dev/null +++ b/heroscript/mbweni/book_collections.md @@ -0,0 +1,17 @@ + + +```js + +!!book.generate name:'mbweni' title:'Mbweni Ruins and Gardens' + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/mbweni' + +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/mbweni' + + +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/freeflow' + + +``` + diff --git a/heroscript/mbweni/context.md b/heroscript/mbweni/context.md new file mode 100644 index 0000000..a8f5892 --- /dev/null +++ b/heroscript/mbweni/context.md @@ -0,0 +1,11 @@ + +```js + +!!books.configure + buildroot:'~/hero/var/mdbuild' + publishroot:'~/hero/www/info' + install:true + reset:false + +``` + diff --git a/heroscript/mbweni/sshkey.md b/heroscript/mbweni/sshkey.md new file mode 100644 index 0000000..85acfe6 --- /dev/null +++ b/heroscript/mbweni/sshkey.md @@ -0,0 +1,14 @@ + +```js +!!sshagent.key_add + name:'books' + privkey:' + -----BEGIN OPENSSH PRIVATE KEY----- + b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW + QyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQAAAIhb3ybRW98m + 0QAAAAtzc2gtZWQyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQ + AAAEC+fcDBPqdJHlJOQJ2zXhU2FztKAIl3TmWkaGCPnyts49d/1n/YAfz/xrWmlqAKmVB2 + FbJDzBkCJ5TDec1zGwOJAAAABWJvb2tz + -----END OPENSSH PRIVATE KEY----- + ' +``` \ No newline at end of file