mirror of https://github.com/vtrois/kratos
135 lines
4.8 KiB
Markdown
135 lines
4.8 KiB
Markdown
<p align="center">
|
|
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.2.3/assets/img/options/about.png">
|
|
</p>
|
|
|
|
<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.6%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">
|
|
</p>
|
|
|
|
English | [简体中文](README.zh-CN.md)
|
|
|
|
## About
|
|
|
|
Kratos is a responsive WordPress theme focused on the user reading experience, just for fun 🎉
|
|
|
|
## Install
|
|
|
|
1. First download the theme's .zip file from the source file to your local computer.
|
|
|
|
2. From your WordPress Administration area, head to Appearance > Themes and click `Add New`.
|
|
|
|
3. The Add New theme screen has a new option, `Upload Theme`.
|
|
|
|
4. The theme upload form is now open, click `Choose File`, select the theme zip file on your computer and click `Install Now`.
|
|
|
|
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).
|
|
|
|
## License
|
|
|
|
The code is available under the [MIT](https://github.com/vtrois/kratos/blob/main/LICENSE) license.
|
|
|
|
The document is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nc-nd/4.0/). |