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

https://github.com/sinri/sinri.github.io

try to be site of Sinri on GitHub
https://github.com/sinri/sinri.github.io

Last synced: 5 months ago
JSON representation

try to be site of Sinri on GitHub

Awesome Lists containing this project

README

          

# [Sinri@github.io](https://sinri.github.io)

開発と創作を中心としての個人サイトである。

基本的には、Markdownを用いて内容を作り、Vueで構築されたメインページに展示という形で稼働している。

その他にはiOS開発者として提供しているアプリのサポートページと独立展示のプロジェクトなどあり。

## Developer Guideline

This site is made as a standard for static document site.
It is organized by certain rules:

* All documents should be put in `data` directory, and filename should have extension as `.md`;
* In `data` directory, as many as two levels supported;
* All documents in `data` directory should be referred by `meta.json`, which could be automatically generated by `bin/MetaBuilder.php`.
* All documents would be displayed through `index.html` according to `meta.json`;

If you want to mock one site like this, you should copy `index.html` and `bin`, but a declaration of framework original editor should be displayed.
Also note, this site, and the framework, is published under GNU Affero General Public License v3.0. You must follow the LICENSE.