Skip to content

jamtools/soundtown-website

This branch is 2 commits ahead of, 2 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

170b687 · Dec 13, 2023

History

35 Commits
Aug 11, 2022
Jul 10, 2022
Jul 10, 2022
Aug 20, 2023
Jul 17, 2022
Jul 9, 2022
Jul 9, 2022
Jul 10, 2022
Dec 13, 2023
Aug 20, 2023
Jul 17, 2022
Jul 12, 2022
Jul 10, 2022

Repository files navigation

SoundTown Site

minimum hugo version 0.92.2
tailwindcss version 3.1.5

Setup dev env

Run "npm install" (first time only)

Then configure "config.toml"

Run hugo server

  1. Hugo only
hugo serve -D
  1. Hugo with tailwindcss watcher (dev)
hugo serve -D

then run tailwindcss server

npm run watch

Tailwind CSS file located at "./tailwindcss". Generated Tailwind CSS located at "./static/css/main.css".

Build hugo site

hugo --ignoreCache --minify

To create new page

hugo new content/page_name.md

and then edit file located at "./content/page_name.md", setup frontmatter