mirror of https://github.com/vtrois/kratos
test: passed in WordPress 5.8 alpha
parent
12dea73d3d
commit
b65de238f3
98
README.md
98
README.md
|
@ -4,7 +4,7 @@
|
|||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/php-%3E%3D7.0.0-blue">
|
||||
<img src="https://img.shields.io/badge/wordpress-v5.7%20tested-%234c1">
|
||||
<img src="https://img.shields.io/badge/wordpress-v5.8%20alpha%20tested-%234c1">
|
||||
<a href="https://vtrois.crowdin.com/kratos" target="_blank"><img src="https://badges.crowdin.net/e/f1d1a7eaa6af337dba7aa4a39b28e67c/localized.svg"></a>
|
||||
<a href="https://www.jsdelivr.com/package/gh/vtrois/kratos" target="_blank"><img src="https://data.jsdelivr.com/v1/package/gh/vtrois/kratos/badge?style=rounded"></a>
|
||||
<img src="https://img.shields.io/github/license/vtrois/kratos?color=%234c1">
|
||||
|
@ -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).
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/php-%3E%3D7.0.0-blue">
|
||||
<img src="https://img.shields.io/badge/wordpress-v5.7%20tested-%234c1">
|
||||
<img src="https://img.shields.io/badge/wordpress-v5.8%20alpha%20tested-%234c1">
|
||||
<a href="https://vtrois.crowdin.com/kratos" target="_blank"><img src="https://badges.crowdin.net/e/f1d1a7eaa6af337dba7aa4a39b28e67c/localized.svg"></a>
|
||||
<a href="https://www.jsdelivr.com/package/gh/vtrois/kratos" target="_blank"><img src="https://data.jsdelivr.com/v1/package/gh/vtrois/kratos/badge?style=rounded"></a>
|
||||
<img src="https://img.shields.io/github/license/vtrois/kratos?color=%234c1">
|
||||
|
|
Loadingโฆ
Reference in New Issue