Skip to content

csdu/sankalan-2023

 
 

Repository files navigation

Sankalan 2022

Website for Sanakalan 2022, annual technical fest organised by the students of the Depratment of Computer Science, University of Delhi.

💻 Built with Eleventy (aka 11ty).

Development

Requirements

Git, Nodejs, NPM.

Installation

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

# go to working directory
cd sankalan

# install dependencies
npm install

Start the local dev server

Run npm start to run 11ty on localhost port 8080.

Project structure

_site: This is the default output folder where all the files matching valid template file extensions are compiled.
_includes: Contains all the layouts or templates that are used to wrap other content.
_data: Contains javascript data files and json files.
assets: Contains all the static assets like stylesheets and images.
pages: Website content goes here.
.eleventy.js: To override 11ty configuration options with our own preferences.

Production Build

Set envirnoment variable NODE_ENV to production. Run npm run build to generate a production build.

Releases

No releases published

Packages

 
 
 

Languages

  • Nunjucks 54.7%
  • CSS 38.5%
  • JavaScript 6.8%