antheiz / hugo-tailwind-starter

My Hugo x Tailwind Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo x Tailwind Starter Code

This is my personal starter code for Hugo x TailwindCSS.

🚀 Quickstart

Get the theme

  • Run from the root of your Hugo site:

    git clone https://github.com/antheiz/hugo-tailwind-starter.git themes/karokari
  • Alternatively, you can include this repository as a git submodule. This makes it easier to update this theme if you have your Hugo site in git as well:

    git submodule add https://github.com/antheiz/hugo-tailwind-starter.git themes/karokari

Configuring theme to your project

  1. Copy package.json and package-lock.json to the root folder of your the website
  2. Run npm install to install required packages for theme
  3. Set theme = 'karokari' in config.toml
  4. Run hugo server to start your local server

License

Licensed under MIT

About

My Hugo x Tailwind Starter

License:MIT License


Languages

Language:HTML 53.9%Language:JavaScript 24.2%Language:CSS 21.9%