Skip to content

alonsoJASL/cemrgapp-web-src

 
 

Repository files navigation

Quick start

DO this only once

Install dependencies

brew install hugo golang git

Clone repositories and link them to github pages

git clone git@github.com:alonsojasl/cemrgapp-web-src.git cemrgapp-web-src
cd cemrgapp-web-src
git submodule update --init --recursive
# git submodule add -f -b main git@github.com:veganpalsusto/veganpalsusto.github.io.git public

To run locally

hugo server --disableFastRender 

Then open a browser and go to http://localhost:1313

Hugo server error

Sometimes you get some error, according to this website, you can try to do the following on your mac:

sudo rm -rf $TMPDIR/hugo_cache/

About

Source to static CemrgApp website developed in Hugo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 79.8%
  • SCSS 20.2%