(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
259ad356ac
commit
c93c10e18c
5
themes/custom-learn2-dark/CHANGELOG.md
Normal file
5
themes/custom-learn2-dark/CHANGELOG.md
Normal file
@ -0,0 +1,5 @@
|
||||
# v0.1.0
|
||||
## 11/19/2022
|
||||
|
||||
1. [](#new)
|
||||
* ChangeLog started...
|
21
themes/custom-learn2-dark/LICENSE
Normal file
21
themes/custom-learn2-dark/LICENSE
Normal file
@ -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.
|
7
themes/custom-learn2-dark/README.md
Normal file
7
themes/custom-learn2-dark/README.md
Normal file
@ -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
|
18
themes/custom-learn2-dark/blueprints.yaml
Normal file
18
themes/custom-learn2-dark/blueprints.yaml
Normal file
@ -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' }
|
9
themes/custom-learn2-dark/custom-learn2-dark.php
Normal file
9
themes/custom-learn2-dark/custom-learn2-dark.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Grav\Theme;
|
||||
|
||||
use Grav\Common\Theme;
|
||||
|
||||
class CustomLearn2Dark extends Learn2
|
||||
{
|
||||
// Access plugin events in this class
|
||||
}
|
19
themes/custom-learn2-dark/custom-learn2-dark.yaml
Normal file
19
themes/custom-learn2-dark/custom-learn2-dark.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
streams:
|
||||
schemes:
|
||||
theme:
|
||||
type: ReadOnlyStream
|
||||
prefixes:
|
||||
'':
|
||||
- 'user://themes/custom-learn2-dark'
|
||||
- 'user://themes/learn2'
|
||||
|
||||
enabled: true
|
||||
root_page: # optional: set root page of documentation
|
||||
top_level_version: false # Use versions for top level navigation
|
||||
show_all_pages: false # Show all pages without having to 'open' them
|
||||
google_analytics_code: # Enter your `UA-XXXXXXXX-X` code here
|
||||
home_url: # http://getgrav.org
|
||||
github:
|
||||
position: top # top | bottom | off
|
||||
tree: https://github.com/getgrav/grav-skeleton-rtfm-site/blob/develop/
|
||||
commits: https://github.com/getgrav/grav-skeleton-rtfm-site/commits/develop/
|
BIN
themes/custom-learn2-dark/screenshot.jpg
Normal file
BIN
themes/custom-learn2-dark/screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
themes/custom-learn2-dark/thumbnail.jpg
Normal file
BIN
themes/custom-learn2-dark/thumbnail.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Loading…
Reference in New Issue
Block a user