Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://rundocs.github.io/starter/

Quick start document with gem template
https://rundocs.github.io/starter/

theme

Last synced: about 2 months ago
JSON representation

Quick start document with gem template

Awesome Lists containing this project

README

        

# starter

1. [Generate with the same files and folders](https://github.com/rundocs/starter/generate) from this repository
2. Set up your GitHub Pages to source(`/`)
3. Now you can view your documentation in your site

## site.pages

| source | link |
| --------------- | -------------------------------------------------------------- |
{% for page in site.pages -%}
| {{ page.path }} | [{{ page.url | relative_url }}]({{ page.url | relative_url }}) |
{% endfor %}

## Documents

https://jekyll-rtd-theme.rundocs.io

## Local debug

```sh
make
make server
```

## The license

The theme is available as open source under the terms of the MIT License