unibas-gravis / scalismo-microsite

microsite for the scalismo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scalismo.github.com

Code for generating the scalismo website, using the awesome Docusaurus.

Building the docs

Navigate to the directory ```website``.

  • Testing: npm start
  • Building the page npm run build
  • deploy: GIT_USER=USERNAME USE_SSH=true npx docusaurus deploy

Note that the tutorials and corresponding Scala files are generated by running the scala program Main.scala (which can be run with sbt run). To change the content of the tutorials, edit the files in the directory ```docs/mdocs``.

For more details go to the excellent Docusaurus Documentation.

About

microsite for the scalismo project


Languages

Language:Scala 94.8%Language:JavaScript 3.9%Language:CSS 0.7%Language:HTML 0.4%Language:MDX 0.2%