# Kratos **Repository Path**: xgl001/Kratos ## Basic Information - **Project Name**: Kratos - **Description**: A responsible theme for WordPress - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Kratos ###A responsible blog theme for WordPress Kratos is a clean, simple and responsive blog theme of WordPress, based on [Bootstrap](https://github.com/twbs/bootstrap) and [Font Awesome](https://github.com/FortAwesome/Font-Awesome). Created and maintained by [Vtrois](http://www.vtrois.com). Stay up to date with the latest release and announcements on [Bulletin Board](http://www.vtrois.com/projects/theme-kratos.html). ![Kratos Demo](https://camo.githubusercontent.com/3065e07f82e6005ae97b63a31ba2e8458a1ca7d9/687474703a2f2f69342e6275696d672e636f6d2f613166393937633231393537643365612e706e67) ##Structure Within the download you'll find the following directories and files. You'll see something like this: ``` kratos/ ├── css/ │ ├── animate.css │ ├── bootstrap.css │ ├── font-awesome.css │ └── superfish.css ├── js/ │ ├── jquery.js │ ├── jquery.easing.js │ ├── jquery.stellar.min.js │ ├── jquery.waypoints.min.js │ ├── kratos.js │ ├── comments-ajax.js │ ├── hoverIntent.js │ ├── modernizr.js │ ├── superfish.js │ └── bootstrap.min.js ├── fonts/ │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ ├── fontawesome-webfont.woff2 │ └── FontKratos.otf ├── images/ │ ├── smilies(has some emoji pic) │ ├── 404.jpg │ ├── background.jpg │ ├── cd-top-arrow.svg │ └── licenses.png ├── inc/ │ ├── theme-options │ │ ├── css │ │ │ └── optionsframework.css │ │ ├── images │ │ │ └── ico-delete.png │ │ ├── theme-options │ │ │ └── ico-delete.png │ │ ├── includes │ │ │ ├── class-options-framework.php │ │ │ ├── class-options-framework-admin.php │ │ │ ├── class-options-interface.php │ │ │ ├── class-options-media-uploader.php │ │ │ └── class-options-sanitization.php │ │ ├── js │ │ │ ├── media-uploader.js │ │ │ └── options-custom.js │ │ └── options-framework.php │ ├── version.php │ └── widgets.php ├── 404.php ├── style.css ├── index.php ├── header.php ├── header-banner.php ├── footer.php ├── footer-subscribe.php ├── comments.php ├── content.php ├── content-archive.php ├── options.php ├── sidebar.php ├── single.php ├── smiley.php ├── page.php ├── functions.php └── screenshot.png ``` ## Changelog - v1.1 - She has grown up with everyone - v1.0 - Initialize the project and say hello world ##License - The Kratos Html,CSS,JavaScript,and PHP files are licensed under the Mozilla Public License Version 2.0: - https://www.mozilla.org/MPL/2.0/ - The Kratos documentation is licensed under the CC BY 4.0 License: - https://creativecommons.org/licenses/by/4.0