Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new cover image #7

Merged
merged 5 commits into from
Jan 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<a href="https://whiterussian.studio/">
<img src="https://whiterussian.studio/assets/wrs.png" alt="White Russian Studio" width="96">
<img src="/cover.png" alt="White Russian Studio">
</a>

# KAT Kit

Kirby CMS, Alpine.js and Tailwind starter kit for your next project.
Kirby CMS, Alpine.js and Tailwind CSS starter kit for your next project.
Works with the built-in PHP server. No need to install Valet/Vagrant/MAMP or other tools that complicate the development workflow.

## Tools
Expand Down
Binary file added cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"build": "rm -f src/.lock && vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.1",
"vite": "^2.7.1",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"vite": "^2.7.13",
"vite-plugin-live-reload": "^2.1.0"
},
"prettier": {
Expand Down
23 changes: 16 additions & 7 deletions www/app/blueprints/tabs/seo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ columns:
ru: Заголовок
type: text
placeholder: <title>
help: |
help:
en: |
Recommended: **70** characters
ru: |
Рекомендуется: **70** символов
meta_description:
label:
Expand All @@ -40,23 +43,29 @@ columns:
size: small
buttons: false
placeholder: <meta name="description">
help: |
Рекомендуется: **156** символов
help:
en: |
Recommended: **156** characters
ru: |
Рекомендуется: **156** символов
line:
type: line
og_head:
label: Open Graph
type: headline
numbered: false
help: |
Превью, которое формируется при публикации ссылки на сайт в социальных сетях и мессенджерах.
[Руководство по разметке](https://yandex.ru/support/webmaster/open-graph/intro-open-graph.html?lang=ru) от Яндекс.
help:
en: |
A preview that is generated when a link to a website is published on social networks and instant messengers.
[Markup Guide] (https://yandex.ru/support/webmaster/open-graph/intro-open-graph.html?lang=ru) from Yandex.
ru: |
Превью, которое формируется при публикации ссылки на сайт в социальных сетях и мессенджерах.
[Руководство по разметке](https://yandex.ru/support/webmaster/open-graph/intro-open-graph.html?lang=ru) от Яндекс.
og_image:
label: Open Graph Image
type: files
layout: cards
multiple: false
translate: false
size: huge
help:
en: Image size __1200×630px__
Expand Down