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

https://github.com/sa-y-an/jekylltemplate

WIP
https://github.com/sa-y-an/jekylltemplate

ruby

Last synced: about 1 year ago
JSON representation

WIP

Awesome Lists containing this project

README

          

# Minimalist Template

wip

## Creation Steps

```
jekyll create new template
cd template
bundle exec jekyll serve
```

After Installation ```bundle exec``` can be avaoided to start a server
```
jekyll serve
```