Skip to content

clef-initiative/clef-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLEF Theme

A Hugo theme for CLEF conference websites.

Building Locally

  1. Install Hugo and Install NPM
  2. Install tailwind
npm install --save-dev tailwindcss @tailwindcss/cli @tailwindcss/typography
  1. (Optional) Run in local development mode to verify the page
hugo server -D --disableFastRender

You can view the result in your browser (usually at localhost:1313)

  1. Built the static pages:
hugo

This will create a public directory where the rendered static site is located.

About

Hugo theme for CLEF conference websites.

Resources

Stars

Watchers

Forks

Releases

No releases published