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

https://github.com/james2doyle/ohdoylerules.com

Source for ohdoylerules.com
https://github.com/james2doyle/ohdoylerules.com

Last synced: 8 months ago
JSON representation

Source for ohdoylerules.com

Awesome Lists containing this project

README

          

ohdoylerules.com
================

Site for James Doyle.

Built using [Zola 0.19.2](https://www.getzola.org/). Deployed using [GitHub Pages](https://pages.github.com/).

## Build

```sh
zola build
```

## Development

```sh
zola serve
```

## Deploy

Run the build and make sure the gh-pages settings are set to use the `docs/` folder in the main branch