diff --git a/themes/custom-learn2-dark/CHANGELOG.md b/themes/custom-learn2-dark/CHANGELOG.md new file mode 100644 index 0000000..49c4579 --- /dev/null +++ b/themes/custom-learn2-dark/CHANGELOG.md @@ -0,0 +1,5 @@ +# v0.1.0 +## 11/19/2022 + +1. [](#new) + * ChangeLog started... diff --git a/themes/custom-learn2-dark/LICENSE b/themes/custom-learn2-dark/LICENSE new file mode 100644 index 0000000..50ff38c --- /dev/null +++ b/themes/custom-learn2-dark/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2022 RealStickman + +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/themes/custom-learn2-dark/README.md b/themes/custom-learn2-dark/README.md new file mode 100644 index 0000000..87ac5ce --- /dev/null +++ b/themes/custom-learn2-dark/README.md @@ -0,0 +1,7 @@ +# Custom Learn2 Dark Theme + +The **Custom Learn2 Dark** 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 + +A custom dark theme based on Learn2 diff --git a/themes/custom-learn2-dark/blueprints.yaml b/themes/custom-learn2-dark/blueprints.yaml new file mode 100644 index 0000000..c180702 --- /dev/null +++ b/themes/custom-learn2-dark/blueprints.yaml @@ -0,0 +1,18 @@ +name: Custom Learn2 Dark +slug: custom-learn2-dark +type: theme +version: 0.1.0 +description: A custom dark theme based on Learn2 +icon: rebel +author: + name: RealStickman + email: mrc@frm01.net +homepage: https://github.com/real-stickman/grav-theme-custom-learn2-dark +demo: http://demo.yoursite.com +keywords: grav, theme, etc +bugs: https://github.com/real-stickman/grav-theme-custom-learn2-dark/issues +readme: https://github.com/real-stickman/grav-theme-custom-learn2-dark/blob/develop/README.md +license: MIT + +dependencies: + - { name: grav, version: '>=1.6.0' } diff --git a/themes/custom-learn2-dark/custom-learn2-dark.php b/themes/custom-learn2-dark/custom-learn2-dark.php new file mode 100644 index 0000000..99c08f4 --- /dev/null +++ b/themes/custom-learn2-dark/custom-learn2-dark.php @@ -0,0 +1,9 @@ +