-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
27 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,11 @@ on: | |
- main | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: TryGhost/[email protected] | ||
- uses: actions/checkout@v3 | ||
- name: Deploy to Plain Demo | ||
uses: TryGhost/[email protected] | ||
with: | ||
api-url: ${{ secrets.GHOST_ADMIN_API_URL }} | ||
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
### Plain Ghost Theme | ||
|
||
* * * | ||
|
||
📄 [Theme Documentation](https://aspirethemes.com/docs/plain) | ||
### Plain — Ghost Theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,3 @@ | ||
{ | ||
"Skip to content": "Skip to content", | ||
|
||
"Page Not Found": "Page Not Found", | ||
|
||
"Featured Posts": "Featured Posts", | ||
"Recent Posts": "Recent Posts", | ||
"Next": "Next", | ||
|
||
"1 minute read": "1 minute read", | ||
"% minutes read": "% minutes read", | ||
|
||
"Loading": "Loading", | ||
"Load More": "Load More", | ||
|
||
"Subscribe": "Subscribe", | ||
"Email address": "Email address", | ||
"Subscribe to receive the latest posts in your inbox.": "Subscribe to receive the latest posts in your inbox.", | ||
"Please check your inbox and click the link to confirm your subscription.": "Please check your inbox and click the link to confirm your subscription.", | ||
"Please enter a valid email address.": "Please enter a valid email address.", | ||
"An error occurred, please try again later.": "An error occurred, please try again later.", | ||
|
||
"This content is for Members": "This content is for Members", | ||
"This content is for Paid Members": "This content is for Paid Members", | ||
"This content is for Subscribers on the ": "This content is for Subscribers on the ", | ||
"Upgrade your account": "Upgrade your account", | ||
"Already have an account?": "Already have an account?", | ||
|
||
"Published with {ghostLink} & {themeLink}": "Published with {ghostLink} & {themeLink}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{{!< default}} | ||
|
||
{{#contentFor 'title'}}{{ meta_title }}{{/contentFor}} | ||
|
||
{{#post}} | ||
{{> page-header }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<div class='{{ post_class }}'> | ||
<time datetime='{{ date format='YYYY-MM-DD' }}'>{{ date format='MMM D, YYYY' }}</time> | ||
<div class='post-item {{ post_class }}'> | ||
<a href='{{ url }}'>{{ title }}</a> | ||
<hr> | ||
<time datetime='{{ date format='YYYY-MM-DD' }}'>{{ date format='MMM D, YYYY' }}</time> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
<header> | ||
{{> skip }} | ||
|
||
<nav aria-label='Main menu'> | ||
<ul>{{ navigation }}</ul> | ||
</nav> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{{!< default}} | ||
|
||
{{#contentFor 'title'}}{{ meta_title }}{{/contentFor}} | ||
|
||
{{#post}} | ||
{{> page-header }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
# routes: | ||
# /: | ||
# data: page.home | ||
# template: index | ||
|
||
collections: | ||
/: | ||
permalink: /{slug}/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{{!< default}} | ||
|
||
{{#contentFor 'title'}}{{ meta_title }}{{/contentFor}} | ||
|
||
{{#tag}} | ||
<header> | ||
<h1>{{ name }}</h1> | ||
|