開発と創作を中心としての個人サイトである。
基本的には、Markdownを用いて内容を作り、Vueで構築されたメインページに展示という形で稼働している。
その他にはiOS開発者として提供しているアプリのサポートページと独立展示のプロジェクトなどあり。
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 bymeta.json
, which could be automatically generated bybin/MetaBuilder.php
. - All documents would be displayed through
index.html
according tometa.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.