A minimalist Hugo theme using Tailwind CSS and vanilla JavaScript.
git submodule add [email protected]:nickolashkraus/terminal.git themes/terminal
hugo.toml
theme = 'terminal'
Install Node packages:
npm install --save-dev tailwindcss @tailwindcss/cli @tailwindcss/typography
None
Install Node packages:
npm install
Run Hugo server:
cd exampleSite/
hugo server --themesDir ../..