Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
ok ready for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying committed Aug 2, 2020
1 parent 13ed95a commit 91dba44
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 21 deletions.
2 changes: 1 addition & 1 deletion assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/screen.css.map

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,23 +162,26 @@ body {
z-index: 10;
margin: 0 0 0 -2px;
padding: 0;
font-size: 5.0rem;
line-height: 1em;
font-size: 2em !important;
line-height: 1.125;
font-weight: 600;
font-family: "Lexend Deca", sans-serif !important;
}

.site-logo {
max-height: 55px;
max-height: 128px;
padding: 5px;
}

.site-description {
z-index: 10;
margin: 0;
padding: 5px 0;
font-size: 2.1rem;
line-height: 1.4em;
font-size: 1.25rem;
line-height: 1.25;
font-weight: 400;
opacity: 0.8;
font-family: "Lexend Deca", sans-serif !important;
color: #d8d8d8 !important;
}

/* 4.1 Home header
Expand Down
3 changes: 2 additions & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{{!-- Styles'n'Scripts --}}
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" />
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap" rel="stylesheet">

{{!-- This tag outputs SEO meta+structured data and other important settings --}}
{{ghost_head}}
Expand All @@ -32,7 +33,7 @@
<section class="copyright">&copy; Copyright <a href="{{@site.url}}">{{@site.title}}</a> {{date format="YYYY"}}; All Rights Reserved.</section>
<nav class="site-footer-nav">
<a href="https://feedly.com/i/subscription/feed/{{@site.url}}/rss/" title="RSS" target="_blank" rel="noopener">RSS</a>
<a href="/ghost" title="Ghost Admin">Ghost Admin</a>
<a href="/blog/ghost" title="Ghost Admin">Ghost Admin</a>
</nav>
</div>
</footer>
Expand Down
11 changes: 3 additions & 8 deletions index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ into the {body} of the default.hbs template --}}
<div class="inner">
{{> "site-nav"}}
<div class="site-header-content">
<h1 class="site-title">
{{#if @site.logo}}
<img class="site-logo" src="{{img_url @site.logo size="l"}}" alt="{{@site.title}}" />
{{else}}
{{@site.title}}
{{/if}}
</h1>
<h2 class="site-description">{{@site.description}}</h2>
<img class="site-logo" src="{{img_url @site.logo size="l"}}" alt="{{@site.title}}" />
<h1 class="site-title">Discord Extreme List</h1>
<h2 class="site-description">Our amazing blog!</h2>
</div>
</div>
</div>
Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "casper",
"description": "A clean, minimal default theme for the Ghost publishing platform",
"name": "del-casper",
"description": "A fork of ghost's default theme, casper, redesigned specifically for Discord Extreme List.",
"demo": "https://demo.ghost.io",
"version": "3.0.13",
"version": "3.0.15",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
Expand Down Expand Up @@ -44,7 +44,15 @@
"url": "https://github.com/TryGhost/Casper.git"
},
"bugs": "https://github.com/TryGhost/Casper/issues",
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
"contributors": [
"https://github.com/TryGhost/Casper/graphs/contributors",
"https://github.com/discordextremelist/blog-casper/graphs/contributors",
{
"name": "Cairo Mitchell-Acason",
"email": "[email protected]",
"url": "https://cairo2k18.me"
}
],
"devDependencies": {
"@tryghost/release-utils": "0.6.3",
"autoprefixer": "9.8.6",
Expand Down

0 comments on commit 91dba44

Please sign in to comment.