first commit :D
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */
|
||||
@@ -0,0 +1,7 @@
|
||||
title: Grav
|
||||
author:
|
||||
name: Joe Bloggs
|
||||
email: 'joe@example.com'
|
||||
metadata:
|
||||
description: 'Grav is an easy to use, yet powerful, open source flat-file CMS'
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
absolute_urls: false
|
||||
|
||||
home:
|
||||
alias: '/home'
|
||||
|
||||
pages:
|
||||
theme: quark
|
||||
markdown:
|
||||
extra: false
|
||||
process:
|
||||
markdown: true
|
||||
twig: false
|
||||
|
||||
cache:
|
||||
enabled: true
|
||||
check:
|
||||
method: file
|
||||
driver: auto
|
||||
prefix: 'g'
|
||||
|
||||
twig:
|
||||
cache: true
|
||||
debug: true
|
||||
auto_reload: true
|
||||
autoescape: true
|
||||
|
||||
assets:
|
||||
css_pipeline: false
|
||||
css_minify: true
|
||||
css_rewrite: true
|
||||
js_pipeline: false
|
||||
js_module_pipeline: false
|
||||
js_minify: true
|
||||
|
||||
errors:
|
||||
display: true
|
||||
log: true
|
||||
|
||||
debugger:
|
||||
enabled: false
|
||||
twig: true
|
||||
shutdown:
|
||||
close_connection: true
|
||||
gpm:
|
||||
verify_peer: true
|
||||
@@ -0,0 +1,14 @@
|
||||
enabled: true
|
||||
production-mode: false
|
||||
grid-size: grid-lg
|
||||
header-fixed: true
|
||||
header-animated: true
|
||||
header-dark: true
|
||||
header-transparent: false
|
||||
sticky-footer: true
|
||||
blog-page: /blog
|
||||
spectre:
|
||||
exp: false
|
||||
icons: false
|
||||
custom_logo: { }
|
||||
custom_logo_mobile: { }
|
||||
@@ -0,0 +1 @@
|
||||
/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 388 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: diag
|
||||
---
|
||||
|
||||
##### - Heyyyy, c’est trop bien il neige ! ça fait des années que je n'en ai pas vu autant !
|
||||
|
||||
###### - Ouais c’est trop cool hahaha *tremblement de froid* Par contre il caille, t’aurais pu te dépêcher !
|
||||
|
||||
##### - Désolé, j’ai vu le message tard…
|
||||
|
||||
###### - T’inquiète pas.. je vais te le faire payer hahaha *Dit-il avec après avoir fais une boule de neige*
|
||||
|
||||
##### - Même pas peur, je vais tout esquiver
|
||||
|
||||
###### - On va voir ça ! On parie ?
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: boule
|
||||
---
|
||||
|
||||
<canvas id="scene"></canvas>
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Home
|
||||
body_classes: 'title-center title-h1h2'
|
||||
content:
|
||||
items:
|
||||
- '@self.children'
|
||||
limit: 5
|
||||
order:
|
||||
by: date
|
||||
dir: desc
|
||||
pagination: true
|
||||
url_taxonomy_filters: true
|
||||
---
|
||||
|
||||
<canvas id="scene"></canvas>
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */
|
||||
@@ -0,0 +1 @@
|
||||
/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */
|
||||
Reference in New Issue
Block a user