Skip to content

purna135/pymcon_2022_website

 
 

Repository files navigation

Quick Start guide

  1. Install Hugo To install HUGO on your system, follow the instructions on the installation guide.

  2. Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/pymcon_2022.git
  1. Navigate to the website directory 📁 .
cd website
  1. Start the Hugo server
hugo server
  1. Build static pages
hugo

For more details on Hugo follow the Quick Start guide.

Docker

Pull this image and follow the instructions in the README https://hub.docker.com/r/klakegg/hugo/

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.1%
  • CSS 45.2%
  • JavaScript 7.1%
  • Shell 0.6%