Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chraebsli authored Aug 26, 2024
0 parents commit 6fccec1
Show file tree
Hide file tree
Showing 220 changed files with 5,626 additions and 0 deletions.
161 changes: 161 additions & 0 deletions .dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
git:
admin:
url: https://github.com/getgrav/grav-plugin-admin
path: user/plugins/admin
branch: master
anchors:
url: https://github.com/getgrav/grav-plugin-anchors
path: user/plugins/anchors
branch: master
archives:
url: https://github.com/getgrav/grav-plugin-archives
path: user/plugins/archives
branch: master
auto-date:
url: https://github.com/getgrav/grav-plugin-auto-date
path: user/plugins/auto-date
branch: master
autoseo:
url: https://github.com/Crabston/grav-plugin-autoseo
path: user/plugins/autoseo
branch: master
breadcrumbs:
url: https://github.com/getgrav/grav-plugin-breadcrumbs
path: user/plugins/breadcrumbs
branch: master
dotenv:
url: https://github.com/getgrav/grav-plugin-dotenv
path: user/plugins/dotenv
branch: master
email:
url: https://github.com/getgrav/grav-plugin-email
path: user/plugins/email
branch: master
email-sendgrid:
url: https://github.com/getgrav/grav-plugin-email-sendgrid
path: user/plugins/email-sendgrid
branch: main
error:
url: https://github.com/getgrav/grav-plugin-error
path: user/plugins/error
branch: master
external_links:
url: https://github.com/hibbitts-design/grav-plugin-external-links
path: user/plugins/external_links
branch: master
feed:
url: https://github.com/getgrav/grav-plugin-feed
path: user/plugins/feed
branch: master
flex-objects:
url: https://github.com/trilbymedia/grav-plugin-flex-objects
path: user/plugins/flex-objects
branch: master
form:
url: https://github.com/getgrav/grav-plugin-form
path: user/plugins/form
branch: master
healthcheck:
url: https://github.com/Crabston/grav-plugin-healthcheck
path: user/plugins/healthcheck
branch: main
image-captions:
url: https://github.com/trilbymedia/grav-plugin-image-captions
path: user/plugins/image-captions
branch: master
login:
url: https://github.com/getgrav/grav-plugin-login
path: user/plugins/login
branch: master
markdown-notices:
url: https://github.com/getgrav/grav-plugin-markdown-notices
path: user/plugins/markdown-notices
branch: master
minimal:
url: https://github.com/Crabston/grav-theme-minimal
path: user/themes/minimal
branch: main
page-inject:
url: https://github.com/getgrav/grav-plugin-page-inject
path: user/plugins/page-inject
branch: master
page-toc:
url: https://github.com/trilbymedia/grav-plugin-page-toc
path: user/plugins/page-toc
branch: master
pagination:
url: https://github.com/getgrav/grav-plugin-pagination
path: user/plugins/pagination
branch: master
prism-highlight:
url: https://github.com/trilbymedia/grav-plugin-prism-highlight
path: user/plugins/prism-highlight
branch: master
problems:
url: https://github.com/getgrav/grav-plugin-problems
path: user/plugins/problems
branch: master
quark:
url: https://github.com/getgrav/grav-theme-quark
path: user/themes/quark
branch: master
quark-open-publishing:
url: https://github.com/hibbitts-design/grav-theme-quark-open-publishing
path: user/themes/quark-open-publishing
branch: master
quick-tray-links:
url: https://github.com/trilbymedia/grav-plugin-quick-tray-links
path: user/plugins/quick-tray-links
branch: master
readingtime:
url: https://github.com/getgrav/grav-plugin-readingtime
path: user/plugins/readingtime
branch: master
shortcode-core:
url: https://github.com/getgrav/grav-plugin-shortcode-core
path: user/plugins/shortcode-core
branch: master
shortcode-gallery-plusplus:
url: https://github.com/sal0max/grav-plugin-shortcode-gallery-plusplus
path: user/plugins/shortcode-gallery-plusplus
branch: master
shortcode-media:
url: https://github.com/getgrav/grav-plugin-shortcode-media
path: user/plugins/shortcode-media
branch: master
shortcode-owl-carousel:
url: https://github.com/getgrav/grav-plugin-shortcode-owl-carousel
path: user/plugins/shortcode-owl-carousel
branch: master
shortcode-ui:
url: https://github.com/getgrav/grav-plugin-shortcode-ui
path: user/plugins/shortcode-ui
branch: master
sitemap:
url: https://github.com/Crabston/grav-plugin-sitemap
path: user/plugins/sitemap
branch: develop
taxonomylist:
url: https://github.com/getgrav/grav-plugin-taxonomylist
path: user/plugins/taxonomylist
branch: master
tntsearch:
url: https://github.com/trilbymedia/grav-plugin-tntsearch
path: user/plugins/tntsearch
branch: master
translate-date:
url: https://github.com/Karmalakas/grav-plugin-translate-date
path: user/plugins/translate-date
branch: main
umami-analytics:
url: https://github.com/Crabston/grav-plugin-umami-analytics
path: user/plugins/umami-analytics
branch: main
youtube:
url: https://github.com/getgrav/grav-plugin-youtube
path: user/plugins/youtube
branch: master
zooming:
url: https://github.com/JulianSchoenbaechler/grav-plugin-zooming
path: user/plugins/zooming
branch: master
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Grav Specific
accounts/*
!accounts/.*
data/*
!data/.*
plugins/*
!plugins/.*
themes/*
!themes/.*
!themes/local
config/versions.yaml

# Security
config/security.yaml

# Development
env/localhost/*

# OS Generated
.DS_Store*
thumbs.db
Icon?
Thumbs.db
*.swp
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# v0.0.4
## 26-06-2024

1. [](#new)
* more tutorials
* private and about pages
* cron scheduler for backups and more
1. [](#improved)
* several pages
1. [](#bugfix)
* several bugfixes from plugins

# v0.0.3
## 29-05-2024

1. [](#new)
* added new plugins
1. [](#improved)
* fixed some bugs with existing plugins

# v0.0.2
## 13-05-2024

1. [](#new)
* added new tutorials
* added new components
1. [](#improved)
* improved existing tutorials
1. [](#bugfix)
* fixed security issues

# v0.0.1
## 22-04-2024

1. [](#new)
* Initial Pre-release
* Migration from old project
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Crabston GmbH

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 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Grav Tutorial

Demo site & Tutorials to Grav CMS

## Installation

See [Crabston/grav/blob/main/docs/install.md](https://github.com/Crabston/grav/blob/main/docs/install.md)
Empty file added accounts/.gitkeep
Empty file.
34 changes: 34 additions & 0 deletions blueprints/admin/pages/new_blog_item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
form:
validation: loose
fields:
section:
type: section
title: Add Blog Item

title:
type: text
label: Blog Item Title
validate:
required: true

folder:
type: hidden
default: '@slugify-title'

route:
type: parents
label: PLUGIN_ADMIN.PARENT
classes: fancy
validate:
required: true

name:
type: hidden
default: 'item'

visible:
type: hidden
default: ''

blueprint:
type: blueprint
34 changes: 34 additions & 0 deletions blueprints/admin/pages/new_presentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
form:
validation: loose
fields:
section:
type: section
title: Add Presentation

title:
type: text
label: Presentation Title
validate:
required: true

folder:
type: hidden
default: '@slugify-title'

route:
type: parents
label: PLUGIN_ADMIN.PARENT
classes: fancy
validate:
required: true

name:
type: hidden
default: 'presentation'

visible:
type: hidden
default: ''

blueprint:
type: blueprint
34 changes: 34 additions & 0 deletions blueprints/admin/pages/new_standard_page.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
form:
validation: loose
fields:
section:
type: section
title: Add Standard Page

title:
type: text
label: Page Title
validate:
required: true

folder:
type: hidden
default: '@slugify-title'

route:
type: parents
label: PLUGIN_ADMIN.PARENT
classes: fancy
validate:
required: true

name:
type: hidden
default: 'default'

visible:
type: hidden
default: ''

blueprint:
type: blueprint
Loading

0 comments on commit 6fccec1

Please sign in to comment.