Skip to content

jamtools/mattermost-social-prototype

 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.0%
  • JavaScript 3.9%
  • CSS 3.1%