Skip to content

csdu/csdu-hugo-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published