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

whitmanscu/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:

$ git clone [email protected]:tesla-cu/website.git
$ cd website
$ hugo server

Open http://localhost:1313/ and your website should appear.

Contributing:

We follow the convention of forking the repository, modifying your source code, then submitting a pull request where other members of the lab can inspect 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 60.6%
  • CSS 19.1%
  • JavaScript 14.7%
  • Jupyter Notebook 4.0%
  • Python 1.0%
  • Shell 0.4%
  • TeX 0.2%