Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 739 Bytes

starter

  1. Generate with the same files and folders from this repository
  2. Set up your GitHub Pages to source(/)
  3. Now you can view your documentation in your site

site.pages

{% for item in site.pages %}

  1. [{{ item.title | default: item.url }}]({{ site.baseurl | append: item.url }}) {%- endfor %}

Documents

For full documentation, please refer to rundocs.io, You can also view the theme related tests documentation

Local debug

make
make server

License

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