Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 787 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 787 Bytes

Student managed website for Department of Computer Science Society, University of Delhi.

Built using hugo static site generator and Terminal.css.

Development

Requirements

just the hugo binary. Which you can download and install from https://gohugo.io/getting-started/installing/.

Installation

# clone this repository
git clone https://github.com/csdu/csdu.github.io

# go to working directory
cd csdu.github.io

Start local dev server

# to start local dev server on http://localhost:1313/
hugo server

Build Site

Build static version of the site which you can deploy on any server. This will create a public directory which you can deploy on the server.

# In csdu.github.io/ 
hugo