Pre release changes

This commit is contained in:
2020-02-28 17:08:51 +01:00
parent 2581d4d56d
commit 1c28ad0682
9 changed files with 85 additions and 45 deletions

View File

@ -22,7 +22,12 @@ collections:
default: true,
}
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Featured Image', name: 'thumbnail', widget: 'image' }
- {
label: 'Featured Image',
name: 'thumbnail',
widget: 'image',
required: false,
}
- {
label: 'Tags',
name: 'tags',
@ -31,6 +36,7 @@ collections:
required: false,
}
- { label: 'Body', name: 'body', widget: 'markdown' }
- { label: 'Writers notes', name: 'notes', widget: 'markdown' }
- name: 'pages'
label: 'Pages'
files:

BIN
static/eye.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -7,7 +7,7 @@ body {
font-family: Cantarell, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI,
Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-size: 16px;
line-height: 1.5;
line-height: 1.65;
color: #42436a;
background: #f2f6f6;
min-height: 1vh;
@ -19,7 +19,7 @@ h3,
h4,
h5,
h6 {
margin: 0 0 0.5em 0;
margin: 1em 0 0.5em 0;
font-weight: 200;
line-height: 1.2;
text-shadow: 1px 1px 1px #c6c4b7;
@ -83,7 +83,7 @@ pre {
}
p {
margin: 0;
margin: 0.8em 0;
}
.tearkiss {