codeurjc / web-hugo

Página web del grupo CodeURJC con la plantilla hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website for CodeURJC built with Hugo

Development

In order to locally start a server to compile and host the website, issue the following command that will run a Docker container and expose the website at http://localhost:1313/:

docker run --rm -it \
  -v $(pwd):/src \
  -p 1313:1313 \
  klakegg/hugo:latest-ext \
  server

For building extended Hugo is needed, hence the @latest-ext@ tag, which stands for latest extended hugo version.

Production

In order to publish this site through GitHub Pages, follow the steps in the official Hugo documentation.

About

Página web del grupo CodeURJC con la plantilla hugo


Languages

Language:HTML 48.6%Language:SCSS 45.1%Language:JavaScript 4.9%Language:CSS 1.5%