commit c30d1ec4cfbdfcf00985e0bf09854b994bcd8f95 Author: Makary Date: Tue Nov 7 01:23:22 2023 +0000 Theme setup diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6896959 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# v0.1.0 +## 11/07/2023 + +1. [](#new) + * ChangeLog started... diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d732881 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2023 Makary + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..acf2fdc --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Solitaire Theme + +The **Solitaire** Theme is for [Grav CMS](http://github.com/getgrav/grav). This README.md file should be modified to describe the features, installation, configuration, and general usage of this theme. + +## Description + +Card based content display diff --git a/blueprints.yaml b/blueprints.yaml new file mode 100644 index 0000000..7f88fdd --- /dev/null +++ b/blueprints.yaml @@ -0,0 +1,18 @@ +name: Solitaire +slug: solitaire +type: theme +version: 0.1.0 +description: Card based content display +icon: rebel +author: + name: Makary + email: hello@makary.online +homepage: https://github.com/MakaryGo/grav-theme-solitaire +demo: http://demo.yoursite.com +keywords: grav, theme, etc +bugs: https://github.com/MakaryGo/grav-theme-solitaire/issues +readme: https://github.com/MakaryGo/grav-theme-solitaire/blob/develop/README.md +license: MIT + +dependencies: + - { name: grav, version: '>=1.6.0' } diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..5205ca5 Binary files /dev/null and b/screenshot.jpg differ diff --git a/solitaire.php b/solitaire.php new file mode 100644 index 0000000..6d3ae84 --- /dev/null +++ b/solitaire.php @@ -0,0 +1,9 @@ +