Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LocalData/public-site
LocalData's public informational site
https://github.com/LocalData/public-site
Last synced: about 1 month ago
JSON representation
LocalData's public informational site
- Host: GitHub
- URL: https://github.com/LocalData/public-site
- Owner: LocalData
- Created: 2013-08-31T00:24:39.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-10-13T20:58:55.000Z (about 9 years ago)
- Last Synced: 2024-08-01T12:29:04.830Z (4 months ago)
- Language: HTML
- Size: 26.6 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - LocalData/public-site - LocalData's public informational site (others)
README
LocalData public site at [localdata.com](http://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/](http://localhost/~username/path/localdata.com/_site/)