Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doneill/doneill.github.io
A simple static site
https://github.com/doneill/doneill.github.io
css html javascript nodejs openlayers-maps
Last synced: about 1 month ago
JSON representation
A simple static site
- Host: GitHub
- URL: https://github.com/doneill/doneill.github.io
- Owner: doneill
- License: mit
- Created: 2014-10-04T18:49:41.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-08T21:37:05.000Z (4 months ago)
- Last Synced: 2024-09-08T22:41:11.398Z (4 months ago)
- Topics: css, html, javascript, nodejs, openlayers-maps
- Language: Stylus
- Homepage: http://jdoneill.com
- Size: 25.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jdONeill
![Build](https://github.com/doneill/doneill.github.io/actions/workflows/build.yml/badge.svg)GitHub pages site based on [Hexo](https://hexo.io/) for [jdONeill](https://jdoneill.com)
```bash
# install hexo-cli
$ npm install hexo-cli -g# clean db
$ hexo clean# generate site
$ hexo generate# start server
$ hexo server
```