Skip to content

gwdg/matrix-doc

 
 

Repository files navigation

Academic Cloud Matrix Documentation

Website: https://docs.chat.academiccloud.de

forked from TU Dresden

Building

  1. Clone the repository via either HTTPS or SSH
    • HTTPS git clone --recurse-submodules https://github.com/gwdg/matrix-doc
    • SSH git clone --recurse-submodules [email protected]:gwdg/matrix-doc.git
  2. cd matrix-doc
  3. Install Hugo
  4. Run hugo server -p 1313
  5. Open http://localhost:1313/

Upgrading the theme

When an upgrade for the theme is needed, we upgrade the associated Hugo module to the latest released version:

hugo mod get -u github.com/McShelby/hugo-theme-relearn

We can also upgrade to a specific commit ref:

hugo mod get -u github.com/McShelby/hugo-theme-relearn@0b83617ee9da5253aafcf11807b256da7d88d709

About

This repo represents the hugo source of our Matrix documentation

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 53.3%
  • CSS 46.7%