Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update package to 0.9 #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
317 changes: 171 additions & 146 deletions Gruntfile.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Ghost (0.9.0)](https://github.com/TryGhost/Ghost) [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/)
# [Ghost (0.8.0)](https://github.com/TryGhost/Ghost) [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/)

Want to install Ghost on Azure? Just click the 'Deploy to Azure' button and you're well on your way to have a Ghost Blog running within a minute or two. Made with :heart: for Ghost by Microsoft.

Expand Down
5 changes: 0 additions & 5 deletions config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ config = {
// Change this to your Ghost blog's published URL.
url: 'http://localhost:2368',

// Example refferer policy
// Visit https://www.w3.org/TR/referrer-policy/ for instructions
// default 'origin-when-cross-origin',
// referrerPolicy: 'origin-when-cross-origin',

// Example mail config
// Visit http://support.ghost.org/mail for instructions
// ```
Expand Down
21 changes: 10 additions & 11 deletions content/themes/casper/assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
3. Utilities
4. General
5. Single Post
6. Author Profile
7. Read More
6. Tag Archive
7. Read Next
8. Third Party Elements
9. Pagination
10. Subscribe
11. Footer
12. Media Queries (Tablet)
13. Media Queries (Mobile)
14. Animations
10. Footer
11. Media Queries (Tablet)
12. Media Queries (Mobile)
13. Animations

*/

Expand Down Expand Up @@ -502,8 +501,8 @@ button {
text-decoration: none;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 11px; /* Hacks targeting Firefox. */
line-height: 13px; /* Hacks targeting Firefox. */
font-size: 11px; // Hack because Firefox sucks ass.
line-height: 13px; // Hack because Firefox sucks ass.
font-weight: 300;
text-align: center;
letter-spacing: 1px;
Expand Down Expand Up @@ -1886,7 +1885,7 @@ body:not(.post-template) .post-title {


/* ==========================================================================
13. Media Queries - Smaller than 500px
12. Media Queries - Smaller than 500px
========================================================================== */

@media only screen and (max-width: 500px) {
Expand Down Expand Up @@ -2161,7 +2160,7 @@ body:not(.post-template) .post-title {


/* ==========================================================================
14. Animations
13. Animations
========================================================================== */

/* Used to fade in title/desc on the home page */
Expand Down
2 changes: 1 addition & 1 deletion content/themes/casper/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Casper",
"version": "1.3.1"
"version": "1.3.0"
}
1 change: 0 additions & 1 deletion core/built/assets/codemirror/codemirror.css

This file was deleted.

7 changes: 0 additions & 7 deletions core/built/assets/codemirror/codemirror.js

This file was deleted.

69 changes: 29 additions & 40 deletions core/built/assets/ghost.css
Original file line number Diff line number Diff line change
Expand Up @@ -2417,25 +2417,6 @@ table td,
background: rgb(242, 246, 233);
}

/* Schedule notification top
/* ---------------------------------------------------------- */

.gh-notification-schedule {
display: inline-block;
margin: 0;
padding: 7px 10px;
width: auto;
border: #e2edf2 1px solid;
border-radius: 2px;
box-shadow: none;
vertical-align: middle;
line-height: 1.3em;
}

.gh-notification-schedule:hover {
cursor: default;
}

/* Alerts
/* ---------------------------------------------------------- */

Expand All @@ -2453,7 +2434,7 @@ table td,
/* Base alert style */

.gh-alert {
z-index: 9999;
z-index: 1000;
-ms-flex-positive: 1;
flex-grow: 1;
display: -ms-flexbox;
Expand Down Expand Up @@ -4074,8 +4055,33 @@ body > .ember-view:not(.liquid-target-container) {
margin: 0 15px 10px;
}

.gh-nav-search .ember-power-select-trigger {
outline: 0;
.gh-nav-search .selectize-control {
display: -ms-flexbox;
display: flex;
}

.gh-nav-search-input .selectize-input {
padding: 4px 8px;
padding-right: 30px;
height: auto;
}

.gh-nav-search-input .selectize-input,
.gh-nav-search-input .selectize-input input,
.gh-nav-search-input .selectize-dropdown {
font-size: 1.3rem;
}

.gh-nav-search .selectize-input.dropdown-active {
border-bottom: #fff 1px solid;
}

.gh-nav-search .selectize-input.dropdown-active:before {
display: none;
}

.gh-nav-search .selectize-dropdown-content {
max-height: calc(100vh - 150px);
}

.gh-nav-search-button {
Expand Down Expand Up @@ -5142,11 +5148,6 @@ body > .ember-view:not(.liquid-target-container) {
line-height: 18px;
}

.content-list .entry-meta .internal-tags-list {
margin-top: 5px;
line-height: 22px;
}

.content-list .avatar {
position: relative;
float: left;
Expand Down Expand Up @@ -5194,7 +5195,7 @@ body > .ember-view:not(.liquid-target-container) {
}

.content-list .status .scheduled {
color: #9fbb58;
color: #f2a925;
}

.content-list ol {
Expand Down Expand Up @@ -6531,18 +6532,6 @@ a.user-list-item {
opacity: 1;
}

/* Upgrade
/* ---------------------------------------------------------- */

.gh-upgrade-notification {
color: #e25440;
}

.gh-upgrade-notification a {
color: #e25440;
text-decoration: underline;
}

/* Copyright Info
/* ---------------------------------------------------------- */

Expand Down
Loading