Skip to content

πŸ‰ A responsive WordPress theme focused on the user reading experience

License

Notifications You must be signed in to change notification settings

daidaiworm/Kratos

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

44 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bootstrap.min.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ iconfont.min.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ kratos.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ kratos.min.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ layer.min.css
β”‚Β Β  β”‚Β Β  └── widget.min.css
β”‚Β Β  β”œβ”€β”€ fonts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ iconfont.eot
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ iconfont.svg
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ iconfont.ttf
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ iconfont.woff
β”‚Β Β  β”‚Β Β  └── iconfont.woff2
β”‚Β Β  β”œβ”€β”€ 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
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ payment
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ alipay.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── wechat.png
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ police-ico.png
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ smilies(has some emoji pic)
β”‚Β Β  β”‚Β Β  └── wechat.png
β”‚Β Β  └── js
β”‚Β Β      β”œβ”€β”€ bootstrap.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
β”œβ”€β”€ custom
β”‚Β Β  β”œβ”€β”€ custom.css
β”‚Β Β  β”œβ”€β”€ custom.js
β”‚Β Β  └── custom.php
β”œβ”€β”€ footer.php
β”œβ”€β”€ functions.php
β”œβ”€β”€ header.php
β”œβ”€β”€ inc
β”‚Β Β  β”œβ”€β”€ options-framework
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ autoload.php
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── optionsframework.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ images(has some options pic)
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ includes
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ class-options-framework-admin.php
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ class-options-framework.php
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ class-options-interface.php
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ class-options-media-uploader.php
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── class-options-sanitization.php
β”‚Β Β  β”‚Β Β  └── js
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ media-uploader.js
β”‚Β Β  β”‚Β Β      └── options-custom.js
β”‚Β Β  β”œβ”€β”€ theme-article.php
β”‚Β Β  β”œβ”€β”€ theme-core.php
β”‚Β Β  β”œβ”€β”€ theme-navwalker.php
β”‚Β Β  β”œβ”€β”€ theme-options.php
β”‚Β Β  β”œβ”€β”€ theme-setting.php
β”‚Β Β  β”œβ”€β”€ theme-shortcode.php
β”‚Β Β  β”œβ”€β”€ theme-smtp.php
β”‚Β Β  β”œβ”€β”€ theme-widgets.php
β”‚Β Β  └── update-checker
β”‚Β Β      β”œβ”€β”€ Puc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ v4
β”‚Β Β      β”‚Β Β  β”‚Β Β  └── Factory.php
β”‚Β Β      β”‚Β Β  └── v4p9
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ Autoloader.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ DebugBar
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ Extension.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ Panel.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ PluginExtension.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ PluginPanel.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  └── ThemePanel.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ Factory.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ InstalledPackage.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ Metadata.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ OAuthSignature.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ Plugin
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ Info.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ Package.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ Ui.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ Update.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  └── UpdateChecker.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ Scheduler.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ StateStore.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ Theme
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ Package.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  β”œβ”€β”€ Update.php
β”‚Β Β      β”‚Β Β      β”‚Β Β  └── UpdateChecker.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ Update.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ UpdateChecker.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ UpgraderStatus.php
β”‚Β Β      β”‚Β Β      β”œβ”€β”€ Utils.php
β”‚Β Β      β”‚Β Β      └── Vcs
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ Api.php
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ BaseChecker.php
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ BitBucketApi.php
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ GitHubApi.php
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ GitLabApi.php
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ PluginUpdateChecker.php
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ Reference.php
β”‚Β Β      β”‚Β Β          └── ThemeUpdateChecker.php
β”‚Β Β      β”œβ”€β”€ autoload.php
β”‚Β Β      β”œβ”€β”€ css
β”‚Β Β      β”‚Β Β  └── puc-debug-bar.css
β”‚Β Β      β”œβ”€β”€ js
β”‚Β Β      β”‚Β Β  └── debug-bar.js
β”‚Β Β      └── vendor
β”‚Β Β          β”œβ”€β”€ Parsedown.php
β”‚Β Β          β”œβ”€β”€ ParsedownLegacy.php
β”‚Β Β          β”œβ”€β”€ ParsedownModern.php
β”‚Β Β          └── PucReadmeParser.php
β”œβ”€β”€ index.php
β”œβ”€β”€ languages
β”‚Β Β  └── kratos.pot
β”œβ”€β”€ 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.

Donation

If you find Kratos useful, you can buy us a cup of coffee

License

The code is available under the MIT license.

The document is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

About

πŸ‰ A responsive WordPress theme focused on the user reading experience

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 83.5%
  • CSS 10.6%
  • JavaScript 5.9%