Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
re-kirby
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
santiago duque
re-kirby
Commits
84f2293f
Commit
84f2293f
authored
May 02, 2026
by
santiago duque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yaml adjustments and cleaning up
parent
19d07f88
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
12 deletions
+14
-12
shared.scss
src/css/shared.scss
+2
-0
sandbox.txt
www/content/sandbox/sandbox.txt
+0
-9
note.yml
www/site/blueprints/blocks/note.yml
+1
-0
pinned-image.yml
www/site/blueprints/blocks/pinned-image.yml
+1
-0
pinned-text.yml
www/site/blueprints/blocks/pinned-text.yml
+1
-0
prose.yml
www/site/blueprints/blocks/prose.yml
+7
-2
pull.yml
www/site/blueprints/blocks/pull.yml
+1
-0
texture.yml
www/site/blueprints/blocks/texture.yml
+1
-0
home.php
www/site/templates/home.php
+0
-1
No files found.
src/css/shared.scss
View file @
84f2293f
...
@@ -648,3 +648,5 @@ body {
...
@@ -648,3 +648,5 @@ body {
.menu-head { gap: 16px; }
.menu-head { gap: 16px; }
}
}
www/content/sandbox/sandbox.txt
deleted
100755 → 0
View file @
19d07f88
Title: Sandbox
----
Test:
----
Uuid: 7hq2RUkhwEOtnUSh
\ No newline at end of file
www/site/blueprints/blocks/note.yml
View file @
84f2293f
name
:
Field Log / Note
name
:
Field Log / Note
icon
:
tag
icon
:
tag
preview
:
fields
preview
:
fields
wysiwyg
:
true
fields
:
fields
:
note_label
:
note_label
:
label
:
Note Label
label
:
Note Label
...
...
www/site/blueprints/blocks/pinned-image.yml
View file @
84f2293f
name
:
Pinned Image
name
:
Pinned Image
icon
:
image
icon
:
image
preview
:
fields
preview
:
fields
wysiwyg
:
true
fields
:
fields
:
image
:
image
:
label
:
Background Image
label
:
Background Image
...
...
www/site/blueprints/blocks/pinned-text.yml
View file @
84f2293f
name
:
Pinned Text
name
:
Pinned Text
icon
:
layers
icon
:
layers
preview
:
fields
preview
:
fields
wysiwyg
:
true
fields
:
fields
:
heading
:
heading
:
label
:
Heading
label
:
Heading
...
...
www/site/blueprints/blocks/prose.yml
View file @
84f2293f
name
:
Prose Section
name
:
Prose Section
icon
:
text
icon
:
text
wysiwyg
:
true
preview
:
fields
preview
:
fields
tabs
:
tabs
:
content
:
content
:
...
@@ -9,6 +10,11 @@ tabs:
...
@@ -9,6 +10,11 @@ tabs:
label
:
Section Label
label
:
Section Label
type
:
text
type
:
text
help
:
"
e.g.
I
·
The
descent"
help
:
"
e.g.
I
·
The
descent"
width
:
1/2
capitalise
:
type
:
toggle
label
:
Capitalise first paragraph
width
:
1/2
text
:
text
:
label
:
Prose Content
label
:
Prose Content
type
:
writer
type
:
writer
...
@@ -21,5 +27,4 @@ tabs:
...
@@ -21,5 +27,4 @@ tabs:
-
paragraph
-
paragraph
-
bulletList
-
bulletList
-
orderedList
-
orderedList
capitalise
:
type
:
toggle
www/site/blueprints/blocks/pull.yml
View file @
84f2293f
name
:
Pull Quote
name
:
Pull Quote
icon
:
quote
icon
:
quote
preview
:
fields
preview
:
fields
wysiwyg
:
true
fields
:
fields
:
text
:
text
:
label
:
Quote Text
label
:
Quote Text
...
...
www/site/blueprints/blocks/texture.yml
View file @
84f2293f
name
:
Texture Slot
name
:
Texture Slot
icon
:
image
icon
:
image
preview
:
fields
preview
:
fields
wysiwyg
:
true
fields
:
fields
:
style
:
style
:
label
:
Texture Style
label
:
Texture Style
...
...
www/site/templates/home.php
View file @
84f2293f
<?php
snippet
(
'html-head'
,
[
<?php
snippet
(
'html-head'
,
[
'pageTitle'
=>
$site
->
title
()
->
value
()
.
' — Cover'
,
'pageTitle'
=>
$site
->
title
()
->
value
()
.
' — Cover'
,
'extraCss'
=>
[
'assets/css/home.css'
],
])
?>
])
?>
<body
data-screen-label=
"00 Cover"
>
<body
data-screen-label=
"00 Cover"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment