Pietro Peterlongo
Pietro Peterlongo
When working with a repo where you commit directly html files, if someone forks your repo and commits an html, the repo url will be the repo of the fork....
(I had this branch sitting around, I guess I will have to finish this at some point...)
there should be a section that explains how to deploy site to github pages (already planned for in #110) prompted to open the issue today since I am wondering if...
module [random](https://nim-lang.org/docs/random.html) from stdlib requires a call to randomize in order to have random results that change at every call. Indeed the following: ```nim import std / random echo rand(100)...
thanks to #86 we now have a license page that lists licenses for all assets bundled with nimibook. we could make the text of the list of licenses a constant...
- fix this https://pietroppeter.github.io/nimibook/cli.html - see https://github.com/pietroppeter/nimibook/issues/64#issuecomment-1444379578
example https://pietroppeter.github.io/nimibook/tocexample/back_to_parent.html -> https://pietroppeter.github.io/nimibook/.html
- this library when installed should also build a binary (called either `nbook` or `nimibook`) - the binary provides all the functionalities needed to build your book - this feature...
- feature present in mdbook: https://rust-lang.github.io/mdBook/guide/creating.html#summarymd - SUMMARY.md gives a way for the user to specify the table of content using a plain markdown file - in this way there...
- not a feature that is present in original mdbook but it is something which makes a lot of sense: the idea is to have a way to directly show...