Skip to content

arrys/mumble-www

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Mumble Website

Source of the Mumble Website available at mumble.info.

Implemented and served through a combination of a Go webserver for dynamic content and static files generated with hugo.

Webserver

  • Cache the LICENSE and AUTHORS files from github and serve them
  • Redirect predefined stable download URLs to download files
  • Redirect predefined snapshot download URLs; cached self-updating target URLs
    • Redirect Ubuntu snapshots to the PPA
  • Serve static website files

The go source files reside in the src folder.

Website

The website source resides in the hugo folder, is buildable with hugo. The target folder is public.

About

The Mumble website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.3%
  • CSS 2.5%
  • Go 1.2%
  • Other 1.0%