Skip to content

Repository with content of TESLa website for Hugo static site generator. http://teslacu.org

License

Notifications You must be signed in to change notification settings

clapointe2011/website

 
 

Repository files navigation

Turbulence Energy Systems Laboratory (TESLa) Website

Welcome to the source code of the TESLa website powered by the Hugo Academic.

Quickstart

Running this website locally requires hugo to be installed on your machine. The website requires a minimum version so we recommend

brew install hugo

on macOS or

wget https://github.com/gohugoio/hugo/releases/download/v0.58.2/hugo_0.58.2_Linux-64bit.deb
dpkg -i hugo_0.58.2_Linux-64bit.deb

on Ubuntu since standard sudo apt-get installs a depreciated version.

Once git and hugo are installed, create a fork from our repository. This will create an exact copy under your username. Then perform:

$ git clone --recursive https://github.com/[username]/website.git
$ cd website
$ hugo server

where you should replace [username] with your username. Open http://localhost:1313/ and your personal build of the website should appear. Once you are satisfied with your updates, submit a pull request where other members of the lab can inspect and merge your new content. Check Configuring your Github account wiki page to help you with this procedure.

If you would like to add a new content additional enrichment or help to improve the website design, check out our Adding new content and Modifying the website format pages on the wiki! See Hugo Academic docs for a thorough description of all functionality.

About

Repository with content of TESLa website for Hugo static site generator. http://teslacu.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.2%
  • TeX 30.1%
  • SCSS 11.8%
  • JavaScript 9.3%
  • Jupyter Notebook 5.0%
  • Python 1.1%
  • Other 0.5%