adityasharma7 / javafest

Website of JAVAFEST Conference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAVAFEST Conference Website

image

This is the repository used to build and publish the official JAVAFEST website.

Quick start

We use Hugo to build and render the site.

Run development server using Docker

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

Run development server using Hugo wrapper

./hugow --get-extended --get-latest
./hugow server

Run development server using Hugo installed locally

Please refer to the below official instructions to install locally and run the server.

Official Hugo installation instructions

hugo server

About

Website of JAVAFEST Conference


Languages

Language:HTML 74.4%Language:Shell 25.6%