diff --git a/README.md b/README.md index 3bd3653..0501d19 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-
+
@@ -28,102 +28,6 @@ Kratos is a responsive WordPress theme focused on the user reading experience, j
5. The theme can now be activated from the administrator. Select the `Appearance` tab, then open the theme catalog, find the theme, and click the `Activate link`.
-## Structure
-
-Within the download you'll find the following directories and files. You'll see something like this 👇
-
-```
-Kratos
-├── 404.php
-├── LICENSE
-├── README.md
-├── assets
-│  ├── css
-│  │  ├── animate.min.css
-│  │  ├── bootstrap.min.css
-│  │  ├── fontawesome.min.css
-│  │  ├── iconfont.min.css
-│  │  ├── kratos.css
-│  │  ├── kratos.min.css
-│  │  ├── layer.min.css
-│  │  └── widget.min.css
-│  ├── fonts
-│  │  ├── iconfont
-│  │  │  ├── iconfont.eot
-│  │  │  ├── iconfont.svg
-│  │  │  ├── iconfont.ttf
-│  │  │  ├── iconfont.woff
-│  │  │  └── iconfont.woff2
-│  │  └── webfonts (has some iconfont fonts)
-│  ├── img
-│  │  ├── 404.jpg
-│  │  ├── 404.svg
-│  │  ├── about-background.png
-│  │  ├── ad.png
-│  │  ├── background.png
-│  │  ├── default.jpg
-│  │  ├── donate.png
-│  │  ├── gravatar.png
-│  │  ├── layer
-│  │  │  ├── icon-ext.png
-│  │  │  └── icon.png
-│  │  ├── nothing.svg
-│  │  ├── options (has some option pic)
-│  │  ├── payment
-│  │  │  ├── alipay.png
-│  │  │  └── wechat.png
-│  │  ├── police-ico.png
-│  │  ├── smilies (has some smilie pic)
-│  │  └── wechat.png
-│  └── js
-│  ├── bootstrap.bundle.min.js
-│  ├── buttons
-│  │  ├── images (has some button pic)
-│  │  └── more.js
-│  ├── comments.min.js
-│  ├── jquery.min.js
-│  ├── kratos.js
-│  ├── kratos.min.js
-│  ├── layer.min.js
-│  └── widget.min.js
-├── comments.php
-├── crowdin.yml
-├── custom
-│  ├── custom.css
-│  ├── custom.js
-│  └── custom.php
-├── footer.php
-├── functions.php
-├── header.php
-├── inc
-│  ├── theme-article.php
-│  ├── theme-core.php
-│  ├── theme-dogecloud.php
-│  ├── theme-navwalker.php
-│  ├── theme-options.php
-│  ├── theme-setting.php
-│  ├── theme-shortcode.php
-│  ├── theme-smtp.php
-│  ├── theme-widgets.php
-│  ├── options-framework
-│  └── update-checker
-├── index.php
-├── languages
-│  ├── en_US.mo
-│  ├── en_US.po
-│  ├── kratos.pot
-│  ├── zh_TW.mo
-│  └── zh_TW.po
-├── page.php
-├── pages
-│  ├── page-content.php
-│  ├── page-smilies.php
-│  └── page-toolbar.php
-├── screenshot.png
-├── single.php
-└── style.css
-```
-
## Changelog
Detailed changes for each release are documented in the [release notes](https://github.com/vtrois/kratos/releases).
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 06814c6..988c9b6 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -4,7 +4,7 @@