From 219ac716890705926e708b5daf43322032854a2e Mon Sep 17 00:00:00 2001 From: master Date: Fri, 4 Nov 2022 09:01:16 +0800 Subject: [PATCH] add sample --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac541d5..0d005c3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ -# themes +# Themes + +Html themes of filesite.io. + +不同的皮肤以目录的形式存放, +每个皮肤目录下包含它所用到的: +* html +* js +* css +* img + +同一个皮肤的不同页面,以不同的html文件存放, +目录和文件结构示例: + +``` +jialuoma/ +|_ index.html +|_ view.html +|_ js/ +|_ css/ +|_ img/ +``` -Html themes of filesite.io. \ No newline at end of file