https://github.com/stophecom/www.art44.info
Simple static website
https://github.com/stophecom/www.art44.info
Last synced: about 1 year ago
JSON representation
Simple static website
- Host: GitHub
- URL: https://github.com/stophecom/www.art44.info
- Owner: stophecom
- License: mit
- Created: 2014-06-05T09:42:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T16:47:33.000Z (about 12 years ago)
- Last Synced: 2025-02-07T10:26:07.422Z (over 1 year ago)
- Language: CSS
- Size: 395 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
www.art44.info
==============
http://www.art44.info
Static [jekyll](http://jekyllrb.com/) powered website
## Test site locally
Make sure jekyll is installed
```
gem install jekyll
```
Build the site and serve it on `http://localhost:4000`
```
jekyll serve --watch
```