chore: set up automated deployment
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

Now, when one promotes a build in Drone to "release," the website should
  automatically be copied to studioinfinity.org
This commit is contained in:
Glen Whitney 2021-01-09 20:13:01 -08:00
parent ec0854d8b9
commit 03f3cc811b
5 changed files with 29 additions and 14 deletions

View file

@ -10,7 +10,8 @@ Time and trends have not validated Knuth's original vision of "literate programm
The mkdocs-simple-plugin goes a long way toward creating a semiliterate programming environment. However, in creating narrative documentation, it's very useful to be able to quote or incorporate content -- whether that be documentation blocks or code examples -- from one file into another. To satisfy that need, this `semiliterate` plugin extends (i.e, literally inherits from) the `simple` plugin and adds a syntax for such inclusion.
With a few other small ease-of-use tweaks (documented in the Usage section), this extended plugin aims to produce a lightweight but comprehensive semiliterate programming environment. <!-- repo: -->The<!-- site:This --> documentation site is, of course, produced by MkDocs using the semiliterate plugin.
With a few other small ease-of-use tweaks (documented in the <!-- repo: -->[Usage](http://studioinfinity.org/semiliterate/mkdocs_semiliterate/plugin)<!-- site:[Usage](mkdocs_semiliterate/plugin.md) --> section),
this extended plugin aims to produce a lightweight but comprehensive semiliterate programming environment. <!-- repo: -->The [documentation site](http://studioinfinity.org/semiliterate)<!-- site:This documentation site --> is, of course, produced by MkDocs using the semiliterate plugin.
## License