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 --disableFastRenderYou can view the result in your browser (usually at localhost:1313)
- Built the static pages:
hugoThis will create a public directory where the rendered static site is located.
This theme is licensed under an MIT License. Feel free to use it. We would be delighted if you acknowledge CLEF if you do, for example with a link back to this repository. And if you've made any improvements or fixes along the way, we'd love it if you considered contributing them upstream - it helps everyone using the theme.