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.