Skip to content

Commit 13868d4

Browse files
😄 0.3.4
2 parents 311c4fe + a73b32b commit 13868d4

40 files changed

+161
-159
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Become a financial contributor and help us sustain our community. [[Contribute](
130130
- [CMS Critic](http://www.cmscritic.com/) :star: :star: :star: :star:
131131
- [A Boundless World](https://www.aboundlessworld.com/) :star: :star:
132132
- [Dana Ross](https://vaalin.com/)
133+
- [Kip Ivan](https://github.com/Ingles-con-Kip)
133134
- Greg Rapp
134135
- Yannick Kordel
135136
- Bruno Brito Semedo

amp.hbs

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@
1010

1111
{{amp_ghost_head}}
1212

13-
{{!-- Google Fonst --}}
14-
{{!-- <link rel="preconnect" href="https://fonts.gstatic.com">
15-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet"> --}}
16-
1713
{{!-- Only For dev --}}
1814
{{!-- <link rel="stylesheet" type="text/css" href="{{asset "styles/amp.css"}}"/>
19-
<style>.u-bgColor{background-color:#18181B}</style> --}}
15+
<style>{{amp_style}}</style> --}}
2016

2117
{{!-- Style Custom --}}
22-
<style amp-custom>.u-bgColor{background-color:#18181B}{{> "amp/amp-styles"}}</style>
18+
<style amp-custom>{{> "amp/amp-styles"}}{{amp_style}}</style>
19+
{{!-- <style amp-custom>:root {--ghost-accent-color:#005af0}{{> "amp/amp-styles"}}</style> --}}
2320

2421
{{!-- The AMP boilerplate --}}
2522
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
@@ -28,6 +25,8 @@
2825
<script async custom-element="amp-social-share" src="https://cdn.ampproject.org/v0/amp-social-share-0.1.js"></script>
2926

3027
{{amp_components}}
28+
29+
{{#post}}{{#if feature_image}}<link rel="preload" href="{{img_url feature_image size="m" absolute="true"}}" as="image">{{/if}}{{/post}}
3130
</head>
3231
<body class="amp-template">
3332
{{!-- Header --}}
@@ -47,11 +46,13 @@
4746
{{> "amp/amp-sidebar"}}
4847

4948
{{!-- Footer copyright --}}
50-
<footer class="footer">
51-
<section class="u-container copyright u-textCenter">
49+
<footer class="footer text-gray-500 text-sm pt-8 pb-8">
50+
<section class="container copyright text-center font-medium">
5251
&copy; {{date format="YYYY"}} <a href="{{@site.url}}">{{@site.title}}</a>
53-
Design with ♥ by <a href="https://godofredo.ninja" title="Developer Web FullStack.">GodoFredo</a>
52+
Design with ♥ by <a href="https://godofredo.ninja" aria-label="Design with love by GodoFredo">GodoFredo</a>
5453
</section>
5554
</footer>
55+
56+
{{amp_analytics}}
5657
</body>
5758
</html>

assets/scripts/kusi-doc-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scripts/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scripts/pagination.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scripts/prismjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scripts/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/styles/amp.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/styles/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom-archive-author.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
{{#post}}
88
<header class="author-header">
9-
<div class="px-4 py-vw6 mx-auto max-w-3xl text-center">
10-
<h1 class="text-5xl text-title">{{title}}</h1>
9+
<div class="px-4 py-12 md:py-vw6 mx-auto max-w-3xl text-center">
10+
<h1 class="text-4xl lg:text-5xl text-title">{{title}}</h1>
1111
<div class="mt-5 text-lg text-gray-500">{{content}}</div>
1212
</div>
1313
</header>

0 commit comments

Comments
 (0)