Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 617 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 617 Bytes

LocalData public site at localdata.com

Build locally

Install jekyll:

gem install jekyll

For best results, host using your built-in Apache or ngingx setup. Create a _localconfig.yml file to configure your base URL:

url: http://localhost/~username/path/localdata.com/_site

Watch the directory for changes:

sass --watch css/sass/styles.scss:css/app.css

and

jekyll build -w --config _config.yml,_localconfig.yml --drafts

View through your local server: http://localhost/~username/path/localdata.com/_site/