June 2026 Production theme

This commit is contained in:
2026-06-13 21:33:23 -05:00
commit 2463a228e9
112 changed files with 12813 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
dist/*
node_modules/*
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2013-2026 Ghost Foundation
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.
+42
View File
@@ -0,0 +1,42 @@
# Dawn
A highly functional [Ghost](https://github.com/TryGhost/Ghost) theme that adapts to the reader's preferences. Let them read, search, subscribe, navigate, and more with ease.
**Demo: https://dawn.ghost.io**
# Instructions
1. [Download this theme](https://github.com/TryGhost/Dawn/archive/main.zip)
2. Log into Ghost, and go to the `Design` settings area to upload the zip file
# Development
Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com) installed globally. After that, from the theme's root directory:
```bash
# Install
yarn
# Run build & watch for changes
yarn dev
```
Now you can edit `/assets/css/` files, which will be compiled to `/assets/built/` automatically.
The `zip` Gulp task packages the theme files into `dist/dawn.zip`, which you can then upload to your site.
```bash
yarn zip
```
# Contribution
This repo is synced automatically with [TryGhost/Themes](https://github.com/TryGhost/Themes) monorepo. If you're looking to contribute or raise an issue, head over to the main repository [TryGhost/Themes](https://github.com/TryGhost/Themes) where our official themes are developed.
## Theme translations
Please see the @Tryghost/Themes/theme-translations/README.md for how to edit or contribute translations.
# Copyright & License
Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](LICENSE).
Vendored Executable
+1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+67
View File
@@ -0,0 +1,67 @@
.author {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 4.5rem;
text-align: center;
}
.author-image-placeholder {
flex-shrink: 0;
width: 70px;
margin-bottom: 2rem;
overflow: hidden;
border-radius: 50%;
}
.author-name {
margin-bottom: 0;
font-size: 2.4rem;
}
.author-meta {
margin-top: 8px;
font-size: 1.2rem;
font-weight: 800;
color: var(--secondary-text-color);
text-transform: uppercase;
}
.author-bio {
max-width: 520px;
margin-top: 16px;
}
.author-social {
margin-top: 2rem;
}
.author-list {
display: flex;
}
.author-list .author-image-placeholder {
width: 54px;
margin: 0 -4px;
border: 2px solid var(--white-color);
}
.author-list .author-image-placeholder:first-child {
z-index: 10;
}
.author-list .author-image-placeholder:nth-child(2) {
z-index: 9;
}
.author-list .author-image-placeholder:nth-child(3) {
z-index: 8;
}
.author-list .author-image-placeholder:nth-child(4) {
z-index: 7;
}
.author-list .author-image-placeholder:nth-child(5) {
z-index: 6;
}
+3
View File
@@ -0,0 +1,3 @@
.comment {
margin-top: 6rem;
}
+30
View File
@@ -0,0 +1,30 @@
.featured-wrapper {
margin-top: 60px;
}
.featured-wrapper .u-placeholder {
margin-bottom: 24px;
}
.featured-wrapper .post-title {
margin-bottom: 0;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.3;
letter-spacing: -0.01em;
word-break: break-word;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .featured-wrapper .post-title {
font-family: var(--gh-font-heading, var(--font-serif));
}
.featured-title {
padding-bottom: 1rem;
margin-bottom: 4.5rem;
font-size: 1.5rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.01em;
border-bottom: 1px solid var(--light-gray-color);
}
+91
View File
@@ -0,0 +1,91 @@
.feed {
position: relative;
display: flex;
align-items: center;
padding: 1.5rem 0;
overflow: hidden;
line-height: 1;
}
.feed:hover .feed-title {
opacity: 0.8;
}
.feed:hover .feed-right {
margin-right: 1.6rem;
}
.feed:hover .feed-icon {
transform: translateX(0.4rem);
}
.feed + .feed {
border-top: 1px solid var(--light-gray-color);
}
.feed + .feed.feed-paged {
margin-top: 3rem;
border-top: 0;
}
.feed-calendar {
display: flex;
gap: 0.4rem;
min-width: 45px;
margin-right: 1.5rem;
font-size: 1.1rem;
font-weight: 800;
color: var(--brand-color);
white-space: nowrap;
}
.feed-calendar-month {
text-transform: uppercase;
}
.feed-title {
flex-grow: 1;
padding-right: 1rem;
margin-bottom: 0;
overflow: hidden;
font-family: var(--gh-font-body, var(--font-sans));
font-size: 1.6rem;
font-weight: 400;
line-height: 1.3;
text-overflow: ellipsis;
letter-spacing: 0;
white-space: nowrap;
}
.feed-right {
display: flex;
align-items: center;
transition: margin 0.2s var(--animation-base);
}
.icon-star {
width: 16px;
height: 16px;
margin-right: 1rem;
color: var(--orange-color);
}
.public .icon-star {
display: none;
}
.feed-length {
font-size: 1.4rem;
color: var(--secondary-text-color);
white-space: nowrap;
}
.feed-icon {
position: absolute;
right: 0;
width: 16px;
height: 16px;
color: var(--secondary-text-color);
transition: transform 0.2s var(--animation-base);
transform: translateX(2rem);
}
+18
View File
@@ -0,0 +1,18 @@
.navigation-previous .navigation-icon {
margin-left: -2px;
}
.navigation-next .navigation-link {
justify-content: flex-end;
}
.navigation-next .navigation-icon {
margin-right: -2px;
}
.navigation-link {
display: flex;
align-items: center;
width: 30px;
height: 30px;
}
+5
View File
@@ -0,0 +1,5 @@
.load-more {
display: flex;
justify-content: center;
margin-top: 48px;
}
+10
View File
@@ -0,0 +1,10 @@
.related-wrapper {
padding: 56px 0 32px;
margin-top: 80px;
background-color: var(--lighter-gray-color);
}
.related-title {
margin-bottom: 20px;
font-size: 2.1rem;
}
+65
View File
@@ -0,0 +1,65 @@
.gh-meta-share {
margin-top: 24px;
justify-content: center;
}
.share {
display: flex;
gap: 0.4rem;
}
.share-link {
display: flex;
align-items: center;
height: 2.6rem;
padding: 0 0.8rem;
margin: 0 0.6rem;
font-size: 1.1rem;
font-weight: 800;
line-height: 1;
color: var(--white-color);
text-transform: uppercase;
letter-spacing: 0.04rem;
border-radius: 3px;
}
.share-link .icon {
width: 14px;
height: 14px;
}
.share-link-facebook {
background-color: var(--facebook-color);
}
.share-link-x {
background-color: var(--twitter-color);
}
.share-link-linkedin {
background-color: var(--linkedin-color);
}
.share-link-bluesky {
background-color: var(--bluesky-color);
}
.share-link-threads {
background-color: var(--threads-color);
}
.share-link-mastodon {
background-color: var(--mastodon-color);
}
.share-link-tiktok {
background-color: var(--tiktok-color);
}
.share-link-youtube {
background-color: var(--youtube-color);
}
.share-link-instagram {
background-color: var(--instagram-color);
}
+130
View File
@@ -0,0 +1,130 @@
.single-header {
margin-bottom: 4.5rem;
text-align: center;
}
.page-template .single-header {
margin-top: var(--header-spacing);
}
.single-meta {
margin-bottom: 1rem;
margin-top: 1rem;
font-size: 1.2rem;
font-weight: 800;
color: var(--secondary-text-color);
text-transform: uppercase;
}
.single-meta-item + .single-meta-item::before {
padding: 0 0.3rem;
font-family: serif;
content: "\02022";
}
.single-meta-tag .post-tag {
color: var(--brand-color);
}
.single-title {
margin-bottom: 0;
font-size: 4rem;
line-height: 1.2;
letter-spacing: -0.1rem;
word-break: break-word;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .single-title {
font-family: var(--gh-font-heading, var(--font-serif));
}
.single-excerpt {
margin-top: 2rem;
font-size: 1.8rem;
word-break: break-word;
}
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .single-excerpt {
font-family: var(--gh-font-body, var(--font-serif));
}
.single-media {
margin-top: 4.5rem;
}
.single-cta {
padding: 3rem;
margin-top: 4rem !important;
text-align: center;
border-top: 5px solid var(--brand-color);
border-bottom: 1px solid var(--light-gray-color);
}
.single-cta-title {
margin: 0 0 3rem !important;
}
.single-cta-button {
margin-bottom: 1rem;
font-weight: 800 !important;
}
.single-cta-footer {
font-size: 1.4rem;
font-weight: 400 !important;
letter-spacing: -0.02rem;
}
.single-footer {
display: flex;
align-items: center;
margin-top: 4.5rem;
}
.single-footer-left,
.single-footer-right {
display: flex;
flex: 2;
}
.single-footer-right {
justify-content: flex-end;
}
.single-footer-middle {
display: flex;
flex-direction: column;
}
.single-footer-top {
display: flex;
flex-direction: column;
align-items: center;
}
.single-footer-title {
margin-bottom: 1rem;
font-size: 1.8rem;
}
.single-footer-bottom {
margin-top: 2rem;
}
@media (max-width: 767px) {
.single-header {
margin-bottom: 3rem;
}
.single-title {
font-size: 2.6rem;
}
.single-excerpt {
font-size: 1.7rem;
}
.single-media {
margin-top: 3rem;
}
}
+51
View File
@@ -0,0 +1,51 @@
.tag {
margin-bottom: 4.5rem;
text-align: center;
}
.tag .tag-name {
margin-bottom: 0;
font-size: 3rem;
color: var(--brand-color);
}
.tag .tag-name::before {
content: "#";
}
.tag .tag-description {
max-width: 520px;
margin: 16px auto 0;
}
.tag .tag-list {
margin-top: 2rem;
font-weight: 700;
}
.tag .tag-list-label {
margin-right: 0.5rem;
color: var(--secondary-text-color);
}
.tag .tag-list-item::before {
content: "#";
}
.tag .tag-list-item + .tag-list-item {
margin-left: 0.3rem;
}
.tag .tag-media {
margin-top: 4.5rem;
}
@media (max-width: 767px) {
.tag {
margin-bottom: 2.5rem;
}
.tag .tag-media {
margin-top: 3rem;
}
}
+57
View File
@@ -0,0 +1,57 @@
:root {
--brand-color: var(--ghost-accent-color, #ff572f);
--primary-text-color: #333;
--secondary-text-color: #999;
--white-color: #fff;
--lighter-gray-color: #f6f6f6;
--light-gray-color: #e6e6e6;
--mid-gray-color: #ccc;
--dark-gray-color: #444;
--darker-gray-color: #1a1a1a;
--black-color: #000;
--green-color: #28a745;
--orange-color: #ffc107;
--red-color: #dc3545;
--facebook-color: #3b5998;
--twitter-color: #1da1f2;
--linkedin-color: #0B66C3;
--bluesky-color: #1185FE;
--threads-color: #000000;
--mastodon-color: #6364FF;
--tiktok-color: #000000;
--youtube-color: #ff0000;
--instagram-color: #000000;
--rss-color: #f26522;
--animation-base: ease-in-out;
--font-sans: Mulish, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
--font-serif: Lora, Times, serif;
--font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
--navbar-height: 80px;
--content-font-size: 1.7rem;
--header-spacing: 60px;
}
@media (max-width: 767px) {
:root {
--header-spacing: 30px;
}
}
body {
color: var(--primary-text-color);
background-color: var(--white-color);
}
a {
color: var(--darker-gray-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 800;
color: var(--darker-gray-color);
}
+67
View File
@@ -0,0 +1,67 @@
.button {
display: inline-flex;
align-items: center;
justify-content: center;
height: 36px;
padding: 0 15px;
font-size: 11px;
font-weight: 800;
color: var(--brand-color);
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
background-color: var(--white-color);
border: 1px solid var(--light-gray-color);
border-radius: 3px;
outline: none;
}
.button:hover {
border-color: var(--mid-gray-color);
opacity: 1;
}
.button .icon-loading {
display: none;
}
.button.loading {
text-indent: -9999px;
}
.button.loading .icon-loading {
display: block;
}
.button-secondary {
color: var(--darker-gray-color);
}
.button-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
padding: 0;
color: var(--darker-gray-color);
cursor: pointer;
background-color: transparent;
border: 0;
outline: none;
}
.button-icon:hover .icon {
opacity: 0.8;
}
.button-text {
padding: 0;
margin: 0;
line-height: inherit;
color: var(--darker-gray-color);
cursor: pointer;
background-color: transparent;
border: 0;
outline: none;
}
+62
View File
@@ -0,0 +1,62 @@
@font-face {
font-family: Mulish;
font-style: normal;
font-weight: 400;
src: local(""), url("../fonts/mulish-v10-latin-regular.woff2") format("woff2"), url("../fonts/mulish-v10-latin-regular.woff") format("woff");
}
@font-face {
font-family: Mulish;
font-style: normal;
font-weight: 700;
src: local(""), url("../fonts/mulish-v10-latin-700.woff2") format("woff2"), url("../fonts/mulish-v10-latin-700.woff") format("woff");
}
@font-face {
font-family: Mulish;
font-style: normal;
font-weight: 800;
src: local(""), url("../fonts/mulish-v10-latin-800.woff2") format("woff2"), url("../fonts/mulish-v10-latin-800.woff") format("woff");
}
@font-face {
font-family: Mulish;
font-style: italic;
font-weight: 400;
src: local(""), url("../fonts/mulish-v10-latin-italic.woff2") format("woff2"), url("../fonts/mulish-v10-latin-italic.woff") format("woff");
}
@font-face {
font-family: Mulish;
font-style: italic;
font-weight: 700;
src: local(""), url("../fonts/mulish-v10-latin-700italic.woff2") format("woff2"), url("../fonts/mulish-v10-latin-700italic.woff") format("woff");
}
@font-face {
font-family: Lora;
font-style: normal;
font-weight: 400;
src: local(""), url("../fonts/lora-v23-latin-regular.woff2") format("woff2"), url("../fonts/lora-v23-latin-regular.woff") format("woff");
}
@font-face {
font-family: Lora;
font-style: normal;
font-weight: 700;
src: local(""), url("../fonts/lora-v23-latin-700.woff2") format("woff2"), url("../fonts/lora-v23-latin-700.woff") format("woff");
}
@font-face {
font-family: Lora;
font-style: italic;
font-weight: 400;
src: local(""), url("../fonts/lora-v23-latin-italic.woff2") format("woff2"), url("../fonts/lora-v23-latin-italic.woff") format("woff");
}
@font-face {
font-family: Lora;
font-style: italic;
font-weight: 700;
src: local(""), url("../fonts/lora-v23-latin-700italic.woff2") format("woff2"), url("../fonts/lora-v23-latin-700italic.woff") format("woff");
}
+83
View File
@@ -0,0 +1,83 @@
label {
display: block;
font-size: 1.4rem;
font-weight: 700;
color: var(--darker-gray-color);
}
label + label {
margin-top: 2rem;
}
label input,
label textarea {
margin-top: 0.7rem;
}
input,
textarea {
width: 100%;
height: 44px;
padding: 0 1.5rem;
font-size: 1.6rem;
color: var(--darker-gray-color);
appearance: none;
background-color: var(--white-color);
border: 1px solid var(--light-gray-color);
border-radius: 5px;
outline: none;
}
input:focus,
textarea:focus {
border-color: var(--mid-gray-color);
}
textarea {
height: 100%;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
resize: vertical;
}
.form-wrapper {
position: relative;
}
.form-button {
position: absolute;
top: 5px;
right: 5px;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
color: var(--white-color);
cursor: pointer;
background-color: var(--brand-color);
border: 0;
border-radius: 0 4px 4px 0;
outline: none;
}
.form-button .icon-loading {
display: none;
}
.loading .form-button .icon {
display: none;
}
.loading .form-button .icon-loading {
display: block;
}
.contact-form {
margin-top: 3rem;
}
.contact-form .button {
margin-top: 1.5rem;
}
+13
View File
@@ -0,0 +1,13 @@
symbol {
fill: currentColor;
}
.icon {
width: 20px;
height: 20px;
}
.icon-loading {
width: 26px;
height: 26px;
}
+54
View File
@@ -0,0 +1,54 @@
.animate__animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: scale3d(0.7, 0.7, 0.7);
}
40% {
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.animate__bounceIn {
animation-name: bounceIn;
animation-duration: 0.3s;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(0.7, 0.7, 0.7);
}
to {
opacity: 0;
}
}
.animate__zoomOut {
animation-name: zoomOut;
animation-duration: 0.3s;
}
+159
View File
@@ -0,0 +1,159 @@
.theme-dark:root {
--primary-text-color: #e2e2e2;
--secondary-text-color: #868686;
--white-color: #282c35;
--color-white: #282c35;
--lighter-gray-color: #2f333c;
--color-lighter-gray: #2f333c;
--light-gray-color: #3b3e46;
--color-light-gray: #3b3e46;
--color-light-color: #3b3e46;
--mid-gray-color: #666;
--color-mid-gray: #666;
--dark-gray-color: #e6e6e6;
--color-dark-gray: #e6e6e6;
--darker-gray-color: #fff;
--color-darker-gray: #fff;
}
.theme-dark .gh-head-logo img:first-child:not(:only-child) {
opacity: 0;
}
.theme-dark .gh-head-logo img + img {
opacity: 1;
}
.theme-dark .sticky {
background-color: rgba(0, 0, 0, 0.6);
}
.theme-dark .form-button,
.theme-dark .pswp__counter {
color: var(--darker-gray-color);
}
.theme-dark .share-link {
background-color: var(--darker-gray-color);
}
.theme-dark .share-link-facebook {
color: var(--facebook-color);
}
.theme-dark .share-link-x {
color: var(--twitter-color);
}
.theme-dark .share-link-linkedin {
color: var(--linkedin-color);
}
.theme-dark .share-link-bluesky {
color: var(--bluesky-color);
}
.theme-dark .share-link-threads {
color: var(--threads-color);
}
.theme-dark .share-link-mastodon {
color: var(--mastodon-color);
}
.theme-dark .share-link-tiktok {
color: var(--tiktok-color);
}
.theme-dark .share-link-youtube {
color: var(--youtube-color);
}
.theme-dark .share-link-instagram {
color: var(--instagram-color);
}
.theme-dark .kg-audio-card button {
color: var(--darker-gray-color);
}
.theme-dark .kg-bookmark-card a.kg-bookmark-container,
.theme-dark .kg-bookmark-card a.kg-bookmark-container:hover,
.theme-dark .kg-file-card-container,
.theme-dark .kg-file-card-container:hover,
.theme-dark .kg-audio-card,
.theme-dark .kg-product-card-container {
background-color: var(--lighter-gray-color) !important;
opacity: 1;
}
@media (prefers-color-scheme: dark) {
html:not(.theme-light):root {
--primary-text-color: #e2e2e2;
--secondary-text-color: #868686;
--white-color: #282c35;
--color-white: #282c35;
--lighter-gray-color: #2f333c;
--color-lighter-gray: #2f333c;
--light-gray-color: #3b3e46;
--color-light-gray: #3b3e46;
--mid-gray-color: #666;
--color-mid-gray: #666;
--dark-gray-color: #e6e6e6;
--color-dark-gray: #e6e6e6;
--darker-gray-color: #fff;
--color-darker-gray: #fff;
}
html:not(.theme-light) .gh-head-logo img:first-child:not(:only-child) {
opacity: 0;
}
html:not(.theme-light) .gh-head-logo img + img {
opacity: 1;
}
html:not(.theme-light) .sticky {
background-color: rgba(0, 0, 0, 0.6);
}
html:not(.theme-light) .form-button,
html:not(.theme-light) .pswp__counter {
color: var(--darker-gray-color);
}
html:not(.theme-light) .share-link {
background-color: var(--darker-gray-color);
}
html:not(.theme-light) .share-link-facebook {
color: var(--facebook-color);
}
html:not(.theme-light) .share-link-x {
color: var(--twitter-color);
}
html:not(.theme-light) .kg-audio-card button {
color: var(--darker-gray-color);
}
html:not(.theme-light) .kg-bookmark-card a.kg-bookmark-container,
html:not(.theme-light) .kg-bookmark-card a.kg-bookmark-container:hover,
html:not(.theme-light) .kg-file-card-container,
html:not(.theme-light) .kg-file-card-container:hover,
html:not(.theme-light) .kg-audio-card,
html:not(.theme-light) .kg-product-card-container {
background-color: var(--lighter-gray-color) !important;
opacity: 1;
}
html:not(.theme-light) .gh-button-share {
color: rgba(255, 255, 255, 0.85);
border-color: rgba(255, 255, 255, 0.15);
}
html:not(.theme-light) .gh-button-share:hover {
border-color: rgba(255, 255, 255, 0.5);
}
}
+151
View File
@@ -0,0 +1,151 @@
.owl {
position: relative;
z-index: 1;
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
}
.owl .owl-stage {
position: relative;
touch-action: pan-y;
}
.owl .owl-stage::after {
display: block;
height: 0;
clear: both;
line-height: 0;
visibility: hidden;
content: ".";
}
.owl .owl-stage-outer {
position: relative;
overflow: hidden;
transform: translate3d(0, 0, 0);
}
.owl .owl-item {
position: relative;
float: left;
min-height: 1px;
transform: translateZ(0);
backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl .owl-item > img {
display: block;
transform-style: preserve-3d;
width: 100%;
}
.owl .owl-nav.disabled,
.owl .owl-dots.disabled {
display: none;
}
.owl .owl-prev,
.owl .owl-next,
.owl .owl-dot {
cursor: pointer;
user-select: none;
}
.owl .owl-prev,
.owl .owl-next {
position: absolute;
top: -86px;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
padding: 0;
color: var(--dark-gray-color);
text-align: center;
background-color: var(--white-color);
border: 1px solid var(--light-gray-color);
border-radius: 3px;
outline: none;
transition: color 0.5s var(--animation-base);
}
.owl .owl-prev.disabled,
.owl .owl-next.disabled {
color: var(--mid-gray-color);
cursor: default;
}
.owl .owl-prev .icon,
.owl .owl-next .icon {
width: 18px;
height: 18px;
}
.owl .owl-prev {
right: 34px;
}
.owl .owl-next {
right: 0;
}
.owl .owl-dots {
display: flex;
justify-content: center;
margin-top: 20px;
}
.owl .owl-dot {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
padding: 0;
border: 0;
outline: none;
}
.owl .owl-dot span {
width: 8px;
height: 8px;
background-color: var(--light-gray-color);
border-radius: 50%;
}
.owl .owl-dot.active span {
background-color: var(--black-color);
}
.owl.owl-loaded {
display: block;
}
.owl.owl-loading {
display: block;
opacity: 0;
}
.owl.owl-hidden {
opacity: 0;
}
.owl.owl-refresh .owl-item {
visibility: hidden;
}
.owl.owl-drag .owl-item {
user-select: none;
}
.owl.owl-grab {
cursor: move;
}
.no-js .owl {
display: block;
}
+41
View File
@@ -0,0 +1,41 @@
.u-permalink {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 50;
outline: none;
}
.u-placeholder {
position: relative;
z-index: 10;
background-color: var(--lighter-gray-color);
}
.u-placeholder::before {
display: block;
content: "";
}
.u-placeholder.horizontal::before {
padding-bottom: 50%;
}
.u-placeholder.rectangle::before {
padding-bottom: 62.5%;
}
.u-placeholder.square::before {
padding-bottom: 100%;
}
.u-object-fit {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
+23
View File
@@ -0,0 +1,23 @@
@import "@tryghost/shared-theme-assets/assets/css/v1/screen.css";
@import "general/fonts.css";
@import "general/basics.css";
@import "general/button.css";
@import "general/form.css";
@import "general/icons.css";
@import "site/layout.css";
@import "site/header.css";
@import "site/cover.css";
@import "blog/feed.css";
@import "blog/featured.css";
@import "blog/pagination.css";
@import "blog/single.css";
@import "blog/author.css";
@import "blog/share.css";
@import "blog/navigation.css";
@import "blog/related.css";
@import "blog/comment.css";
@import "blog/tag.css";
@import "misc/owl.css";
@import "misc/utils.css";
@import "misc/animations.css";
@import "misc/dark.css";
+34
View File
@@ -0,0 +1,34 @@
.cover {
margin-top: 48px;
}
.cover-content {
display: flex;
flex-direction: column;
align-items: center;
max-width: 520px;
margin: 0 auto;
text-align: center;
}
.cover-icon {
position: relative;
margin-bottom: 32px;
}
.cover-icon-image {
width: 120px;
}
.cover-description {
font-size: 1.7rem;
}
.cover-cta {
display: flex;
margin-top: 2rem;
}
.cover-cta .button {
margin: 0 0.5rem;
}
+10
View File
@@ -0,0 +1,10 @@
.gh-head-logo {
font-size: 2.2rem;
font-weight: 800;
}
.gh-head-menu,
.gh-head-actions {
font-size: 1.5rem;
font-weight: 700;
}
+20
View File
@@ -0,0 +1,20 @@
.site {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.site-content {
flex-grow: 1;
padding: 6rem 0;
}
.page-template .site-content {
padding-block: 0;
}
@media (max-width: 767px) {
.site-content {
padding: 3rem 0;
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

+1
View File
@@ -0,0 +1 @@
<svg width="264" height="88" viewBox="0 0 264 88" xmlns="http://www.w3.org/2000/svg"><title>default-skin 2</title><g fill="none" fill-rule="evenodd"><g><path d="M67.002 59.5v3.768c-6.307.84-9.184 5.75-10.002 9.732 2.22-2.83 5.564-5.098 10.002-5.098V71.5L73 65.585 67.002 59.5z" id="Shape" fill="#fff"/><g fill="#fff"><path d="M13 29v-5h2v3h3v2h-5zM13 15h5v2h-3v3h-2v-5zM31 15v5h-2v-3h-3v-2h5zM31 29h-5v-2h3v-3h2v5z" id="Shape"/></g><g fill="#fff"><path d="M62 24v5h-2v-3h-3v-2h5zM62 20h-5v-2h3v-3h2v5zM70 20v-5h2v3h3v2h-5zM70 24h5v2h-3v3h-2v-5z"/></g><path d="M20.586 66l-5.656-5.656 1.414-1.414L22 64.586l5.656-5.656 1.414 1.414L23.414 66l5.656 5.656-1.414 1.414L22 67.414l-5.656 5.656-1.414-1.414L20.586 66z" fill="#fff"/><path d="M111.785 65.03L110 63.5l3-3.5h-10v-2h10l-3-3.5 1.785-1.468L117 59l-5.215 6.03z" fill="#fff"/><path d="M152.215 65.03L154 63.5l-3-3.5h10v-2h-10l3-3.5-1.785-1.468L147 59l5.215 6.03z" fill="#fff"/><g><path id="Rectangle-11" fill="#fff" d="M160.957 28.543l-3.25-3.25-1.413 1.414 3.25 3.25z"/><path d="M152.5 27c3.038 0 5.5-2.462 5.5-5.5s-2.462-5.5-5.5-5.5-5.5 2.462-5.5 5.5 2.462 5.5 5.5 5.5z" id="Oval-1" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M150 21h5v1h-5z"/></g><g><path d="M116.957 28.543l-1.414 1.414-3.25-3.25 1.414-1.414 3.25 3.25z" fill="#fff"/><path d="M108.5 27c3.038 0 5.5-2.462 5.5-5.5s-2.462-5.5-5.5-5.5-5.5 2.462-5.5 5.5 2.462 5.5 5.5 5.5z" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M106 21h5v1h-5z"/><path fill="#fff" d="M109.043 19.008l-.085 5-1-.017.085-5z"/></g></g></g></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 866 B

+7
View File
File diff suppressed because one or more lines are too long
+29
View File
@@ -0,0 +1,29 @@
$(function () {
'use strict';
featured();
pagination(false);
});
function featured() {
'use strict';
$('.featured-feed').owlCarousel({
dots: false,
margin: 30,
nav: true,
navText: [
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor" class="icon"><path d="M20.547 22.107L14.44 16l6.107-6.12L18.667 8l-8 8 8 8 1.88-1.893z"></path></svg>',
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor" class="icon"><path d="M11.453 22.107L17.56 16l-6.107-6.12L13.333 8l8 8-8 8-1.88-1.893z"></path></svg>',
],
responsive: {
0: {
items: 1,
},
768: {
items: 2,
},
992: {
items: 3,
},
},
});
}
+94
View File
@@ -0,0 +1,94 @@
{{!< default}}
<main class="site-main">
{{#author}}
<section class="author gh-canvas">
<div class="author-image-placeholder u-placeholder square">
<img class="author-image u-object-fit" src="{{img_url profile_image size="xs"}}" alt="{{name}}">
</div>
{{#if website}}
<h1 class="author-name">
<a href="{{website}}" target="_blank" rel="noopener noreferrer">{{name}}</a>
</h1>
{{else}}
<h1 class="author-name">{{name}}</h1>
{{/if}}
{{#if location}}
<span class="author-meta">{{location}}</span>
{{/if}}
<div class="author-bio">{{bio}}</div>
<div class="share author-social">
{{#if facebook}}
<a class="share-link share-link-facebook author-social-item" href="{{social_url type="facebook"}}" target="_blank" rel="noopener noreferrer">
{{> "icons/facebook"}}
Facebook
</a>
{{/if}}
{{#if twitter}}
<a class="share-link share-link-x author-social-item" href="{{social_url type="twitter"}}" target="_blank" rel="noopener noreferrer">
{{> "icons/x"}}
Twitter
</a>
{{/if}}
{{#if linkedin}}
<a class="share-link share-link-linkedin author-social-item" href="{{social_url type="linkedin"}}" target="_blank" rel="noopener noreferrer">
{{> "icons/linkedin"}}
LinkedIn
</a>
{{/if}}
{{#if bluesky}}
<a class="share-link share-link-bluesky author-social-item" href="{{social_url type="bluesky"}}" target="_blank" rel="noopener noreferrer">
{{> "icons/bluesky"}}
Bluesky
</a>
{{/if}}
{{#if threads}}
<a class="share-link share-link-threads author-social-item" href="{{social_url type="threads"}}" target="_blank" rel="noopener noreferrer">
{{> "icons/threads"}}
Threads
</a>
{{/if}}
{{#if mastodon}}
<a class="share-link share-link-mastodon author-social-item" href="{{social_url type="mastodon"}}" target="_blank" rel="noopener noreferrer">
{{> "icons/mastodon"}}
Mastodon
</a>
{{/if}}
{{#if tiktok}}
<a class="share-link share-link-tiktok author-social-item" href="{{social_url type="tiktok"}}" target="_blank" rel="noopener noreferrer">
{{> "icons/tiktok"}}
TikTok
</a>
{{/if}}
{{#if youtube}}
<a class="share-link share-link-youtube author-social-item" href="{{social_url type="youtube"}}" target="_blank" rel="noopener noreferrer">
{{> "icons/youtube"}}
YouTube
</a>
{{/if}}
{{#if instagram}}
<a class="share-link share-link-instagram author-social-item" href="{{social_url type="instagram"}}" target="_blank" rel="noopener noreferrer">
{{> "icons/instagram"}}
Instagram
</a>
{{/if}}
</div>
</section>
{{/author}}
<div class="post-feed gh-feed gh-canvas">
{{#foreach posts}}
{{> "loop"}}
{{/foreach}}
</div>
{{pagination}}
</main>
+19
View File
@@ -0,0 +1,19 @@
{{!< default}}
<main class="site-main">
{{#post}}
{{> "content" width="full"}}
{{/post}}
{{#is "post"}}
{{#if @custom.show_related_posts}}
{{> "related-posts"}}
{{/if}}
{{#post}}
{{> "comments"}}
{{/post}}
{{/is}}
</main>
+19
View File
@@ -0,0 +1,19 @@
{{!< default}}
<main class="site-main">
{{#post}}
{{> "content" width="narrow"}}
{{/post}}
{{#is "post"}}
{{#if @custom.show_related_posts}}
{{> "related-posts"}}
{{/if}}
{{#post}}
{{> "comments"}}
{{/post}}
{{/is}}
</main>
+19
View File
@@ -0,0 +1,19 @@
{{!< default}}
<main class="site-main">
{{#post}}
{{> "content" no_image=true}}
{{/post}}
{{#is "post"}}
{{#if @custom.show_related_posts}}
{{> "related-posts"}}
{{/if}}
{{#post}}
{{> "comments"}}
{{/post}}
{{/is}}
</main>
+179
View File
@@ -0,0 +1,179 @@
<!DOCTYPE html>
<html{{#match @custom.color_scheme "Dark"}} class="theme-dark"{{/match}}{{#match @custom.color_scheme "Light"}} class="theme-light"{{/match}} lang="{{@site.locale}}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{meta_title page=(t " (Page %)")}}</title>
<link rel="stylesheet" href="{{asset "built/screen.css"}}">
{{ghost_head}}
</head>
<body class='{{body_class}}{{{block "body_class"}}} is-head-{{#match @custom.navigation_layout "Logo on the left"}}left-logo{{else match @custom.navigation_layout "Logo in the middle"}}middle-logo{{else}}stacked{{/match}}{{#match @custom.title_font "=" "Elegant serif"}} has-serif-title{{/match}}{{#match @custom.body_font "=" "Elegant serif"}} has-serif-body{{/match}}'>
<div class="site">
<header id="gh-head" class="gh-head gh-outer">
<div class="gh-head-inner gh-inner">
<div class="gh-head-brand">
<div class="gh-head-brand-wrapper">
<a class="gh-head-logo" href="{{@site.url}}">
{{#if @site.logo}}
<img src="{{@site.logo}}" alt="{{@site.title}}">
{{#if @custom.white_logo_for_dark_mode}}
<img src="{{img_url @custom.white_logo_for_dark_mode}}" alt="{{@site.title}}">
{{/if}}
{{else}}
{{@site.title}}
{{/if}}
</a>
</div>
<button class="gh-search gh-icon-btn" aria-label="{{t "Search this site"}}" data-ghost-search>{{> "icons/search"}}</button>
<button class="gh-burger" aria-label="{{t "Toggle menu"}}"></button>
</div>
<nav class="gh-head-menu">
{{navigation}}
{{#unless @site.members_enabled}}
{{#match @custom.navigation_layout "Stacked"}}
<button class="gh-search gh-icon-btn" aria-label="{{t "Search this site"}}" data-ghost-search>{{> "icons/search"}}</button>
{{/match}}
{{/unless}}
</nav>
<div class="gh-head-actions">
{{#unless @site.members_enabled}}
{{^match @custom.navigation_layout "Stacked"}}
<button class="gh-search gh-icon-btn" aria-label="{{t "Search this site"}}" data-ghost-search>{{> "icons/search"}}</button>
{{/match}}
{{else}}
<button class="gh-search gh-icon-btn" aria-label="{{t "Search this site"}}" data-ghost-search>{{> "icons/search"}}</button>
<div class="gh-head-members">
{{#unless @member}}
{{#unless @site.members_invite_only}}
<a class="gh-head-link" href="#/portal/signin" data-portal="signin">{{t "Sign in"}}</a>
<a class="gh-head-btn gh-btn gh-primary-btn" href="#/portal/signup" data-portal="signup">{{t "Subscribe"}}</a>
{{else}}
<a class="gh-head-btn gh-btn gh-primary-btn" href="#/portal/signin" data-portal="signin">{{t "Sign in"}}</a>
{{/unless}}
{{else}}
<a class="gh-head-btn gh-btn gh-primary-btn" href="#/portal/account" data-portal="account">{{t "Account"}}</a>
{{/unless}}
</div>
{{/unless}}
</div>
</div>
</header>
{{#is "home"}}
{{> "cover"}}
{{!-- {{#if @custom.show_featured_posts}}
{{> "featured-posts"}}
{{/if}} --}}
{{/is}}
<div class="site-content">
{{{body}}}
</div>
<center>
<img src="https://canin.dreamfreely.org/content/images/2026/06/SOL.COL.1-1.png" class="sol-image">
</center>
<footer class="gh-foot{{#unless @site.secondary_navigation}} no-menu{{/unless}} gh-outer">
<div class="gh-foot-inner gh-inner">
<div class="gh-copyright">
{{@site.title}} © {{date format="YYYY"}}
</div>
<div class="gh-foot-center">
<div class="gh-social-links">
{{#social_accounts @site}}
<a href="{{href}}" target="_blank" rel="noopener" aria-label="{{name}}">
{{#> (concat "icons/" type)}}
{{!-- Fallback when no per-platform icon partial exists --}}
<span>{{name}}</span>
{{/undefined}}
</a>
{{/social_accounts}}
</div>
{{#if @site.secondary_navigation}}
<nav class="gh-foot-menu">
{{navigation type="secondary"}}
</nav>
{{/if}}
</div>
<div class="gh-powered-by">
{{{t "Powered by {ghostlink}" ghostlink="<a href=\"https://ghost.org/\" target=\"_blank\" rel=\"noopener\">Ghost</a>"}}}
</div>
</div>
</footer>
</div>
{{#is "post, page"}}
{{> "pswp"}}
{{/is}}
{{#unless @member}}
<a href="#/portal/" class="join-hover-button">
<div class="hover-button-inner ">
<img src="https://canin.dreamfreely.org/content/images/2025/10/DFDollarSign.Transparent-real.png" alt="" style="width: 26px; height: 26px;">
<span>&nbsp;{{@site.portal_button_signup_text}}</span>
</div></a>
{{/unless}}
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous">
</script>
<script src='{{asset "built/main.min.js"}}'></script>
{{ghost_foot}}
</body>
<style>
.join-hover-button {
position: fixed;
bottom: min(32px, 5vw);
right: min(32px, 5vw);
z-index: 1000;
border-radius: 32px;
background-color: var(--ghost-accent-color);
padding: 16px 24px;
box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.join-hover-button:hover {
background-color: hsl(from var(--ghost-accent-color) h calc(s - 20) calc(l + 10));
opacity: 1;
}
.hover-button-inner {
color: #fff;
display: flex;
flex-direction: row;
}
.join-hover-button a svg {margin-right: 4px;}
@media (max-width: 600px) {
.join-hover-button span {
display: none;
}
.join-hover-button {
padding: 16px;
}
.sol-image {
width: 75%;
}
}
@media (min-width: 600px) {
.join-hover-button {
display: none;
}
.sol-image {
width: 25%;
}
}
</style>
</html>
+25
View File
@@ -0,0 +1,25 @@
{{!< default}}
<main class="site-main">
<section class="tag">
<div class="gh-canvas">
<h1 class="tag-name">emails</h1>
<div class="tag-description">Past emails</div>
</div>
</section>
<div class="post-feed gh-feed gh-canvas">
{{#get "posts" filter="tag:['emails']" as |posts|}}
{{#foreach posts}}
{{> "loop"}}
{{/foreach}}
{{/get}}
</div>
{{pagination}}
</main>
+114
View File
@@ -0,0 +1,114 @@
const {series, parallel, watch, src, dest} = require('gulp');
const pump = require('pump');
const fs = require('fs');
const path = require('path');
const order = require('ordered-read-streams');
// gulp plugins and utils
const livereload = require('gulp-livereload');
const postcss = require('gulp-postcss');
const concat = require('gulp-concat');
const uglify = require('gulp-uglify');
const beeper = require('beeper');
const zip = require('gulp-zip');
// postcss plugins
const easyimport = require('postcss-easy-import');
const autoprefixer = require('autoprefixer');
const cssnano = require('cssnano');
// translations support
const { mergeLocales } = require('@tryghost/theme-translations/build');
const sharedThemeAssetsPath = path.dirname(require.resolve('@tryghost/shared-theme-assets/package.json'));
function serve(done) {
livereload.listen();
done();
}
function handleError(done) {
return function (err) {
if (err) {
beeper();
}
return done(err);
};
};
function hbs(done) {
pump([
src(['*.hbs', 'partials/**/*.hbs']),
livereload()
], handleError(done));
}
function css(done) {
pump([
src('assets/css/screen.css', {sourcemaps: true}),
postcss([
easyimport,
autoprefixer(),
cssnano()
]),
dest('assets/built/', {sourcemaps: '.'}),
livereload()
], handleError(done));
}
function getJsFiles(version) {
const jsFiles = [
src(`${sharedThemeAssetsPath}/assets/js/${version}/lib/**/*.js`),
src(`${sharedThemeAssetsPath}/assets/js/${version}/main.js`),
];
if (fs.existsSync(`assets/js/lib`)) {
jsFiles.push(src(`assets/js/lib/*.js`));
}
jsFiles.push(src(`assets/js/main.js`));
return jsFiles;
}
function js(done) {
pump([
order(getJsFiles('v1'), {sourcemaps: true}),
concat('main.min.js'),
uglify(),
dest('assets/built/', {sourcemaps: '.'}),
livereload()
], handleError(done));
}
function zipper(done) {
const filename = require('./package.json').name + '.zip';
pump([
src([
'**',
'!node_modules', '!node_modules/**',
'!dist', '!dist/**',
'!yarn-error.log'
]),
zip(filename),
dest('dist/')
], handleError(done));
}
function locales(done) {
mergeLocales({
local: './locales-local',
output: './locales'
})(done);
}
const localesWatcher = () => watch('./locales-local/**/*.json', locales);
const hbsWatcher = () => watch(['*.hbs', 'partials/**/*.hbs'], hbs);
const cssWatcher = () => watch('assets/css/**/*.css', css);
const jsWatcher = () => watch('assets/js/**/*.js', js);
const watcher = parallel(hbsWatcher, cssWatcher, jsWatcher, localesWatcher);
const build = series(css, js, locales);
exports.build = build;
exports.zip = series(build, zipper);
exports.default = series(build, serve, watcher);
+16
View File
@@ -0,0 +1,16 @@
{{!< default}}
<main class="site-main">
<div class="post-feed gh-feed gh-canvas">
{{#get "posts" filter="featured: true" as |posts|}}
{{#foreach posts}}
{{> "loop-two"}}
{{/foreach}}
{{/get}}
</div>
<center class="cover-content gh-inner gh-head-btn gh-btn gh-primary-btn" style="margin-top:3rem;">
<b><a href="https://calendly.com/dreamfreely/curiosity-call" target="_blank">Book a Curiosity Call</a></b>
</center>
</main>
+112
View File
@@ -0,0 +1,112 @@
{
" (Page %)": "alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, dope/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/default.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/default.hbs, taste/default.hbs, wave/default.hbs",
" and ": "ghost-tpl/content-cta.hbs",
"% issues": "journal/index.hbs",
"% min": "headline/partials/post-meta.hbs",
"% min read": "_shared/article.hbs, alto/partials/loop.hbs, alto/post.hbs, dawn/partials/content.hbs, dawn/partials/loop.hbs, episode/partials/components/article.hbs, journal/partials/loop.hbs, solo/partials/loop.hbs, source/post.hbs, taste/partials/components/article.hbs",
"0 issues": "journal/index.hbs",
"1 issue": "journal/index.hbs",
"1 min": "headline/partials/post-meta.hbs",
"1 min read": "_shared/article.hbs, alto/partials/loop.hbs, alto/post.hbs, dawn/partials/content.hbs, dawn/partials/loop.hbs, episode/partials/components/article.hbs, journal/partials/loop.hbs, solo/partials/loop.hbs, source/post.hbs, taste/partials/components/article.hbs",
"A collection of 0 issues": "bulletin/index.hbs, bulletin/tag.hbs, digest/index.hbs, digest/tag.hbs, journal/tag.hbs",
"A collection of 0 posts": "london/tag.hbs",
"A collection of 1 issue": "bulletin/index.hbs, bulletin/tag.hbs, digest/index.hbs, digest/tag.hbs, journal/tag.hbs",
"A collection of 1 post": "london/tag.hbs",
"A collection of {numberOfIssues} issues": "bulletin/index.hbs, bulletin/tag.hbs, digest/index.hbs, digest/tag.hbs, journal/tag.hbs",
"A collection of {numberOfPosts} posts": "london/tag.hbs",
"About": "journal/index.hbs",
"Access site": "ghost-private/private.hbs",
"Account": "_shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/navbar.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/partials/components/navigation.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
"Additional issues will be published soon.": "journal/index.hbs",
"All episodes": "episode/index.hbs",
"All episodes →": "episode/home.hbs",
"Already have an account?": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
"Archive": "bulletin/index.hbs, digest/index.hbs",
"Browse all issues": "digest/partials/content.hbs",
"Browse archive": "bulletin/partials/article.hbs",
"By {authors}": "bulletin/partials/article.hbs, ruby/post.hbs",
"By {primaryAuthor}": "bulletin/home.hbs",
"Close (Esc)": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
"Comments": "alto/post.hbs, headline/partials/comments.hbs",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "bulletin/home.hbs, journal/default.hbs",
"Email sent": "source/partials/email-subscription.hbs",
"Enter your email": "casper/post.hbs",
"Featured": "digest/index.hbs, journal/index.hbs, source/partials/components/featured.hbs",
"Go to the front page →": "casper/error-404.hbs, casper/error.hbs",
"Latest": "_shared/list.hbs, digest/index.hbs, episode/partials/components/list.hbs, headline/home.hbs, headline/index.hbs, journal/index.hbs, source/partials/components/post-list.hbs, taste/partials/components/list.hbs",
"Latest episodes": "episode/home.hbs",
"Latest issue": "bulletin/home.hbs, digest/partials/content.hbs",
"Learn more": "_shared/header-content.hbs, episode/partials/components/header-content.hbs, taste/partials/components/header-content.hbs",
"Listen on": "episode/partials/podcast-services.hbs",
"Load more issues": "journal/author.hbs, journal/index.hbs, journal/tag.hbs",
"Login": "dawn/partials/cover.hbs",
"Member discussion:": "wave/post.hbs",
"Members": "solo/partials/loop.hbs",
"Members only": "casper/partials/post-card.hbs",
"Menu": "source/partials/components/navigation.hbs",
"More": "headline/partials/topic-minimal.hbs",
"More issues": "journal/index.hbs",
"More links": "dope/partials/side-menu.hbs",
"Newer Posts": "ghost-tpl/pagination.hbs",
"Next": "alto/partials/pagination.hbs, digest/partials/content.hbs, ruby/partials/post-navigation.hbs",
"Next (arrow right)": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
"Next issue": "bulletin/partials/article.hbs, digest/partials/content.hbs",
"Next post": "dawn/partials/content.hbs",
"Next →": "solo/post.hbs",
"Older Posts": "ghost-tpl/pagination.hbs",
"Page {page} of {totalPages}": "alto/partials/pagination.hbs, ghost-tpl/pagination.hbs",
"Paid": "solo/partials/loop.hbs",
"Paid-members only": "casper/partials/post-card.hbs",
"Password": "ghost-private/private.hbs",
"Powered by Ghost": "casper/default.hbs",
"Powered by {ghostlink}": "_shared/footer.hbs, alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, dope/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/footer.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/partials/components/footer.hbs, taste/partials/components/footer.hbs, wave/default.hbs",
"Previous": "alto/partials/pagination.hbs, digest/partials/content.hbs, ruby/partials/post-navigation.hbs",
"Previous (arrow left)": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
"Previous issue": "bulletin/partials/article.hbs, digest/partials/content.hbs",
"Previous post": "dawn/partials/content.hbs",
"Published by:": "dawn/partials/content.hbs",
"RSS": "london/author.hbs",
"Read latest issue": "bulletin/home.hbs",
"Read more": "ruby/partials/loop.hbs, source/post.hbs",
"Read next": "headline/partials/related-posts.hbs",
"Recent posts": "dope/partials/side-menu.hbs",
"Recommendations": "dope/partials/side-menu.hbs, source/partials/components/post-list.hbs",
"Search posts, tags and authors": "_shared/header-content.hbs, ease/default.hbs, episode/partials/components/header-content.hbs, source/partials/components/header-content.hbs, taste/partials/components/header-content.hbs",
"Search this site": "_shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, bulletin/home.hbs, dawn/default.hbs, digest/default.hbs, dope/partials/side-menu.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/navbar.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/partials/search-toggle.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
"See all": "dope/partials/side-menu.hbs, source/partials/components/post-list.hbs",
"Share": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
"Show more": "headline/home.hbs, headline/partials/topic-grid.hbs",
"Sign in": "_shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, bulletin/partials/content-cta.hbs, dawn/default.hbs, dawn/partials/content-cta.hbs, digest/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, edition/partials/content-cta.hbs, episode/partials/components/navbar.hbs, ghost-tpl/content-cta.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, source/partials/components/navigation.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
"Sign in.": "digest/partials/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
"Sign up now to get access to the library of members-only issues.": "digest/default.hbs, journal/index.hbs",
"Stay tuned": "bulletin/home.hbs",
"Subscribe": "_shared/cta.hbs, _shared/header-content.hbs, _shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/cta.hbs, episode/partials/components/header-content.hbs, episode/partials/components/navbar.hbs, headline/default.hbs, journal/default.hbs, journal/index.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, solo/index.hbs, source/partials/components/navigation.hbs, source/partials/components/post-list.hbs, source/partials/email-subscription.hbs, taste/partials/components/cta.hbs, taste/partials/components/header-content.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
"Subscribe now": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, dawn/partials/cover.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, headline/default.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
"Subscribe to {sitetitle}": "digest/default.hbs, headline/default.hbs, journal/default.hbs",
"Theme errors": "casper/error.hbs",
"This page is for paying subscribers only": "ghost-tpl/content-cta.hbs",
"This page is for subscribers on the {tiers} only": "ghost-tpl/content-cta.hbs",
"This page is for subscribers only": "ghost-tpl/content-cta.hbs",
"This post is for paying subscribers only": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
"This post is for subscribers on the {tiers} only": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
"This post is for subscribers only": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, ghost-tpl/content-cta.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
"This site is private.": "ghost-private/private.hbs",
"Toggle fullscreen": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
"Toggle menu": "_shared/navbar.hbs, alto/default.hbs, bulletin/default.hbs, dawn/default.hbs, digest/default.hbs, ease/default.hbs, edge/default.hbs, edition/default.hbs, episode/partials/components/navbar.hbs, headline/default.hbs, journal/default.hbs, london/default.hbs, ruby/default.hbs, solo/default.hbs, taste/partials/components/navbar.hbs, wave/default.hbs",
"Topic": "journal/tag.hbs",
"Topics": "journal/index.hbs",
"Upgrade": "source/partials/components/post-list.hbs",
"Upgrade now": "bulletin/partials/content-cta.hbs, dawn/partials/content-cta.hbs, digest/partials/content-cta.hbs, edition/partials/content-cta.hbs, journal/index.hbs, journal/partials/content-cta.hbs, solo/partials/content-cta.hbs",
"Upgrade to a paid account to get full access.": "journal/index.hbs",
"Upgrade your account": "ghost-tpl/content-cta.hbs",
"View all →": "_shared/list.hbs, episode/partials/components/list.hbs, taste/partials/components/list.hbs",
"View project": "edge/partials/loop.hbs",
"Website": "london/author.hbs",
"You might also like...": "alto/partials/related.hbs, dawn/partials/related-posts.hbs, ruby/partials/related-posts.hbs",
"Zoom in/out": "alto/partials/pswp.hbs, bulletin/partials/pswp.hbs, dawn/partials/pswp.hbs, digest/partials/pswp.hbs, dope/partials/pswp.hbs, ease/partials/pswp.hbs, edge/partials/pswp.hbs, edition/partials/pswp.hbs, episode/partials/pswp.hbs, headline/partials/pswp.hbs, journal/partials/pswp.hbs, london/partials/pswp.hbs, ruby/partials/pswp.hbs, solo/partials/pswp.hbs, source/partials/lightbox.hbs, taste/partials/pswp.hbs",
"comment": "_shared/article.hbs, episode/partials/components/article.hbs, solo/post.hbs, taste/partials/components/article.hbs",
"comments": "_shared/article.hbs, episode/partials/components/article.hbs, solo/post.hbs, taste/partials/components/article.hbs",
"in {primaryTag}": "bulletin/partials/article.hbs, ruby/post.hbs",
"jamie@example.com": "_shared/cta.hbs, _shared/header-content.hbs, bulletin/home.hbs, digest/default.hbs, episode/partials/components/cta.hbs, episode/partials/components/header-content.hbs, journal/default.hbs, journal/index.hbs, source/partials/email-subscription.hbs, taste/partials/components/cta.hbs, taste/partials/components/header-content.hbs",
"← Previous": "solo/post.hbs"
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": "",
" and ": "",
"% issues": "",
"% min": "",
"% min read": "Lesezeit: % Minuten",
"0 issues": "",
"1 issue": "",
"1 min": "",
"1 min read": "Lesezeit: 1 Minute",
"A collection of 0 issues": "",
"A collection of 0 posts": "",
"A collection of 1 issue": "",
"A collection of 1 post": "",
"A collection of {numberOfIssues} issues": "",
"A collection of {numberOfPosts} posts": "",
"About": "",
"Access code": "",
"Account": "Konto",
"Additional issues will be published soon.": "",
"All episodes": "",
"All episodes →": "",
"Already have an account?": "",
"Archive": "",
"Browse all issues": "",
"Browse archive": "",
"By {authors}": "",
"By {primaryAuthor}": "",
"Close": "",
"Close (Esc)": "Schliessen (ESC)",
"Comments": "",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "",
"Enter": "",
"Enter access code": "",
"Enter your email": "",
"Featured": "Hervorgehoben",
"Go to the front page →": "",
"Latest": "Neu",
"Latest episodes": "",
"Latest issue": "",
"Learn more": "",
"Listen on": "",
"Load more issues": "",
"Login": "",
"Member discussion:": "",
"Members": "",
"Members only": "",
"Menu": "",
"More": "",
"More issues": "",
"More links": "",
"Newer Posts": "",
"Next": "",
"Next (arrow right)": "Nächstes Bild (Rechte Pfeiltaste)",
"Next issue": "",
"Next post": "",
"Next →": "",
"Older Posts": "",
"Page {page} of {totalPages}": "",
"Paid": "",
"Paid-members only": "",
"Please enter a valid email address": "",
"Powered by Ghost": "",
"Powered by {ghostlink}": "Läuft mit {ghostlink}",
"Previous": "",
"Previous (arrow left)": "Vorheriges Bild (Linke Pfeiltaste)",
"Previous issue": "",
"Previous post": "",
"Published by:": "",
"RSS": "",
"Read latest issue": "",
"Read more": "Lies mehr",
"Read next": "",
"Recent posts": "",
"Recommendations": "Empfehlungen",
"Search posts, tags and authors": "Suche nach Beiträgen, Schlagwörtern und Autoren",
"Search this site": "Suche auf dieser Webseite",
"See all": "Alles ansehen",
"Share": "Teilen",
"Show more": "",
"Sign in": "Einloggen",
"Sign in.": "",
"Sign up now to get access to the library of members-only issues.": "",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "",
"Subscribe": "Abonnieren",
"Subscribe now": "",
"Subscribe to {sitetitle}": "",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "",
"This page is for paying subscribers only": "",
"This page is for subscribers on the {tiers} only": "",
"This page is for subscribers only": "",
"This post is for paying subscribers only": "",
"This post is for subscribers on the {tiers} only": "",
"This post is for subscribers only": "",
"Toggle fullscreen": "Vollbildanzeige",
"Toggle menu": "",
"Too many sign-up attempts, try again later": "",
"Topic": "",
"Topics": "",
"Upgrade": "Upgrade",
"Upgrade now": "",
"Upgrade to a paid account to get full access.": "",
"Upgrade your account": "Mitgliedschafts-Stufe anpassen",
"View all →": "",
"View project": "",
"Website": "",
"You might also like...": "",
"Your email address": "",
"Zoom in/out": "Zoomen",
"comment": "",
"comments": "",
"in {primaryTag}": "",
"jamie@example.com": "hans.muster@beispiel.com",
"← Previous": ""
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": " (Seite %)",
" and ": " und ",
"% issues": "% Ausgaben",
"% min": "% Min.",
"% min read": "% Min. Lesezeit",
"0 issues": "0 Ausgaben",
"1 issue": "1 Ausgabe",
"1 min": "1 Min.",
"1 min read": "1 Min. Lesezeit",
"A collection of 0 issues": "Eine Sammlung von 0 Ausgaben",
"A collection of 0 posts": "Eine Sammlung von 0 Beiträgen",
"A collection of 1 issue": "Eine Sammlung von einer Ausgabe",
"A collection of 1 post": "Eine Sammlung von einem Beitrag",
"A collection of {numberOfIssues} issues": "Eine Sammlung von {numberOfIssues} Ausgaben",
"A collection of {numberOfPosts} posts": "Eine Sammlung von {numberOfPosts} Beiträgen",
"About": "Über",
"Access code": "",
"Account": "Konto",
"Additional issues will be published soon.": "Weitere Ausgaben werden in Kürze veröffentlicht.",
"All episodes": "Alle Episoden",
"All episodes →": "Alle Episoden →",
"Already have an account?": "Bereits ein Konto?",
"Archive": "Archiv",
"Browse all issues": "Alle Ausgaben durchsuchen",
"Browse archive": "Archiv durchsuchen",
"By {authors}": "Von {authors}",
"By {primaryAuthor}": "Von {primaryAuthor}",
"Close": "",
"Close (Esc)": "Schließen (Esc)",
"Comments": "Kommentare",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "E-Mail gesendet",
"Enter": "",
"Enter access code": "",
"Enter your email": "E-Mail-Adresse eingeben",
"Featured": "Empfohlen",
"Go to the front page →": "Zur Startseite →",
"Latest": "Neueste",
"Latest episodes": "Neueste Episoden",
"Latest issue": "Neueste Ausgabe",
"Learn more": "Mehr erfahren",
"Listen on": "Verfügbar auf",
"Load more issues": "Weitere Ausgaben laden",
"Login": "Anmelden",
"Member discussion:": "Mitgliederdiskussion:",
"Members": "Mitglieder",
"Members only": "Nur für Mitglieder",
"Menu": "Menü",
"More": "Mehr",
"More issues": "Weitere Ausgaben",
"More links": "Weitere Links",
"Newer Posts": "Neuere Beiträge",
"Next": "Weiter",
"Next (arrow right)": "Weiter (Pfeiltaste rechts)",
"Next issue": "Nächste Ausgabe",
"Next post": "Nächster Beitrag",
"Next →": "Weiter →",
"Older Posts": "Ältere Beiträge",
"Page {page} of {totalPages}": "Seite {page} von {totalPages}",
"Paid": "Kostenpflichtig",
"Paid-members only": "Nur für zahlende Mitglieder",
"Please enter a valid email address": "",
"Powered by Ghost": "Erstellt mit Ghost",
"Powered by {ghostlink}": "Erstellt mit {ghostlink}",
"Previous": "Zurück",
"Previous (arrow left)": "Zurück (Pfeiltaste links)",
"Previous issue": "Vorherige Ausgabe",
"Previous post": "Vorheriger Beitrag",
"Published by:": "Veröffentlicht von:",
"RSS": "RSS",
"Read latest issue": "Neueste Ausgabe lesen",
"Read more": "Weiterlesen",
"Read next": "Lies auch",
"Recent posts": "Aktuelle Beiträge",
"Recommendations": "Empfehlungen",
"Search posts, tags and authors": "Beiträge, Tags und Autoren durchsuchen",
"Search this site": "Diese Seite durchsuchen",
"See all": "Alle anzeigen",
"Share": "Teilen",
"Show more": "Mehr anzeigen",
"Sign in": "Anmelden",
"Sign in.": "Anmelden.",
"Sign up now to get access to the library of members-only issues.": "Jetzt anmelden und alle Mitglieder-Ausgaben lesen.",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "Bleib auf dem Laufenden",
"Subscribe": "Abonnieren",
"Subscribe now": "Jetzt abonnieren",
"Subscribe to {sitetitle}": "{sitetitle} abonnieren",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "Theme-Fehler",
"This page is for paying subscribers only": "Diese Seite ist nur für zahlende Abonnenten",
"This page is for subscribers on the {tiers} only": "Diese Seite ist nur für Abonnenten der Tarife {tiers}",
"This page is for subscribers only": "Diese Seite ist nur für Abonnenten",
"This post is for paying subscribers only": "Dieser Beitrag ist nur für zahlende Abonnenten",
"This post is for subscribers on the {tiers} only": "Dieser Beitrag ist nur für Abonnenten der Tarife {tiers}",
"This post is for subscribers only": "Dieser Beitrag ist nur für Abonnenten",
"Toggle fullscreen": "Vollbild umschalten",
"Toggle menu": "Menü umschalten",
"Too many sign-up attempts, try again later": "",
"Topic": "Thema",
"Topics": "Themen",
"Upgrade": "Upgraden",
"Upgrade now": "Jetzt upgraden",
"Upgrade to a paid account to get full access.": "Wechsle zum kostenpflichtigen Konto, um vollen Zugang zu erhalten.",
"Upgrade your account": "Konto upgraden",
"View all →": "Alle anzeigen →",
"View project": "Projekt ansehen",
"Website": "Website",
"You might also like...": "Das könnte dich auch interessieren …",
"Your email address": "",
"Zoom in/out": "Vergrößern/Verkleinern",
"comment": "Kommentar",
"comments": "Kommentare",
"in {primaryTag}": "in {primaryTag}",
"jamie@example.com": "jamie@example.com",
"← Previous": "← Zurück"
}
+112
View File
@@ -0,0 +1,112 @@
{
" (Page %)": "",
" and ": "",
"% issues": "",
"% min": "",
"% min read": "",
"0 issues": "",
"1 issue": "",
"1 min": "",
"1 min read": "",
"A collection of 0 issues": "",
"A collection of 0 posts": "",
"A collection of 1 issue": "",
"A collection of 1 post": "",
"A collection of {numberOfIssues} issues": "",
"A collection of {numberOfPosts} posts": "",
"About": "",
"Access site": "",
"Account": "",
"Additional issues will be published soon.": "",
"All episodes": "",
"All episodes →": "",
"Already have an account?": "",
"Archive": "",
"Browse all issues": "",
"Browse archive": "",
"By {authors}": "",
"By {primaryAuthor}": "",
"Close (Esc)": "",
"Comments": "",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "",
"Enter your email": "",
"Featured": "",
"Go to the front page →": "",
"Latest": "",
"Latest episodes": "",
"Latest issue": "",
"Learn more": "",
"Listen on": "",
"Load more issues": "",
"Login": "",
"Member discussion:": "",
"Members": "",
"Members only": "",
"Menu": "",
"More": "",
"More issues": "",
"More links": "",
"Newer Posts": "",
"Next": "",
"Next (arrow right)": "",
"Next issue": "",
"Next post": "",
"Next →": "",
"Older Posts": "",
"Page {page} of {totalPages}": "",
"Paid": "",
"Paid-members only": "",
"Password": "",
"Powered by Ghost": "",
"Powered by {ghostlink}": "",
"Previous": "",
"Previous (arrow left)": "",
"Previous issue": "",
"Previous post": "",
"Published by:": "",
"RSS": "",
"Read latest issue": "",
"Read more": "",
"Read next": "",
"Recent posts": "",
"Recommendations": "",
"Search posts, tags and authors": "",
"Search this site": "",
"See all": "",
"Share": "",
"Show more": "",
"Sign in": "",
"Sign in.": "",
"Sign up now to get access to the library of members-only issues.": "",
"Stay tuned": "",
"Subscribe": "",
"Subscribe now": "",
"Subscribe to {sitetitle}": "",
"Theme errors": "",
"This page is for paying subscribers only": "",
"This page is for subscribers on the {tiers} only": "",
"This page is for subscribers only": "",
"This post is for paying subscribers only": "",
"This post is for subscribers on the {tiers} only": "",
"This post is for subscribers only": "",
"This site is private.": "",
"Toggle fullscreen": "",
"Toggle menu": "",
"Topic": "",
"Topics": "",
"Upgrade": "",
"Upgrade now": "",
"Upgrade to a paid account to get full access.": "",
"Upgrade your account": "",
"View all →": "",
"View project": "",
"Website": "",
"You might also like...": "",
"Zoom in/out": "",
"comment": "",
"comments": "",
"in {primaryTag}": "",
"jamie@example.com": "",
"← Previous": ""
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": " (Page %)",
" and ": " et ",
"% issues": "% éditions",
"% min": "% min",
"% min read": "% min de lecture",
"0 issues": "0 édition",
"1 issue": "1 édition",
"1 min": "1 min",
"1 min read": "1 min de lecture",
"A collection of 0 issues": "Une collection de 0 édition",
"A collection of 0 posts": "Une collection de 0 publication",
"A collection of 1 issue": "Une collection de 1 édition",
"A collection of 1 post": "Une collection de 1 publication",
"A collection of {numberOfIssues} issues": "Une collection de {numberOfIssues} éditions",
"A collection of {numberOfPosts} posts": "Une collection de {numberOfPosts} publications",
"About": "À propos",
"Access code": "",
"Account": "Mon compte",
"Additional issues will be published soon.": "De nouvelles éditions seront publiées prochainement.",
"All episodes": "Tous les épisodes",
"All episodes →": "Tous les épisodes →",
"Already have an account?": "Vous avez déjà un compte ?",
"Archive": "Archives",
"Browse all issues": "Parcourir toutes les éditions",
"Browse archive": "Parcourir les archives",
"By {authors}": "Par {authors}",
"By {primaryAuthor}": "Par {primaryAuthor}",
"Close": "",
"Close (Esc)": "Fermer (Esc)",
"Comments": "Commentaires",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "Ne manquez aucune édition. Inscrivez-vous pour accéder à l'ensemble des éditions réservées aux abonnés.",
"Email sent": "E-mail envoyé",
"Enter": "",
"Enter access code": "",
"Enter your email": "Saisissez votre e-mail",
"Featured": "À la une",
"Go to the front page →": "Aller à la page d'accueil →",
"Latest": "Nouveautés",
"Latest episodes": "Derniers épisodes",
"Latest issue": "Dernière édition",
"Learn more": "En savoir plus",
"Listen on": "Écouter sur",
"Load more issues": "Charger plus d'éditions",
"Login": "Connexion",
"Member discussion:": "Discussion des abonnés :",
"Members": "Abonnés",
"Members only": "Réservé aux abonnés",
"Menu": "Menu",
"More": "Plus",
"More issues": "Plus d'éditions",
"More links": "Plus de liens",
"Newer Posts": "Publications plus récentes",
"Next": "Suivant",
"Next (arrow right)": "Suivant (flèche droite)",
"Next issue": "Édition suivante",
"Next post": "Publication suivante",
"Next →": "Suivant →",
"Older Posts": "Publications plus anciennes",
"Page {page} of {totalPages}": "Page {page} sur {totalPages}",
"Paid": "Payant",
"Paid-members only": "Réservé aux abonnés payants",
"Please enter a valid email address": "",
"Powered by Ghost": "Propulsé par Ghost",
"Powered by {ghostlink}": "Propulsé par {ghostlink}",
"Previous": "Précédent",
"Previous (arrow left)": "Précédent (flèche gauche)",
"Previous issue": "Édition précédente",
"Previous post": "Publication précédente",
"Published by:": "Publié par :",
"RSS": "RSS",
"Read latest issue": "Lire la dernière édition",
"Read more": "Lire la suite",
"Read next": "À lire ensuite",
"Recent posts": "Publications récentes",
"Recommendations": "Recommandations",
"Search posts, tags and authors": "Rechercher parmi les publications, tags et auteurs",
"Search this site": "Rechercher sur ce site",
"See all": "Tout voir",
"Share": "Partager",
"Show more": "Voir plus",
"Sign in": "Se connecter",
"Sign in.": "Se connecter.",
"Sign up now to get access to the library of members-only issues.": "Inscrivez-vous pour accéder à l'ensemble des éditions réservées aux abonnés.",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "Restez à l'écoute",
"Subscribe": "S'abonner",
"Subscribe now": "S'abonner maintenant",
"Subscribe to {sitetitle}": "S'abonner à {sitetitle}",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "Erreurs de thème",
"This page is for paying subscribers only": "Cette page est réservée aux abonnés payants",
"This page is for subscribers on the {tiers} only": "Cette page est réservée aux abonnés des formules {tiers}",
"This page is for subscribers only": "Cette page est réservée aux abonnés",
"This post is for paying subscribers only": "Cette publication est réservée aux abonnés payants",
"This post is for subscribers on the {tiers} only": "Cette publication est réservée aux abonnés des formules {tiers}",
"This post is for subscribers only": "Cette publication est réservée aux abonnés",
"Toggle fullscreen": "Basculer en plein écran",
"Toggle menu": "Basculer le menu",
"Too many sign-up attempts, try again later": "",
"Topic": "Sujet",
"Topics": "Sujets",
"Upgrade": "Mise à niveau",
"Upgrade now": "Mettre à niveau maintenant",
"Upgrade to a paid account to get full access.": "Passez à un abonnement payant pour un accès complet.",
"Upgrade your account": "Surclasser votre compte",
"View all →": "Tout voir →",
"View project": "Voir le projet",
"Website": "Site web",
"You might also like...": "Vous aimerez peut-être aussi…",
"Your email address": "",
"Zoom in/out": "Zoom avant/arrière",
"comment": "commentaire",
"comments": "commentaires",
"in {primaryTag}": "dans {primaryTag}",
"jamie@example.com": "jean.martin@exemple.com",
"← Previous": "← Précédent"
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": "",
" and ": "",
"% issues": "",
"% min": "",
"% min read": "Am léamha: %m",
"0 issues": "",
"1 issue": "",
"1 min": "",
"1 min read": "Am léamha: 1m",
"A collection of 0 issues": "",
"A collection of 0 posts": "",
"A collection of 1 issue": "",
"A collection of 1 post": "",
"A collection of {numberOfIssues} issues": "",
"A collection of {numberOfPosts} posts": "",
"About": "",
"Access code": "",
"Account": "Cuntas",
"Additional issues will be published soon.": "",
"All episodes": "",
"All episodes →": "",
"Already have an account?": "",
"Archive": "",
"Browse all issues": "",
"Browse archive": "",
"By {authors}": "",
"By {primaryAuthor}": "",
"Close": "",
"Close (Esc)": "Dún (Esc)",
"Comments": "",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "",
"Enter": "",
"Enter access code": "",
"Enter your email": "",
"Featured": "Aibhsithe",
"Go to the front page →": "",
"Latest": "Is déanaí",
"Latest episodes": "",
"Latest issue": "",
"Learn more": "",
"Listen on": "",
"Load more issues": "",
"Login": "",
"Member discussion:": "",
"Members": "",
"Members only": "",
"Menu": "",
"More": "",
"More issues": "",
"More links": "",
"Newer Posts": "",
"Next": "",
"Next (arrow right)": "Ar aghaidh (arrow right)",
"Next issue": "",
"Next post": "",
"Next →": "",
"Older Posts": "",
"Page {page} of {totalPages}": "",
"Paid": "",
"Paid-members only": "",
"Please enter a valid email address": "",
"Powered by Ghost": "",
"Powered by {ghostlink}": "Le cumhacht {ghostlink}",
"Previous": "",
"Previous (arrow left)": "Ar ais (arrow left)",
"Previous issue": "",
"Previous post": "",
"Published by:": "",
"RSS": "",
"Read latest issue": "",
"Read more": "Tuilleadh léitheoireachta",
"Read next": "",
"Recent posts": "",
"Recommendations": "Moltaí",
"Search posts, tags and authors": "Cuardaigh i bpostálacha, clibeanna agus scríbhneoirí",
"Search this site": "Cuardaigh an suíomh gréasáin seo",
"See all": "Taispeáin iad uile",
"Share": "Comhroinn",
"Show more": "",
"Sign in": "Logáil isteach",
"Sign in.": "",
"Sign up now to get access to the library of members-only issues.": "",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "",
"Subscribe": "Liostáil",
"Subscribe now": "",
"Subscribe to {sitetitle}": "",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "",
"This page is for paying subscribers only": "",
"This page is for subscribers on the {tiers} only": "",
"This page is for subscribers only": "",
"This post is for paying subscribers only": "",
"This post is for subscribers on the {tiers} only": "",
"This post is for subscribers only": "",
"Toggle fullscreen": "Scoránaigh an módh lánscáileáin",
"Toggle menu": "",
"Too many sign-up attempts, try again later": "",
"Topic": "",
"Topics": "",
"Upgrade": "Uasghrádaigh",
"Upgrade now": "",
"Upgrade to a paid account to get full access.": "",
"Upgrade your account": "Uasghrádaigh leibhéal do chuntais",
"View all →": "",
"View project": "",
"Website": "",
"You might also like...": "",
"Your email address": "",
"Zoom in/out": "Zúmáil isteach/amach",
"comment": "",
"comments": "",
"in {primaryTag}": "",
"jamie@example.com": "sean.oceallaigh@sampla.com",
"← Previous": ""
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": "",
" and ": "",
"% issues": "",
"% min": "",
"% min read": "Àm leughaidh: %m",
"0 issues": "",
"1 issue": "",
"1 min": "",
"1 min read": "Àm leughaidh: 1m",
"A collection of 0 issues": "",
"A collection of 0 posts": "",
"A collection of 1 issue": "",
"A collection of 1 post": "",
"A collection of {numberOfIssues} issues": "",
"A collection of {numberOfPosts} posts": "",
"About": "",
"Access code": "",
"Account": "Cunntas",
"Additional issues will be published soon.": "",
"All episodes": "",
"All episodes →": "",
"Already have an account?": "",
"Archive": "",
"Browse all issues": "",
"Browse archive": "",
"By {authors}": "",
"By {primaryAuthor}": "",
"Close": "",
"Close (Esc)": "Dùin (Esc)",
"Comments": "",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "",
"Enter": "",
"Enter access code": "",
"Enter your email": "",
"Featured": "Brosnaichte",
"Go to the front page →": "",
"Latest": "As ùire",
"Latest episodes": "",
"Latest issue": "",
"Learn more": "",
"Listen on": "",
"Load more issues": "",
"Login": "",
"Member discussion:": "",
"Members": "",
"Members only": "",
"Menu": "",
"More": "",
"More issues": "",
"More links": "",
"Newer Posts": "",
"Next": "",
"Next (arrow right)": "Air adhart (arrow right)",
"Next issue": "",
"Next post": "",
"Next →": "",
"Older Posts": "",
"Page {page} of {totalPages}": "",
"Paid": "",
"Paid-members only": "",
"Please enter a valid email address": "",
"Powered by Ghost": "",
"Powered by {ghostlink}": "Le cumhachd {ghostlink}",
"Previous": "",
"Previous (arrow left)": "Air ais (arrow left)",
"Previous issue": "",
"Previous post": "",
"Published by:": "",
"RSS": "",
"Read latest issue": "",
"Read more": "Barrachd leughaidh",
"Read next": "",
"Recent posts": "",
"Recommendations": "Molaidhean",
"Search posts, tags and authors": "Lorg anns na postaichean, tagaichean agus sgrìobhadairean",
"Search this site": "Rannsaich an làrach-lìn seo",
"See all": "Seall na h-uile",
"Share": "Co-roinn",
"Show more": "",
"Sign in": "Clàraich a-steach",
"Sign in.": "",
"Sign up now to get access to the library of members-only issues.": "",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "",
"Subscribe": "Fo-sgrìobh",
"Subscribe now": "",
"Subscribe to {sitetitle}": "",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "",
"This page is for paying subscribers only": "",
"This page is for subscribers on the {tiers} only": "",
"This page is for subscribers only": "",
"This post is for paying subscribers only": "",
"This post is for subscribers on the {tiers} only": "",
"This post is for subscribers only": "",
"Toggle fullscreen": "Toglaich am modh làn-sgrìn",
"Toggle menu": "",
"Too many sign-up attempts, try again later": "",
"Topic": "",
"Topics": "",
"Upgrade": "Àrdaich",
"Upgrade now": "",
"Upgrade to a paid account to get full access.": "",
"Upgrade your account": "Àrdaich ìre a' chunntais agad",
"View all →": "",
"View project": "",
"Website": "",
"You might also like...": "",
"Your email address": "",
"Zoom in/out": "Leudaich/Lùghdaich",
"comment": "",
"comments": "",
"in {primaryTag}": "",
"jamie@example.com": "alasdair.macdonald@eisimpleir.com",
"← Previous": ""
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": " (Pagina %)",
" and ": " e ",
"% issues": "% edizioni",
"% min": "% min",
"% min read": "% min di lettura",
"0 issues": "0 edizioni",
"1 issue": "1 edizione",
"1 min": "1 min",
"1 min read": "1 min di lettura",
"A collection of 0 issues": "Una raccolta di 0 edizioni",
"A collection of 0 posts": "Una raccolta di 0 post",
"A collection of 1 issue": "Una raccolta di 1 edizione",
"A collection of 1 post": "Una raccolta di 1 post",
"A collection of {numberOfIssues} issues": "Una raccolta di {numberOfIssues} edizioni",
"A collection of {numberOfPosts} posts": "Una raccolta di {numberOfPosts} post",
"About": "Chi siamo",
"Access code": "Codice di accesso",
"Account": "Account",
"Additional issues will be published soon.": "Ulteriori edizioni saranno pubblicate presto.",
"All episodes": "Tutti gli episodi",
"All episodes →": "Tutti gli episodi →",
"Already have an account?": "Hai già un Account?",
"Archive": "Archivio",
"Browse all issues": "Sfoglia tutte le edizioni",
"Browse archive": "Esplora archivio",
"By {authors}": "Da {authors}",
"By {primaryAuthor}": "Da {primaryAuthor}",
"Close": "Chiudi",
"Close (Esc)": "Chiudi (Esc)",
"Comments": "Commenti",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "Non perderti le ultime edizioni. Iscriviti ora per accedere alla libreria delle edizioni riservate ai membri.",
"Email sent": "E-Mail inviata",
"Enter": "Invio",
"Enter access code": "Inserisci codice di accesso",
"Enter your email": "Inserisci la tua mail",
"Featured": "In evidenza",
"Go to the front page →": "Vai alla Homepage →",
"Latest": "Ultimi",
"Latest episodes": "Ultimi episodi",
"Latest issue": "Ultima edizione",
"Learn more": "Scopri di più",
"Listen on": "Ascolta su",
"Load more issues": "Carica altre edizioni",
"Login": "Accedi",
"Member discussion:": "Discussione per i membri:",
"Members": "Membri",
"Members only": "Solo per i membri",
"Menu": "Menu",
"More": "Altro",
"More issues": "Altre edizioni",
"More links": "Altri link",
"Newer Posts": "Post più recenti",
"Next": "Successivo",
"Next (arrow right)": "Successivo (freccia destra)",
"Next issue": "Prossima edizione",
"Next post": "Prossimo post",
"Next →": "Successivo →",
"Older Posts": "Post più vecchi",
"Page {page} of {totalPages}": "Pagina {page} di {totalPages}",
"Paid": "A pagamento",
"Paid-members only": "Solo per membri abbonati",
"Please enter a valid email address": "Inserisci un indirizzo email valido",
"Powered by Ghost": "Realizzato con Ghost",
"Powered by {ghostlink}": "Realizzato con {ghostlink}",
"Previous": "Precedente",
"Previous (arrow left)": "Precedente (freccia sinistra)",
"Previous issue": "Edizione precedente",
"Previous post": "Post precedente",
"Published by:": "Pubblicato da:",
"RSS": "RSS",
"Read latest issue": "Leggi l'ultima edizione",
"Read more": "Leggi di più",
"Read next": "Continua a leggere",
"Recent posts": "Post recenti",
"Recommendations": "Consigliati",
"Search posts, tags and authors": "Cerca post, tag e autori",
"Search this site": "Cerca in questo sito",
"See all": "Vedi tutti",
"Share": "Condividi",
"Show more": "Mostra altro",
"Sign in": "Accedi",
"Sign in.": "Accedi.",
"Sign up now to get access to the library of members-only issues.": "Iscriviti ora per accedere alla libreria delle edizioni riservate ai membri.",
"Signups from this email domain are currently restricted.": "Le iscrizioni da questo dominio email sono attualmente limitate.",
"Site owner login": "Accesso proprietario sito",
"Something went wrong, please try again.": "Qualcosa è andato storto, per favore riprova.",
"Stay tuned": "Resta sintonizzato",
"Subscribe": "Iscriviti",
"Subscribe now": "Iscriviti ora",
"Subscribe to {sitetitle}": "Iscriviti a {sitetitle}",
"Subscription confirmed!": "Iscrizione confermata!",
"Thanks! Now check your email to confirm.": "Grazie! Ora controlla la tua email per confermare.",
"Theme errors": "Errori del tema",
"This page is for paying subscribers only": "Questa pagina è riservata agli abbonati paganti",
"This page is for subscribers on the {tiers} only": "Questa pagina è riservata agli abbonati ai piani {tiers}",
"This page is for subscribers only": "Questa pagina è riservata agli abbonati",
"This post is for paying subscribers only": "Questo post è riservato agli abbonati paganti",
"This post is for subscribers on the {tiers} only": "Questo post è riservato agli abbonati ai piani {tiers}",
"This post is for subscribers only": "Questo post è riservato agli abbonati",
"Toggle fullscreen": "Attiva/disattiva schermo intero",
"Toggle menu": "Attiva/disattiva menu",
"Too many sign-up attempts, try again later": "Troppi tentativi di registrazione, riprova più tardi",
"Topic": "Argomento",
"Topics": "Argomenti",
"Upgrade": "Upgrade",
"Upgrade now": "Esegui l'upgrade ora",
"Upgrade to a paid account to get full access.": "Esegui l'upgrade a un account a pagamento per ottenere l'accesso completo.",
"Upgrade your account": "Esegui l'upgrade del tuo account",
"View all →": "Vedi tutti →",
"View project": "Visualizza progetto",
"Website": "Sito web",
"You might also like...": "Potrebbe interessarti anche...",
"Your email address": "Il tuo indirizzo email",
"Zoom in/out": "Aumenta/riduci zoom",
"comment": "commento",
"comments": "commenti",
"in {primaryTag}": "in {primaryTag}",
"jamie@example.com": "jamie@example.com",
"← Previous": "← Indietro"
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": "",
" and ": "",
"% issues": "",
"% min": "",
"% min read": "% min leestijd",
"0 issues": "",
"1 issue": "",
"1 min": "",
"1 min read": "1 min leestijd",
"A collection of 0 issues": "",
"A collection of 0 posts": "",
"A collection of 1 issue": "",
"A collection of 1 post": "",
"A collection of {numberOfIssues} issues": "",
"A collection of {numberOfPosts} posts": "",
"About": "",
"Access code": "",
"Account": "Account",
"Additional issues will be published soon.": "",
"All episodes": "",
"All episodes →": "",
"Already have an account?": "",
"Archive": "",
"Browse all issues": "",
"Browse archive": "",
"By {authors}": "",
"By {primaryAuthor}": "",
"Close": "",
"Close (Esc)": "Sluit (Esc)",
"Comments": "",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "",
"Enter": "",
"Enter access code": "",
"Enter your email": "",
"Featured": "Uitgelicht",
"Go to the front page →": "",
"Latest": "Nieuw",
"Latest episodes": "",
"Latest issue": "",
"Learn more": "",
"Listen on": "",
"Load more issues": "",
"Login": "",
"Member discussion:": "",
"Members": "",
"Members only": "",
"Menu": "",
"More": "",
"More issues": "",
"More links": "",
"Newer Posts": "",
"Next": "",
"Next (arrow right)": "Volgende (pijl recht)",
"Next issue": "",
"Next post": "",
"Next →": "",
"Older Posts": "",
"Page {page} of {totalPages}": "",
"Paid": "",
"Paid-members only": "",
"Please enter a valid email address": "",
"Powered by Ghost": "",
"Powered by {ghostlink}": "Werkt op {ghostlink}",
"Previous": "",
"Previous (arrow left)": "Vorige (pijl links)",
"Previous issue": "",
"Previous post": "",
"Published by:": "",
"RSS": "",
"Read latest issue": "",
"Read more": "Lees meer",
"Read next": "",
"Recent posts": "",
"Recommendations": "Aanbevelingen",
"Search posts, tags and authors": "Zoek artikelen, tags en auteurs",
"Search this site": "Zoek op de site",
"See all": "Bekijk alles",
"Share": "Deel",
"Show more": "",
"Sign in": "Log in",
"Sign in.": "",
"Sign up now to get access to the library of members-only issues.": "",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "",
"Subscribe": "Aanmelden",
"Subscribe now": "",
"Subscribe to {sitetitle}": "",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "",
"This page is for paying subscribers only": "",
"This page is for subscribers on the {tiers} only": "",
"This page is for subscribers only": "",
"This post is for paying subscribers only": "",
"This post is for subscribers on the {tiers} only": "",
"This post is for subscribers only": "",
"Toggle fullscreen": "Volledig scherm",
"Toggle menu": "",
"Too many sign-up attempts, try again later": "",
"Topic": "",
"Topics": "",
"Upgrade": "Upgrade",
"Upgrade now": "",
"Upgrade to a paid account to get full access.": "",
"Upgrade your account": "Account upgraden",
"View all →": "",
"View project": "",
"Website": "",
"You might also like...": "",
"Your email address": "",
"Zoom in/out": "Zoom in/uit",
"comment": "",
"comments": "",
"in {primaryTag}": "",
"jamie@example.com": "jan.jansen@voorbeeld.com",
"← Previous": ""
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": "",
" and ": "",
"% issues": "",
"% min": "",
"% min read": "% min de leitura",
"0 issues": "",
"1 issue": "",
"1 min": "",
"1 min read": "1 min de leitura",
"A collection of 0 issues": "",
"A collection of 0 posts": "",
"A collection of 1 issue": "",
"A collection of 1 post": "",
"A collection of {numberOfIssues} issues": "",
"A collection of {numberOfPosts} posts": "",
"About": "",
"Access code": "",
"Account": "Conta",
"Additional issues will be published soon.": "",
"All episodes": "",
"All episodes →": "",
"Already have an account?": "",
"Archive": "",
"Browse all issues": "",
"Browse archive": "",
"By {authors}": "",
"By {primaryAuthor}": "",
"Close": "",
"Close (Esc)": "Fechar (Esc)",
"Comments": "",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "",
"Enter": "",
"Enter access code": "",
"Enter your email": "",
"Featured": "Em destaque",
"Go to the front page →": "",
"Latest": "Recente",
"Latest episodes": "",
"Latest issue": "",
"Learn more": "",
"Listen on": "",
"Load more issues": "",
"Login": "",
"Member discussion:": "",
"Members": "",
"Members only": "",
"Menu": "",
"More": "",
"More issues": "",
"More links": "",
"Newer Posts": "",
"Next": "",
"Next (arrow right)": "Próximo (botão direito)",
"Next issue": "",
"Next post": "",
"Next →": "",
"Older Posts": "",
"Page {page} of {totalPages}": "",
"Paid": "",
"Paid-members only": "",
"Please enter a valid email address": "",
"Powered by Ghost": "",
"Powered by {ghostlink}": "Alimentado por {ghostlink}",
"Previous": "",
"Previous (arrow left)": "Anterior (botão esquerdo)",
"Previous issue": "",
"Previous post": "",
"Published by:": "",
"RSS": "",
"Read latest issue": "",
"Read more": "Veja mais ",
"Read next": "",
"Recent posts": "",
"Recommendations": "Recomendações",
"Search posts, tags and authors": "Encontrar publicações, tópicos e autores",
"Search this site": "Encontrar neste site",
"See all": "Veja todos",
"Share": "Compartilhar",
"Show more": "",
"Sign in": "Login",
"Sign in.": "",
"Sign up now to get access to the library of members-only issues.": "",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "",
"Subscribe": "Inscreva-se",
"Subscribe now": "",
"Subscribe to {sitetitle}": "",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "",
"This page is for paying subscribers only": "",
"This page is for subscribers on the {tiers} only": "",
"This page is for subscribers only": "",
"This post is for paying subscribers only": "",
"This post is for subscribers on the {tiers} only": "",
"This post is for subscribers only": "",
"Toggle fullscreen": "Alternar para tela cheia",
"Toggle menu": "",
"Too many sign-up attempts, try again later": "",
"Topic": "",
"Topics": "",
"Upgrade": "Atualizar",
"Upgrade now": "",
"Upgrade to a paid account to get full access.": "",
"Upgrade your account": "Atualize sua conta",
"View all →": "",
"View project": "",
"Website": "",
"You might also like...": "",
"Your email address": "",
"Zoom in/out": "Aumentar/Diminuir zoom",
"comment": "",
"comments": "",
"in {primaryTag}": "",
"jamie@example.com": "joao.silva@exemplo.com",
"← Previous": ""
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": "",
" and ": "",
"% issues": "",
"% min": "",
"% min read": "% min läsning",
"0 issues": "",
"1 issue": "",
"1 min": "",
"1 min read": "1 min läsning",
"A collection of 0 issues": "",
"A collection of 0 posts": "",
"A collection of 1 issue": "",
"A collection of 1 post": "",
"A collection of {numberOfIssues} issues": "",
"A collection of {numberOfPosts} posts": "",
"About": "",
"Access code": "",
"Account": "Konto",
"Additional issues will be published soon.": "",
"All episodes": "",
"All episodes →": "",
"Already have an account?": "",
"Archive": "",
"Browse all issues": "",
"Browse archive": "",
"By {authors}": "",
"By {primaryAuthor}": "",
"Close": "",
"Close (Esc)": "Stäng (Esc)",
"Comments": "",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "",
"Enter": "",
"Enter access code": "",
"Enter your email": "",
"Featured": "Utvalt",
"Go to the front page →": "",
"Latest": "Senaste",
"Latest episodes": "",
"Latest issue": "",
"Learn more": "",
"Listen on": "",
"Load more issues": "",
"Login": "",
"Member discussion:": "",
"Members": "",
"Members only": "",
"Menu": "",
"More": "",
"More issues": "",
"More links": "",
"Newer Posts": "",
"Next": "",
"Next (arrow right)": "Nästa (arrow right)",
"Next issue": "",
"Next post": "",
"Next →": "",
"Older Posts": "",
"Page {page} of {totalPages}": "",
"Paid": "",
"Paid-members only": "",
"Please enter a valid email address": "",
"Powered by Ghost": "",
"Powered by {ghostlink}": "Drivs av {ghostlink}",
"Previous": "",
"Previous (arrow left)": "Föregående (arrow left)",
"Previous issue": "",
"Previous post": "",
"Published by:": "",
"RSS": "",
"Read latest issue": "",
"Read more": "Läs mer",
"Read next": "",
"Recent posts": "",
"Recommendations": "Rekommendationer",
"Search posts, tags and authors": "Sök inlägg, taggar och författare",
"Search this site": "Sök på webbplatsen",
"See all": "Visa alla",
"Share": "Dela",
"Show more": "",
"Sign in": "Logga in",
"Sign in.": "",
"Sign up now to get access to the library of members-only issues.": "",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "",
"Subscribe": "Prenumerera",
"Subscribe now": "",
"Subscribe to {sitetitle}": "",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "",
"This page is for paying subscribers only": "",
"This page is for subscribers on the {tiers} only": "",
"This page is for subscribers only": "",
"This post is for paying subscribers only": "",
"This post is for subscribers on the {tiers} only": "",
"This post is for subscribers only": "",
"Toggle fullscreen": "Växla fullskärm",
"Toggle menu": "",
"Too many sign-up attempts, try again later": "",
"Topic": "",
"Topics": "",
"Upgrade": "Uppgradera",
"Upgrade now": "",
"Upgrade to a paid account to get full access.": "",
"Upgrade your account": "Uppgradera ditt konto",
"View all →": "",
"View project": "",
"Website": "",
"You might also like...": "",
"Your email address": "",
"Zoom in/out": "Zooma in/ut",
"comment": "",
"comments": "",
"in {primaryTag}": "",
"jamie@example.com": "karl.johansson@exempel.com",
"← Previous": ""
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": " (Sayfa %)",
" and ": " ve ",
"% issues": "% sayı",
"% min": "% dk",
"% min read": "% dk okuma",
"0 issues": "0 sayı",
"1 issue": "1 sayı",
"1 min": "1 dk",
"1 min read": "1 dk okuma",
"A collection of 0 issues": "0 sayılık bir koleksiyon",
"A collection of 0 posts": "0 yazılık bir koleksiyon",
"A collection of 1 issue": "1 sayılık bir koleksiyon",
"A collection of 1 post": "1 yazılık bir koleksiyon",
"A collection of {numberOfIssues} issues": "{numberOfIssues} sayılık bir koleksiyon",
"A collection of {numberOfPosts} posts": "{numberOfPosts} yazılık bir koleksiyon",
"About": "Hakkında",
"Access code": "Erişim kodu",
"Account": "Hesap",
"Additional issues will be published soon.": "Ek sayılar yakında yayınlanacak.",
"All episodes": "Tüm bölümler",
"All episodes →": "Tüm bölümler →",
"Already have an account?": "Zaten bir hesabınız var mı?",
"Archive": "Arşiv",
"Browse all issues": "Tüm sayılara göz at",
"Browse archive": "Arşive göz at",
"By {authors}": "{authors} tarafından",
"By {primaryAuthor}": "{primaryAuthor} tarafından",
"Close": "Kapat",
"Close (Esc)": "Kapat (Esc)",
"Comments": "Yorumlar",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "En son sayıları kaçırmayın. Sadece üyelere özel sayıların kütüphanesine erişim sağlamak için şimdi kaydolun.",
"Email sent": "E-posta gönderildi",
"Enter": "Gir",
"Enter access code": "Erişim kodunu girin",
"Enter your email": "E-postanızı girin",
"Featured": "Öne çıkanlar",
"Go to the front page →": "Ana sayfaya git →",
"Latest": "En son",
"Latest episodes": "Son bölümler",
"Latest issue": "Son sayı",
"Learn more": "Daha fazla bilgi",
"Listen on": "Şurada dinle:",
"Load more issues": "Daha fazla sayı yükle",
"Login": "Giriş yap",
"Member discussion:": "Üye tartışması:",
"Members": "Üyeler",
"Members only": "Üyelere özel",
"Menu": "Menü",
"More": "Daha fazla",
"More issues": "Daha fazla sayı",
"More links": "Daha fazla bağlantı",
"Newer Posts": "Daha Yeni Yazılar",
"Next": "Sonraki",
"Next (arrow right)": "Sonraki (sağ ok)",
"Next issue": "Sonraki sayı",
"Next post": "Sonraki yazı",
"Next →": "Sonraki →",
"Older Posts": "Daha Eski Yazılar",
"Page {page} of {totalPages}": "Sayfa {page} / {totalPages}",
"Paid": "Ücretli",
"Paid-members only": "Ücretli üyelere özel",
"Please enter a valid email address": "Lütfen geçerli bir e-posta adresi girin",
"Powered by Ghost": "Ghost ile yapıldı",
"Powered by {ghostlink}": "{ghostlink} ile yapıldı",
"Previous": "Önceki",
"Previous (arrow left)": "Önceki (sol ok)",
"Previous issue": "Önceki sayı",
"Previous post": "Önceki yazı",
"Published by:": "Yayınlayan:",
"RSS": "RSS",
"Read latest issue": "Son sayıyı oku",
"Read more": "Devamını oku",
"Read next": "Sıradakini oku",
"Recent posts": "Son yazılar",
"Recommendations": "Öneriler",
"Search posts, tags and authors": "Yazı, etiket ve yazar ara",
"Search this site": "Bu sitede ara",
"See all": "Tümünü gör",
"Share": "Paylaş",
"Show more": "Daha fazla göster",
"Sign in": "Giriş yap",
"Sign in.": "Giriş yap.",
"Sign up now to get access to the library of members-only issues.": "Sadece üyelere özel sayıların kütüphanesine erişim sağlamak için şimdi kaydolun.",
"Signups from this email domain are currently restricted.": "Bu e-posta alan adıyla abonelikler şu an için sınırlandırıldı.",
"Site owner login": "Site sahibi girişi",
"Something went wrong, please try again.": "Bir sorun oluştu, lütfen tekrar deneyin.",
"Stay tuned": "Takipte kalın",
"Subscribe": "Abone ol",
"Subscribe now": "Şimdi abone ol",
"Subscribe to {sitetitle}": "{sitetitle} abonesi ol",
"Subscription confirmed!": "Abonelik onaylandı!",
"Thanks! Now check your email to confirm.": "Teşekkürler! Şimdi onay için e-postanızı kontrol edin.",
"Theme errors": "Tema hataları",
"This page is for paying subscribers only": "Bu sayfa sadece ücretli aboneler içindir",
"This page is for subscribers on the {tiers} only": "Bu sayfa sadece {tiers} aboneleri içindir",
"This page is for subscribers only": "Bu sayfa sadece aboneler içindir",
"This post is for paying subscribers only": "Bu yazı sadece ücretli aboneler içindir",
"This post is for subscribers on the {tiers} only": "Bu yazı sadece {tiers} aboneleri içindir",
"This post is for subscribers only": "Bu yazı sadece aboneler içindir",
"Toggle fullscreen": "Tam ekran aç/kapat",
"Toggle menu": "Menüyü aç/kapat",
"Too many sign-up attempts, try again later": "Çok fazla abonelik girişimi, bir süre sonra tekrar deneyin",
"Topic": "Konu",
"Topics": "Konular",
"Upgrade": "Yükselt",
"Upgrade now": "Şimdi yükselt",
"Upgrade to a paid account to get full access.": "Tam erişim elde etmek için ücretli bir hesaba yükseltin.",
"Upgrade your account": "Hesabınızı yükseltin",
"View all →": "Tümünü gör →",
"View project": "Projeyi görüntüle",
"Website": "Web sitesi",
"You might also like...": "Bunlar da hoşunuza gidebilir...",
"Your email address": "E-posta adresiniz",
"Zoom in/out": "Büyüt/küçült",
"comment": "yorum",
"comments": "yorumlar",
"in {primaryTag}": "{primaryTag} içinde",
"jamie@example.com": "bilge@ornek.com",
"← Previous": "← Önceki"
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": " (Сторінка %)",
" and ": " та ",
"% issues": "% випусків",
"% min": "% хв",
"% min read": "Читати % хв",
"0 issues": "0 випусків",
"1 issue": "1 випуск",
"1 min": "1 хв",
"1 min read": "Читати 1 хв",
"A collection of 0 issues": "Добірка з 0 випусків",
"A collection of 0 posts": "Добірка з 0 дописів",
"A collection of 1 issue": "Добірка з 1 випуску",
"A collection of 1 post": "Добірка з 1 допису",
"A collection of {numberOfIssues} issues": "Добірка з {numberOfIssues} випусків",
"A collection of {numberOfPosts} posts": "Добірка з {numberOfPosts} дописів",
"About": "Про нас",
"Access code": "",
"Account": "Обліковий запис",
"Additional issues will be published soon.": "Готуємо для вас нові випуски.",
"All episodes": "Всі епізоди",
"All episodes →": "Всі епізоди →",
"Already have an account?": "Вже є обліковий запис?",
"Archive": "Архів",
"Browse all issues": "Переглянути всі випуски",
"Browse archive": "Переглянути архів",
"By {authors}": "Від {authors}",
"By {primaryAuthor}": "Від {primaryAuthor}",
"Close": "",
"Close (Esc)": "Закрити (Esc)",
"Comments": "Коментарі",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "Хочете читати першими? Приєднуйтеся до нашої спільноти підписників і отримайте ексклюзивний доступ до випусків.",
"Email sent": "Лист надіслано",
"Enter": "",
"Enter access code": "",
"Enter your email": "Введіть електронну адресу",
"Featured": "Обрані дописи",
"Go to the front page →": "Перейти на головну сторінку →",
"Latest": "Останні",
"Latest episodes": "Останні епізоди",
"Latest issue": "Останній випуск",
"Learn more": "Дізнатися більше",
"Listen on": "Слухати на",
"Load more issues": "Завантажити більше випусків",
"Login": "Вхід",
"Member discussion:": "Обговорення серед спільноти:",
"Members": "Підписники",
"Members only": "Тільки для підписників",
"Menu": "Меню",
"More": "Більше",
"More issues": "Більше випусків",
"More links": "Більше посилань",
"Newer Posts": "Новіші дописи",
"Next": "Далі",
"Next (arrow right)": "Далі (стрілка вправо)",
"Next issue": "Наступний випуск",
"Next post": "Наступний допис",
"Next →": "Далі →",
"Older Posts": "Старіші дописи",
"Page {page} of {totalPages}": "Сторінка {page} з {totalPages}",
"Paid": "Платний",
"Paid-members only": "Тільки за платною підпискою",
"Please enter a valid email address": "",
"Powered by Ghost": "Створено на платформі Ghost",
"Powered by {ghostlink}": "За підтримки {ghostlink}",
"Previous": "Назад",
"Previous (arrow left)": "Назад (стрілка вліво)",
"Previous issue": "Попередній випуск",
"Previous post": "Попередній допис",
"Published by:": "Опубліковано автором:",
"RSS": "RSS",
"Read latest issue": "Читати останній випуск",
"Read more": "Читати далі",
"Read next": "Читати наступне",
"Recent posts": "Нещодавні дописи",
"Recommendations": "Рекомендації",
"Search posts, tags and authors": "Пошук дописів, теґів та авторів",
"Search this site": "Пошук на сайті",
"See all": "Переглянути всі",
"Share": "Поділитися",
"Show more": "Показати більше",
"Sign in": "Увійти",
"Sign in.": "Увійти.",
"Sign up now to get access to the library of members-only issues.": "Приєднуйтеся до нашої спільноти підписників і отримайте ексклюзивний доступ до випусків.",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "Слідкувати за оновленнями",
"Subscribe": "Підписатися",
"Subscribe now": "Підписатися зараз",
"Subscribe to {sitetitle}": "Підписатися на {sitetitle}",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "Помилки теми",
"This page is for paying subscribers only": "Ця сторінка доступна лише для платних підписників",
"This page is for subscribers on the {tiers} only": "Ця сторінка доступна лише для підписників рівня {tiers}",
"This page is for subscribers only": "Ця сторінка доступна лише для підписників",
"This post is for paying subscribers only": "Цей допис доступний лише для платних підписників",
"This post is for subscribers on the {tiers} only": "Цей допис доступний лише для підписників рівня {tiers}",
"This post is for subscribers only": "Цей допис доступний лише для підписників",
"Toggle fullscreen": "Повноекранний режим",
"Toggle menu": "Перемкнути меню",
"Too many sign-up attempts, try again later": "",
"Topic": "Тема",
"Topics": "Теми",
"Upgrade": "Покращити підписку",
"Upgrade now": "Покращити підписку зараз",
"Upgrade to a paid account to get full access.": "Оформіть платну підписку, щоб відкрити повний доступ.",
"Upgrade your account": "Підвищити рівень своєї підписки",
"View all →": "Переглянути всі →",
"View project": "Переглянути проєкт",
"Website": "Вебсайт",
"You might also like...": "Вам також може сподобатися...",
"Your email address": "",
"Zoom in/out": "Збільшити/зменшити",
"comment": "коментар",
"comments": "коментарі",
"in {primaryTag}": "в {primaryTag}",
"jamie@example.com": "ivan.koval@pryklad.com",
"← Previous": "← Назад"
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": " (Trang %)",
" and ": " và ",
"% issues": "% ấn bản",
"% min": "% phút",
"% min read": "% phút đọc",
"0 issues": "0 ấn bản",
"1 issue": "1 ấn bản",
"1 min": "1 phút",
"1 min read": "1 phút đọc",
"A collection of 0 issues": "Tuyển tập có 0 ấn bản",
"A collection of 0 posts": "Tuyển tập có 0 bài viết",
"A collection of 1 issue": "Tuyển tập có 1 ấn bản",
"A collection of 1 post": "Tuyển tập có 1 bài viết",
"A collection of {numberOfIssues} issues": "Tuyển tập gồm {numberOfIssues} ấn bản",
"A collection of {numberOfPosts} posts": "Tuyển tập gồm {numberOfPosts} bài viết",
"About": "Giới thiệu",
"Access code": "Mã truy cập",
"Account": "Tài khoản",
"Additional issues will be published soon.": "Các ấn bản bổ sung sẽ sớm được xuất bản.",
"All episodes": "Tất cả tập",
"All episodes →": "Tất cả tập →",
"Already have an account?": "Đã có tài khoản?",
"Archive": "Kho lưu trữ",
"Browse all issues": "Xem tất cả ấn bản",
"Browse archive": "Duyệt kho lưu trữ",
"By {authors}": "Bởi {authors}",
"By {primaryAuthor}": "Bởi {primaryAuthor}",
"Close": "Đóng",
"Close (Esc)": "Đóng (Esc)",
"Comments": "Bình luận",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "Đừng bỏ lỡ các ấn bản mới nhất. Đăng ký ngay để truy cập thư viện dành riêng cho thành viên.",
"Email sent": "Email đã được gửi",
"Enter": "Nhập",
"Enter access code": "Nhập mã truy cập",
"Enter your email": "Nhập email của bạn",
"Featured": "Nổi bật",
"Go to the front page →": "Đi đến trang chủ →",
"Latest": "Mới nhất",
"Latest episodes": "Tập mới nhất",
"Latest issue": "Ấn bản mới nhất",
"Learn more": "Tìm hiểu thêm",
"Listen on": "Nghe trên",
"Load more issues": "Tải thêm ấn bản",
"Login": "Đăng nhập",
"Member discussion:": "Thảo luận của thành viên:",
"Members": "Thành viên",
"Members only": "Chỉ dành cho thành viên",
"Menu": "Menu",
"More": "Thêm",
"More issues": "Thêm ấn bản",
"More links": "Liên kết khác",
"Newer Posts": "Bài viết mới hơn",
"Next": "Tiếp theo",
"Next (arrow right)": "Tiếp theo (mũi tên phải)",
"Next issue": "Ấn bản kế tiếp",
"Next post": "Bài viết kế tiếp",
"Next →": "Tiếp theo →",
"Older Posts": "Bài viết cũ hơn",
"Page {page} of {totalPages}": "Trang {page} trong {totalPages}",
"Paid": "Trả phí",
"Paid-members only": "Chỉ dành cho thành viên trả phí",
"Please enter a valid email address": "Vui lòng nhập địa chỉ email hợp lệ",
"Powered by Ghost": "Cung cấp bởi Ghost",
"Powered by {ghostlink}": "Cung cấp bởi {ghostlink}",
"Previous": "Trước đó",
"Previous (arrow left)": "Trước đó (mũi tên trái)",
"Previous issue": "Ấn bản trước",
"Previous post": "Bài viết trước",
"Published by:": "Xuất bản bởi:",
"RSS": "RSS",
"Read latest issue": "Đọc ấn bản mới nhất",
"Read more": "Đọc thêm",
"Read next": "Đọc tiếp",
"Recent posts": "Bài viết gần đây",
"Recommendations": "Đề xuất",
"Search posts, tags and authors": "Tìm kiếm bài viết, thẻ và tác giả",
"Search this site": "Tìm kiếm trên trang này",
"See all": "Xem tất cả",
"Share": "Chia sẻ",
"Show more": "Xem thêm",
"Sign in": "Đăng nhập",
"Sign in.": "Đăng nhập.",
"Sign up now to get access to the library of members-only issues.": "Đăng ký ngay để truy cập thư viện ấn bản dành riêng cho thành viên.",
"Signups from this email domain are currently restricted.": "Việc đăng ký từ tên miền email này hiện đang bị hạn chế.",
"Site owner login": "Đăng nhập cho chủ sở hữu trang web",
"Something went wrong, please try again.": "Đã có lỗi xảy ra, vui lòng thử lại.",
"Stay tuned": "Hãy chú ý theo dõi",
"Subscribe": "Đăng ký đọc",
"Subscribe now": "Đăng ký đọc ngay",
"Subscribe to {sitetitle}": "Đăng ký nhận bài viết mới từ {sitetitle}",
"Subscription confirmed!": "Đã xác nhận đăng ký!",
"Thanks! Now check your email to confirm.": "Cảm ơn! Bây giờ hãy kiểm tra email của bạn để xác nhận.",
"Theme errors": "Lỗi giao diện",
"This page is for paying subscribers only": "Trang này chỉ dành cho thành viên trả phí",
"This page is for subscribers on the {tiers} only": "Trang này chỉ dành cho thành viên ở gói {tiers}",
"This page is for subscribers only": "Trang này chỉ dành cho thành viên",
"This post is for paying subscribers only": "Bài viết này chỉ dành cho thành viên trả phí",
"This post is for subscribers on the {tiers} only": "Bài viết này chỉ dành cho thành viên ở gói {tiers}",
"This post is for subscribers only": "Bài viết này chỉ dành cho thành viên",
"Toggle fullscreen": "Bật/tắt toàn màn hình",
"Toggle menu": "Bật/tắt menu",
"Too many sign-up attempts, try again later": "Quá nhiều lần thử đăng ký, vui lòng thử lại sau",
"Topic": "Chủ đề",
"Topics": "Chủ đề",
"Upgrade": "Nâng cấp",
"Upgrade now": "Nâng cấp ngay",
"Upgrade to a paid account to get full access.": "Nâng cấp lên tài khoản trả phí để có quyền truy cập đầy đủ.",
"Upgrade your account": "Nâng cấp tài khoản của bạn",
"View all →": "Xem tất cả →",
"View project": "Xem dự án",
"Website": "Website",
"You might also like...": "Có thể bạn cũng thích...",
"Your email address": "Địa chỉ email của bạn",
"Zoom in/out": "Phóng to/thu nhỏ",
"comment": "bình luận",
"comments": "bình luận",
"in {primaryTag}": "trong {primaryTag}",
"jamie@example.com": "jamie@example.com",
"← Previous": "← Trước"
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": "",
" and ": "",
"% issues": "",
"% min": "",
"% min read": "閱讀時間 % 分鐘",
"0 issues": "",
"1 issue": "",
"1 min": "",
"1 min read": "閱讀時間 1 分鐘",
"A collection of 0 issues": "",
"A collection of 0 posts": "",
"A collection of 1 issue": "",
"A collection of 1 post": "",
"A collection of {numberOfIssues} issues": "",
"A collection of {numberOfPosts} posts": "",
"About": "",
"Access code": "",
"Account": "我的帳號",
"Additional issues will be published soon.": "",
"All episodes": "",
"All episodes →": "",
"Already have an account?": "已經有帳號?",
"Archive": "",
"Browse all issues": "",
"Browse archive": "",
"By {authors}": "",
"By {primaryAuthor}": "",
"Close": "",
"Close (Esc)": "關閉(Esc",
"Comments": "",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "",
"Enter": "",
"Enter access code": "",
"Enter your email": "",
"Featured": "精選",
"Go to the front page →": "",
"Latest": "最新",
"Latest episodes": "",
"Latest issue": "",
"Learn more": "",
"Listen on": "",
"Load more issues": "",
"Login": "登入",
"Member discussion:": "讀者交流:",
"Members": "",
"Members only": "",
"Menu": "",
"More": "",
"More issues": "",
"More links": "",
"Newer Posts": "",
"Next": "",
"Next (arrow right)": "",
"Next issue": "",
"Next post": "",
"Next →": "",
"Older Posts": "",
"Page {page} of {totalPages}": "",
"Paid": "",
"Paid-members only": "付費會員限定",
"Please enter a valid email address": "",
"Powered by Ghost": "",
"Powered by {ghostlink}": "",
"Previous": "",
"Previous (arrow left)": "",
"Previous issue": "",
"Previous post": "",
"Published by:": "作者:",
"RSS": "",
"Read latest issue": "",
"Read more": "",
"Read next": "",
"Recent posts": "近期文章",
"Recommendations": "推薦",
"Search posts, tags and authors": "搜尋文章、標籤和作者",
"Search this site": "搜尋本站內容",
"See all": "查看全部",
"Share": "分享",
"Show more": "顯示更多",
"Sign in": "登入",
"Sign in.": "登入。",
"Sign up now to get access to the library of members-only issues.": "",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "",
"Subscribe": "訂閱",
"Subscribe now": "現在訂閱",
"Subscribe to {sitetitle}": "",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "",
"This page is for paying subscribers only": "",
"This page is for subscribers on the {tiers} only": "",
"This page is for subscribers only": "",
"This post is for paying subscribers only": "本篇為付費會員專屬內容",
"This post is for subscribers on the {tiers} only": "本篇為層級 {tiers} 訂閱者專屬內容",
"This post is for subscribers only": "本篇為訂閱者專屬內容",
"Toggle fullscreen": "切換全螢幕",
"Toggle menu": "",
"Too many sign-up attempts, try again later": "",
"Topic": "",
"Topics": "",
"Upgrade": "",
"Upgrade now": "",
"Upgrade to a paid account to get full access.": "升級付費帳號,解鎖完整內容。",
"Upgrade your account": "",
"View all →": "",
"View project": "",
"Website": "網站",
"You might also like...": "您可能也會感興趣...",
"Your email address": "",
"Zoom in/out": "",
"comment": "",
"comments": "",
"in {primaryTag}": "",
"jamie@example.com": "",
"← Previous": ""
}
+121
View File
@@ -0,0 +1,121 @@
{
" (Page %)": "",
" and ": "",
"% issues": "",
"% min": "",
"% min read": "阅读时间 % 分钟",
"0 issues": "",
"1 issue": "",
"1 min": "",
"1 min read": "阅读时间 1 分钟",
"A collection of 0 issues": "",
"A collection of 0 posts": "",
"A collection of 1 issue": "",
"A collection of 1 post": "",
"A collection of {numberOfIssues} issues": "",
"A collection of {numberOfPosts} posts": "",
"About": "",
"Access code": "",
"Account": "账户",
"Additional issues will be published soon.": "",
"All episodes": "",
"All episodes →": "",
"Already have an account?": "",
"Archive": "",
"Browse all issues": "",
"Browse archive": "",
"By {authors}": "",
"By {primaryAuthor}": "",
"Close": "",
"Close (Esc)": "关闭 (Esc)",
"Comments": "",
"Dont miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "",
"Email sent": "",
"Enter": "",
"Enter access code": "",
"Enter your email": "",
"Featured": "精选",
"Go to the front page →": "",
"Latest": "最新",
"Latest episodes": "",
"Latest issue": "",
"Learn more": "",
"Listen on": "",
"Load more issues": "",
"Login": "",
"Member discussion:": "",
"Members": "",
"Members only": "",
"Menu": "",
"More": "",
"More issues": "",
"More links": "",
"Newer Posts": "",
"Next": "",
"Next (arrow right)": "下一个 (右箭头)",
"Next issue": "",
"Next post": "",
"Next →": "",
"Older Posts": "",
"Page {page} of {totalPages}": "",
"Paid": "",
"Paid-members only": "",
"Please enter a valid email address": "",
"Powered by Ghost": "",
"Powered by {ghostlink}": "由 {ghostlink} 强力驱动",
"Previous": "",
"Previous (arrow left)": "上一个 (左箭头)",
"Previous issue": "",
"Previous post": "",
"Published by:": "",
"RSS": "",
"Read latest issue": "",
"Read more": "阅读更多",
"Read next": "",
"Recent posts": "",
"Recommendations": "推荐",
"Search posts, tags and authors": "搜索文章、标签和作者",
"Search this site": "搜索本站内容",
"See all": "查看全部",
"Share": "分享",
"Show more": "",
"Sign in": "登录",
"Sign in.": "",
"Sign up now to get access to the library of members-only issues.": "",
"Signups from this email domain are currently restricted.": "",
"Site owner login": "",
"Something went wrong, please try again.": "",
"Stay tuned": "",
"Subscribe": "订阅",
"Subscribe now": "",
"Subscribe to {sitetitle}": "",
"Subscription confirmed!": "",
"Thanks! Now check your email to confirm.": "",
"Theme errors": "",
"This page is for paying subscribers only": "",
"This page is for subscribers on the {tiers} only": "",
"This page is for subscribers only": "",
"This post is for paying subscribers only": "",
"This post is for subscribers on the {tiers} only": "",
"This post is for subscribers only": "",
"Toggle fullscreen": "切换全屏",
"Toggle menu": "",
"Too many sign-up attempts, try again later": "",
"Topic": "",
"Topics": "",
"Upgrade": "升级",
"Upgrade now": "",
"Upgrade to a paid account to get full access.": "",
"Upgrade your account": "升级你的账户",
"View all →": "",
"View project": "",
"Website": "",
"You might also like...": "",
"Your email address": "",
"Zoom in/out": "放大/缩小",
"comment": "",
"comments": "",
"in {primaryTag}": "",
"jamie@example.com": "张伟@示例.com",
"← Previous": ""
}
+8389
View File
File diff suppressed because it is too large Load Diff
+123
View File
@@ -0,0 +1,123 @@
{
"name": "canin-dawn",
"description": "A DreamFreely'd Ghost theme",
"version": "1.0.3",
"private": true,
"engines": {
"ghost": ">=5.0.0"
},
"license": "MIT",
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",
"url": "https://ghost.org"
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"docs": "https://dawn.ghost.io/about/",
"config": {
"posts_per_page": 5,
"image_sizes": {
"xs": {
"width": 150
},
"s": {
"width": 400
},
"m": {
"width": 750
},
"l": {
"width": 960
},
"xl": {
"width": 1140
},
"xxl": {
"width": 1920
}
},
"card_assets": true,
"custom": {
"navigation_layout": {
"type": "select",
"options": ["Logo on the left", "Logo in the middle", "Stacked"],
"default": "Logo on the left"
},
"title_font": {
"type": "select",
"options": [
"Modern sans-serif",
"Elegant serif"
],
"default": "Modern sans-serif"
},
"body_font": {
"type": "select",
"options": [
"Modern sans-serif",
"Elegant serif"
],
"default": "Modern sans-serif"
},
"color_scheme": {
"type": "select",
"options": [
"Auto",
"Light",
"Dark"
],
"default": "Auto"
},
"white_logo_for_dark_mode": {
"type": "image"
},
"show_featured_posts": {
"type": "boolean",
"default": true,
"group": "homepage"
},
"featured_title": {
"type": "text",
"default": "Featured articles",
"group": "homepage"
},
"show_author": {
"type": "boolean",
"default": true,
"group": "post"
},
"show_related_posts": {
"type": "boolean",
"default": true,
"group": "post"
}
}
},
"scripts": {
"dev": "gulp",
"test": "gscan .",
"zip": "gulp zip"
},
"devDependencies": {
"@tryghost/shared-theme-assets": "2.7.1",
"@tryghost/theme-translations": "^0.0.9",
"autoprefixer": "10.5.0",
"beeper": "2.1.0",
"cssnano": "8.0.1",
"gscan": "6.2.1",
"gulp": "5.0.1",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "10.0.0",
"gulp-uglify": "3.0.2",
"gulp-zip": "5.1.0",
"ordered-read-streams": "2.0.0",
"postcss": "8.5.15",
"postcss-easy-import": "4.0.0",
"pump": "3.0.4"
}
}
+122
View File
@@ -0,0 +1,122 @@
{
"name": "canin-dawn",
"description": "A DreamFreely'd Ghost theme",
"version": "1.0.3",
"private": true,
"engines": {
"ghost": ">=5.0.0"
},
"license": "MIT",
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",
"url": "https://ghost.org"
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"docs": "https://dawn.ghost.io/about/",
"config": {
"posts_per_page": 5,
"image_sizes": {
"xs": {
"width": 150
},
"s": {
"width": 400
},
"m": {
"width": 750
},
"l": {
"width": 960
},
"xl": {
"width": 1140
},
"xxl": {
"width": 1920
}
},
"card_assets": true,
"custom": {
"navigation_layout": {
"type": "select",
"options": ["Logo on the left", "Logo in the middle", "Stacked"],
"default": "Logo on the left"
},
"title_font": {
"type": "select",
"options": [
"Modern sans-serif",
"Elegant serif"
],
"default": "Modern sans-serif"
},
"body_font": {
"type": "select",
"options": [
"Modern sans-serif",
"Elegant serif"
],
"default": "Modern sans-serif"
},
"color_scheme": {
"type": "select",
"options": [
"Auto",
"Light",
"Dark"
],
"default": "Auto"
},
"white_logo_for_dark_mode": {
"type": "image"
},
// "show_featured_posts": {
// "type": "boolean",
// "default": true,
// "group": "homepage"
// },
// "featured_title": {
// "type": "text",
// "default": "Featured articles",
// "group": "homepage"
// },
"show_author": {
"type": "boolean",
"default": true,
"group": "post"
},
"show_related_posts": {
"type": "boolean",
"default": true,
"group": "post"
}
}
},
"scripts": {
"dev": "gulp",
"test": "gscan .",
"zip": "gulp zip"
},
"devDependencies": {
"@tryghost/shared-theme-assets": "2.5.0",
"autoprefixer": "10.4.21",
"beeper": "2.1.0",
"cssnano": "7.0.6",
"gscan": "4.47.0",
"gulp": "5.0.0",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "10.0.0",
"gulp-uglify": "3.0.2",
"gulp-zip": "5.1.0",
"ordered-read-streams": "2.0.0",
"postcss": "8.5.3",
"postcss-easy-import": "4.0.0",
"pump": "3.0.2"
}
}
+9
View File
@@ -0,0 +1,9 @@
{{!< default}}
<main class="site-main">
{{#post}}
{{> "content" width="wide"}}
{{/post}}
</main>
+9
View File
@@ -0,0 +1,9 @@
{{#if comments}}
<section class="gh-comments gh-canvas">
<header class="gh-comments-header">
<h3 class="gh-comments-title related-title">Member discussion</h3>
{{comment_count class="gh-comments-count"}}
</header>
{{comments title="" count=false}}
</section>
{{/if}}
+20
View File
@@ -0,0 +1,20 @@
{{{html}}}
<section class="single-cta">
{{#has visibility="paid"}}
<h2 class="single-cta-title">{{t "This post is for paying subscribers only"}}</h2>
{{/has}}
{{#has visibility="members"}}
<h2 class="single-cta-title">{{t "This post is for subscribers only"}}</h2>
{{/has}}
{{#has visibility="filter"}}
<h2 class="single-cta-title">{{t "This post is for subscribers on the {tiers} only" tiers=tiers}}</h2>
{{/has}}
{{#if @member}}
<button class="button single-cta-button" data-portal="account/plans">{{t "Upgrade now"}}</button>
{{else}}
<button class="button single-cta-button" data-portal="signup">{{t "Subscribe now"}}</button>
<br>
<button class="button-text single-cta-footer" data-portal="signin">{{t "Already have an account?"}} {{t "Sign in"}}</button>
{{/if}}
</section>
+111
View File
@@ -0,0 +1,111 @@
<article class="single {{post_class}}">
{{#match @page.show_title_and_feature_image}}
<header class="single-header gh-canvas">
<h1 class="single-title">{{title}}</h1>
{{#is "post"}}
<div class="single-meta">
{{#if reading_time}}
<span class="single-meta-item single-meta-length">
{{reading_time minute=(t "1 min read") minutes=(t "% min read")}}
</span>
{{/if}}
{{#primary_tag}}
<span class="single-meta-item single-meta-tag">
<a class="post-tag post-tag-{{slug}}" href="{{url}}">
{{name}}
</a>
</span>
{{/primary_tag}}
{{!-- <br/>
<span class="single-meta-item single-meta-date">
<time datetime="{{date format="YYYY-MM-DD"}}">
{{date published_at format="DD MMM YYYY"}}
</time>
</span> --}}
</div>
{{/is}}
{{#if custom_excerpt}}
<div class="single-excerpt">
<i>{{custom_excerpt}}</i>
</div>
{{/if}}
{{#if feature_image}}
{{#unless no_image}}
<figure class="single-media kg-width-{{width}}">
<div class="u-placeholder horizontal">
<img
class="u-object-fit"
srcset="{{> srcset}}"
sizes="(min-width: 1200px) 920px, 92vw"
src="{{img_url feature_image size="l"}}"
alt="{{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}}"
>
</div>
{{#if feature_image_caption}}
<figcaption>{{feature_image_caption}}</figcaption>
{{/if}}
</figure>
{{/unless}}
{{/if}}
</header>
{{/match}}
<div class="single-content gh-content gh-canvas">
{{content}}
</div>
{{!-- <div class="gh-meta-share">
<a href="#/share" class="gh-button-share">{{t "Share"}} {{> "icons/share"}}</a>
</div> --}}
{{#is "post"}}
<div class="gh-canvas">
<footer class="single-footer">
<div class="single-footer-left">
{{#prev_post}}
<div class="navigation navigation-previous">
<a class="navigation-link" href="{{url}}" aria-label="{{t "Previous post"}}">
{{> "icons/arrow-left"}}
</a>
</div>
{{/prev_post}}
</div>
<div class="single-footer-middle">
{{#if @custom.show_author}}
<div class="single-footer-top">
<h3 class="single-footer-title">{{t "Published by:"}}</h3>
<div class="author-list">
{{#foreach authors}}
<div class="author-image-placeholder u-placeholder square">
<a href="{{url}}" title="{{name}}">
<img class="author-image u-object-fit" src="{{img_url profile_image size="xs"}}" alt="{{name}}" loading="lazy">
</a>
</div>
{{/foreach}}
</div>
</div>
{{/if}}
</div>
<div class="single-footer-right">
{{#next_post}}
<div class="navigation navigation-next">
<a class="navigation-link" href="{{url}}" aria-label="{{t "Next post"}}">
{{> "icons/arrow-right"}}
</a>
</div>
{{/next_post}}
</div>
</footer>
</div>
{{/is}}
</article>
+22
View File
@@ -0,0 +1,22 @@
<div class="cover gh-outer">
<div class="cover-content gh-inner">
{{#if @site.icon}}
<div class="cover-icon">
<img class="cover-icon-image" src="{{@site.icon}}" alt="{{@site.title}}">
</div>
{{/if}}
{{#if @site.description}}
<div class="cover-description"><i>A people company<br/>built around technology</i></div>
{{/if}}
{{!-- {{#if @site.members_enabled}}
{{#unless @member}}
<div class="cover-cta">
<button class="button members-subscribe" data-portal="signup">{{t "Subscribe now"}}</button>
<button class="button button-secondary members-login" data-portal="signin">{{t "Login"}}</button>
</div>
{{/unless}}
{{/if}} --}}
</div>
</div>
+33
View File
@@ -0,0 +1,33 @@
{{#get "posts" filter="featured:true" limit="15" as |featured|}}
{{#if featured}}
<div class="gh-outer">
<section class="featured-wrapper gh-inner">
{{#if @custom.featured_title}}
<h2 class="featured-title">{{@custom.featured_title}}</h2>
{{/if}}
<div class="featured-feed owl">
{{#foreach featured}}
<article class="{{post_class}}">
<div class="u-placeholder horizontal">
{{#if feature_image}}
<img
class="u-object-fit"
srcset="{{> srcset}}"
sizes="(min-width: 992px) calc((92vw - 60px) / 3), (min-width: 768px) calc((92vw - 30px) / 2), 92vw"
src="{{img_url feature_image size="m"}}"
alt="{{title}}"
>
{{/if}}
</div>
<h3 class="post-title">{{title}}</h3>
<a class="u-permalink" href={{url}} aria-label="{{title}}"></a>
</article>
{{/foreach}}
</div>
</section>
</div>
{{/if}}
{{/get}}
+3
View File
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor" class="icon navigation-icon">
<path d="M26.667 14.667v2.667h-16L18 24.667l-1.893 1.893L5.547 16l10.56-10.56L18 7.333l-7.333 7.333h16z"></path>
</svg>

After

Width:  |  Height:  |  Size: 233 B

+3
View File
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor" class="icon navigation-icon">
<path d="M5.333 14.667v2.667h16L14 24.667l1.893 1.893L26.453 16 15.893 5.44 14 7.333l7.333 7.333h-16z"></path>
</svg>

After

Width:  |  Height:  |  Size: 231 B

+3
View File
@@ -0,0 +1,3 @@
<svg viewBox="0 0 32 32" fill="currentColor" class="icon icon-bluesky" xmlns="http://www.w3.org/2000/svg">
<path d="M16 15.1499C14.5515 12.1717 10.605 6.62207 6.9365 3.88464C4.28951 1.90994 0 0.381493 0 5.24419C0 6.21495 0.559993 13.4025 0.889 14.5694C2.031 18.6258 6.1935 19.6604 9.896 19.0344C3.424 20.1289 1.778 23.7545 5.3335 27.38C12.086 34.2658 15.0389 25.6524 15.7951 23.4454C15.935 23.0378 16 22.8487 16 23.016C16 22.8487 16.065 23.0378 16.2049 23.4454C16.9611 25.6524 19.914 34.2658 26.6666 27.38C30.222 23.7545 28.576 20.1289 22.104 19.0344C25.8065 19.6604 29.969 18.6258 31.111 14.5694C31.44 13.4025 32 6.21495 32 5.24419C32 0.381493 27.711 1.90994 25.0635 3.88464C21.395 6.62207 17.4485 12.1717 16 15.1499Z"/>
</svg>

After

Width:  |  Height:  |  Size: 732 B

+3
View File
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor" class="icon feed-icon">
<path d="M11.453 22.107L17.56 16l-6.107-6.12L13.333 8l8 8-8 8-1.88-1.893z"></path>
</svg>

After

Width:  |  Height:  |  Size: 197 B

+3
View File
@@ -0,0 +1,3 @@
<svg viewBox="0 0 32 32" fill="currentColor" class="icon icon-facebook" xmlns="http://www.w3.org/2000/svg">
<path d="M31.9975 15.9988C31.9975 7.16288 24.8347 0 15.9988 0C7.16288 0 0 7.16288 0 15.9988C0 23.9843 5.85052 30.6029 13.4989 31.8032V20.6235H9.43677V15.9988H13.4989V12.474C13.4989 8.46435 15.8875 6.24952 19.5419 6.24952C21.2923 6.24952 23.1232 6.56199 23.1232 6.56199V10.4992H21.1059C19.1184 10.4992 18.4985 11.7324 18.4985 12.9977V15.9988H22.9357L22.2264 20.6235H18.4985V31.8032C26.1471 30.6029 31.9975 23.9843 31.9975 15.9988Z"/>
</svg>

After

Width:  |  Height:  |  Size: 551 B

+5
View File
@@ -0,0 +1,5 @@
<svg viewBox="0 0 32 32" fill="currentColor" class="icon icon-instagram" xmlns="http://www.w3.org/2000/svg">
<path d="M15.9997 3.97616C19.9157 3.97616 20.3797 3.99083 21.9263 4.0615C22.8562 4.07233 23.7772 4.24327 24.649 4.56683C25.2863 4.80164 25.8628 5.17665 26.3357 5.66416C26.8232 6.13708 27.1982 6.7135 27.433 7.35083C27.7566 8.22263 27.9275 9.14365 27.9383 10.0735C28.009 11.6202 28.0237 12.0842 28.0237 16.0002C28.0237 19.9162 28.009 20.3802 27.9383 21.9268C27.9275 22.8567 27.7566 23.7777 27.433 24.6495C27.1889 25.2821 26.8151 25.8567 26.3356 26.3361C25.8562 26.8156 25.2816 27.1894 24.649 27.4335C23.7772 27.7571 22.8562 27.928 21.9263 27.9388C20.3797 28.0095 19.9157 28.0242 15.9997 28.0242C12.0837 28.0242 11.6197 28.0095 10.073 27.9388C9.14317 27.928 8.22214 27.7571 7.35034 27.4335C6.71301 27.1987 6.13659 26.8237 5.66367 26.3362C5.17616 25.8632 4.80115 25.2868 4.56634 24.6495C4.24278 23.7777 4.07184 22.8567 4.06101 21.9268C3.99034 20.3802 3.97567 19.9162 3.97567 16.0002C3.97567 12.0842 3.99034 11.6202 4.06101 10.0735C4.07184 9.14365 4.24278 8.22263 4.56634 7.35083C4.80115 6.7135 5.17616 6.13708 5.66367 5.66416C6.13659 5.17665 6.71301 4.80164 7.35034 4.56683C8.22214 4.24327 9.14317 4.07233 10.073 4.0615C11.6197 3.99083 12.0837 3.97616 15.9997 3.97616ZM15.9997 1.3335C12.017 1.3335 11.517 1.35083 9.95301 1.4215C8.73645 1.44664 7.53287 1.67699 6.39301 2.10283C5.41774 2.48039 4.53221 3.05775 3.79329 3.79781C3.05437 4.53788 2.47839 5.42431 2.10234 6.40016C1.6765 7.54003 1.44615 8.74361 1.42101 9.96016C1.35034 11.5175 1.33301 12.0175 1.33301 16.0002C1.33301 19.9828 1.35034 20.4828 1.42101 22.0468C1.44615 23.2634 1.6765 24.467 2.10234 25.6068C2.4799 26.5821 3.05726 27.4676 3.79733 28.2065C4.5374 28.9455 5.42382 29.5214 6.39967 29.8975C7.53954 30.3233 8.74312 30.5537 9.95967 30.5788C11.517 30.6495 12.017 30.6668 15.9997 30.6668C19.9823 30.6668 20.4823 30.6495 22.0463 30.5788C23.2629 30.5537 24.4665 30.3233 25.6063 29.8975C26.5816 29.5199 27.4671 28.9426 28.2061 28.2025C28.945 27.4624 29.521 26.576 29.897 25.6002C30.3229 24.4603 30.5532 23.2567 30.5783 22.0402C30.649 20.4828 30.6663 19.9828 30.6663 16.0002C30.6663 12.0175 30.649 11.5175 30.5783 9.9535C30.5532 8.73694 30.3229 7.53336 29.897 6.3935C29.5194 5.41823 28.9421 4.5327 28.202 3.79378C27.462 3.05486 26.5755 2.47888 25.5997 2.10283C24.4598 1.67699 23.2562 1.44664 22.0397 1.4215C20.4823 1.35083 19.9823 1.3335 15.9997 1.3335Z"/>
<path d="M15.9998 8.46826C14.5101 8.46826 13.0539 8.91001 11.8152 9.73763C10.5766 10.5653 9.6112 11.7416 9.04112 13.1179C8.47104 14.4942 8.32188 16.0086 8.6125 17.4697C8.90313 18.9307 9.62048 20.2728 10.6738 21.3262C11.7272 22.3796 13.0693 23.0969 14.5304 23.3875C15.9914 23.6782 17.5059 23.529 18.8821 22.9589C20.2584 22.3888 21.4348 21.4234 22.2624 20.1848C23.09 18.9462 23.5318 17.49 23.5318 16.0003C23.5318 14.0027 22.7382 12.0869 21.3257 10.6743C19.9132 9.26181 17.9974 8.46826 15.9998 8.46826ZM15.9998 20.8896C15.0328 20.8896 14.0875 20.6028 13.2834 20.0656C12.4794 19.5283 11.8527 18.7647 11.4826 17.8713C11.1126 16.9779 11.0157 15.9948 11.2044 15.0464C11.393 14.098 11.8587 13.2268 12.5425 12.543C13.2263 11.8592 14.0975 11.3935 15.0459 11.2049C15.9944 11.0162 16.9774 11.113 17.8708 11.4831C18.7643 11.8532 19.5279 12.4798 20.0651 13.2839C20.6024 14.0879 20.8891 15.0332 20.8891 16.0003C20.8891 17.297 20.374 18.5406 19.4571 19.4575C18.5401 20.3745 17.2965 20.8896 15.9998 20.8896Z"/>
<path d="M23.8293 9.93064C24.8014 9.93064 25.5893 9.14267 25.5893 8.17064C25.5893 7.19862 24.8014 6.41064 23.8293 6.41064C22.8573 6.41064 22.0693 7.19862 22.0693 8.17064C22.0693 9.14267 22.8573 9.93064 23.8293 9.93064Z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg viewBox="0 0 32 32" fill="currentColor" class="icon icon-linkedin" xmlns="http://www.w3.org/2000/svg">
<path d="M28.75 1H3.25C2.65327 1 2.08097 1.23705 1.65902 1.65902C1.23705 2.08097 1 2.65327 1 3.25V28.75C1 29.3467 1.23705 29.919 1.65902 30.341C2.08097 30.763 2.65327 31 3.25 31H28.75C29.3467 31 29.919 30.763 30.341 30.341C30.763 29.919 31 29.3467 31 28.75V3.25C31 2.65327 30.763 2.08097 30.341 1.65902C29.919 1.23705 29.3467 1 28.75 1ZM10 26.5H5.5V13H10V26.5ZM7.75 10.375C7.23427 10.3603 6.73433 10.1939 6.31263 9.89662C5.89093 9.59937 5.56617 9.18443 5.37895 8.70367C5.19172 8.2229 5.15032 7.69762 5.25992 7.19345C5.3695 6.6893 5.62525 6.2286 5.99517 5.86897C6.3651 5.50932 6.8328 5.26665 7.33985 5.1713C7.8469 5.07593 8.3708 5.13212 8.8461 5.33282C9.3214 5.5335 9.72703 5.86982 10.0123 6.29972C10.2975 6.72963 10.4498 7.23407 10.45 7.75C10.4381 8.45552 10.1475 9.12767 9.64158 9.61955C9.13565 10.1114 8.45558 10.383 7.75 10.375ZM26.5 26.5H22V19.39C22 17.26 21.1 16.495 19.93 16.495C19.587 16.5178 19.2518 16.6082 18.9438 16.761C18.6358 16.9137 18.361 17.1258 18.1352 17.385C17.9095 17.6443 17.737 17.9457 17.628 18.2717C17.519 18.5977 17.4755 18.942 17.5 19.285C17.4925 19.3548 17.4925 19.4252 17.5 19.495V26.5H13V13H17.35V14.95C17.7888 14.2825 18.3917 13.7388 19.1008 13.3712C19.81 13.0035 20.6017 12.824 21.4 12.85C23.725 12.85 26.44 14.14 26.44 18.34L26.5 26.5Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg viewBox="0 0 32 32" fill="currentColor" class="icon icon-mastodon" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.6691 24.3902C26.5646 23.9114 29.9563 21.441 30.3826 19.1837C31.0543 15.6278 30.9989 10.5061 30.9989 10.5061C30.9989 3.56433 26.5802 1.52959 26.5802 1.52959C24.3522 0.476359 20.5264 0.0334469 16.5518 0H16.4541C12.4795 0.0334469 8.6562 0.476359 6.42808 1.52959C6.42808 1.52959 2.00919 3.56433 2.00919 10.5061C2.00919 10.9269 2.00708 11.3696 2.00488 11.8304C1.99877 13.1101 1.99199 14.5299 2.02795 16.0119C2.18842 22.8006 3.23715 29.4912 9.33526 31.1525C12.147 31.9185 14.561 32.0788 16.5052 31.9688C20.031 31.7676 22.0102 30.6737 22.0102 30.6737L21.8939 28.0407C21.8939 28.0407 19.3744 28.8584 16.5447 28.7588C13.7413 28.6598 10.7816 28.4476 10.3282 24.9048C10.2863 24.5936 10.2654 24.2609 10.2654 23.9114C10.2654 23.9114 13.0175 24.6038 16.5052 24.7683C18.6379 24.869 20.6378 24.6397 22.6691 24.3902ZM25.7866 19.45V11.0446C25.7866 9.32675 25.3617 7.96164 24.5083 6.95168C23.6279 5.94172 22.4751 5.42399 21.0443 5.42399C19.3885 5.42399 18.1348 6.07896 17.306 7.38908L16.5 8.77954L15.6941 7.38908C14.8651 6.07896 13.6114 5.42399 11.9558 5.42399C10.5248 5.42399 9.37205 5.94172 8.49182 6.95168C7.63823 7.96164 7.21328 9.32675 7.21328 11.0446V19.45H10.4486V11.2917C10.4486 9.57192 11.1516 8.69902 12.5578 8.69902C14.1125 8.69902 14.8919 9.7345 14.8919 11.782V16.2475H18.1082V11.782C18.1082 9.7345 18.8874 8.69902 20.4421 8.69902C21.8483 8.69902 22.5513 9.57192 22.5513 11.2917V19.45H25.7866Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg>

After

Width:  |  Height:  |  Size: 248 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-forward-icon lucide-forward"><path d="m15 17 5-5-5-5"/><path d="M4 18v-2a4 4 0 0 1 4-4h12"/></svg>

After

Width:  |  Height:  |  Size: 300 B

+3
View File
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor" class="icon icon-star">
<path d="M16 23.027L24.24 28l-2.187-9.373 7.28-6.307-9.587-.827-3.747-8.827-3.747 8.827-9.587.827 7.267 6.307L7.759 28l8.24-4.973z"></path>
</svg>

After

Width:  |  Height:  |  Size: 254 B

+3
View File
@@ -0,0 +1,3 @@
<svg viewBox="0 0 32 32" fill="currentColor" class="icon icon-threads" xmlns="http://www.w3.org/2000/svg">
<path d="M24.0099 14.8315C23.8747 14.7653 23.7375 14.7017 23.5983 14.6409C23.3561 10.0897 20.9173 7.48416 16.8219 7.4575C16.8034 7.45739 16.785 7.45739 16.7665 7.45739C14.317 7.45739 12.2798 8.52349 11.0259 10.4635L13.2782 12.0388C14.2149 10.5897 15.6849 10.2808 16.7676 10.2808C16.78 10.2808 16.7925 10.2808 16.8049 10.2809C18.1534 10.2897 19.1709 10.6894 19.8294 11.469C20.3086 12.0366 20.6292 12.8208 20.7878 13.8106C19.5924 13.6034 18.2995 13.5397 16.9173 13.6206C13.0238 13.8493 10.5207 16.1647 10.6888 19.382C10.7741 21.014 11.5715 22.418 12.9339 23.3352C14.0858 24.1105 15.5695 24.4897 17.1114 24.4038C19.1476 24.29 20.7451 23.4978 21.8596 22.0494C22.7059 20.9494 23.2411 19.5239 23.4776 17.7277C24.4479 18.3248 25.1671 19.1107 25.5644 20.0553C26.2398 21.6612 26.2791 24.3 24.1675 26.4514C22.3173 28.3361 20.0933 29.1514 16.7323 29.1765C13.0041 29.1484 10.1844 27.9291 8.35118 25.5529C6.63448 23.3277 5.74729 20.1136 5.71418 16C5.74729 11.8863 6.63448 8.67226 8.35118 6.44711C10.1844 4.07082 13.004 2.85167 16.7323 2.82341C20.4877 2.85189 23.3564 4.07689 25.2598 6.46467C26.1932 7.63561 26.8968 9.10814 27.3606 10.8251L30 10.107C29.4378 7.99369 28.5529 6.17261 27.349 4.66234C24.9087 1.60111 21.3399 0.0325307 16.7415 0H16.7231C12.1341 0.0324059 8.60519 1.60696 6.23447 4.67988C4.12487 7.4144 3.03668 11.2193 3.00011 15.9888L3 16L3.00011 16.0112C3.03668 20.7806 4.12487 24.5857 6.23447 27.3202C8.60519 30.393 12.1341 31.9677 16.7231 32H16.7415C20.8214 31.9711 23.6972 30.882 26.0662 28.4684C29.166 25.3111 29.0725 21.3532 28.051 18.9236C27.3181 17.1812 25.9208 15.766 24.0099 14.8315ZM16.9656 21.5845C15.2592 21.6826 13.4864 20.9015 13.3989 19.2287C13.3341 17.9884 14.2645 16.6044 17.0703 16.4394C17.3916 16.4205 17.707 16.4113 18.0166 16.4113C19.0358 16.4113 19.9893 16.5123 20.856 16.7056C20.5327 20.8225 18.6364 21.491 16.9656 21.5845Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg viewBox="0 0 32 32" fill="currentColor" class="icon icon-tiktok" xmlns="http://www.w3.org/2000/svg">
<path d="M13.5858 11.916V17.412C12.8936 17.2295 12.1693 17.2046 11.4662 17.3392C10.7631 17.4738 10.0992 17.7645 9.52345 18.1898C8.94766 18.6151 8.47465 19.1642 8.1393 19.7967C7.80395 20.4291 7.6148 21.1287 7.58579 21.844C7.54615 22.4598 7.63881 23.077 7.85757 23.654C8.07632 24.2311 8.41609 24.7546 8.85402 25.1893C9.29196 25.6241 9.81791 25.9601 10.3965 26.1747C10.9751 26.3892 11.5929 26.4774 12.2085 26.4333C12.8302 26.481 13.4549 26.3932 14.0394 26.1758C14.6239 25.9585 15.1542 25.6168 15.5937 25.1745C16.0333 24.7322 16.3716 24.1997 16.5852 23.6139C16.7988 23.028 16.8827 22.4028 16.8311 21.7813V0H22.2671C23.1911 5.75333 26.0685 7.088 29.9205 7.704V13.2173C27.251 12.9984 24.6759 12.1286 22.4205 10.684V21.5733C22.4205 26.5067 19.5005 32 12.2511 32C10.8911 31.9941 9.5459 31.7167 8.29444 31.1841C7.04298 30.6515 5.91043 29.8745 4.96317 28.8986C4.01591 27.9226 3.273 26.7674 2.77799 25.5006C2.28299 24.2338 2.04584 22.881 2.08046 21.5213C2.12353 20.1058 2.46613 18.7155 3.08567 17.4421C3.70521 16.1686 4.58762 15.0409 5.67473 14.1333C6.76184 13.2257 8.02897 12.5589 9.39259 12.1767C10.7562 11.7945 12.1853 11.7056 13.5858 11.916Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Some files were not shown because too many files have changed in this diff Show More