Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 673 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 673 Bytes

Saleina CMS Website & Docs

This directory builds saleinacms.org. If you'd like to propose changes to the site or docs, you'll find the source files in here.

Local development

The site is built with Hugo.

To run the site locally, you'll need to have Node and Hugo installed on your computer.

From your terminal window, cd into the website directory of the repo, and run

../node_modules/.bin/stylus --include ../node_modules/nib/lib/ --watch static/css/
hugo server

Then visit http://localhost:1313/ - Hugo will automatically refresh the page when stylesheets or content changes.