A Hugo theme for CLEF conference websites.
- Install Hugo and Install NPM
- Install tailwind
npm install --save-dev tailwindcss @tailwindcss/cli @tailwindcss/typography
- (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
)
- Built the static pages:
hugo
This will create a public
directory where the rendered static site is located.