(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-11-19 16:01:02 +01:00 committed by GitSync
parent 259ad356ac
commit c93c10e18c
8 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# v0.1.0
## 11/19/2022
1. [](#new)
* ChangeLog started...

View 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.

View 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

View 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' }

View File

@ -0,0 +1,9 @@
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class CustomLearn2Dark extends Learn2
{
// Access plugin events in this class
}

View 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 &#039;open&#039; 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/

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB