https://github.com/codamic/empty_shell
Small jekyll base website template to be used for the home page of opensource projects.
https://github.com/codamic/empty_shell
Last synced: 11 months ago
JSON representation
Small jekyll base website template to be used for the home page of opensource projects.
- Host: GitHub
- URL: https://github.com/codamic/empty_shell
- Owner: Codamic
- License: mit
- Created: 2017-05-25T15:12:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T23:14:29.000Z (over 8 years ago)
- Last Synced: 2025-01-12T01:33:34.595Z (about 1 year ago)
- Language: CSS
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EmptyShell
This site is built with [hexo](http://hexo.io/). Site content is written in Markdown format located in `src`. Pull requests welcome!
## Developing
Start a dev server at `localhost:4000`:
```
$ npm install -g hexo-cli
$ npm install
$ hexo server
```