Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```