Front website https://natronics.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
272 B

10 years ago
3 years ago
  1. natronics.org
  2. =============
  3. just a webpage
  4. <https://natronics.org>
  5. ### Install
  6. Built with [Cobalt.rs](https://cobalt-org.github.io).
  7. ```
  8. $ cargo install cobalt-bin
  9. ```
  10. Needs some js to support LaTeX equations
  11. ```
  12. $ npm install
  13. ```
  14. ### Build
  15. ```
  16. $ make _site
  17. ```