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
- Host: GitHub
- URL: https://github.com/sinri/sinri.github.io
- Owner: sinri
- License: agpl-3.0
- Created: 2014-05-28T14:38:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T05:30:03.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:33:16.667Z (over 1 year ago)
- Language: HTML
- Homepage: https://sinri.github.io
- Size: 209 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.