mirror of
https://github.com/Damillora/Yuika
synced 2024-11-10 20:37:32 +00:00
Remove member pages
This commit is contained in:
parent
b3f4d0f583
commit
b59d91e672
@ -1,50 +0,0 @@
|
|||||||
{{!< ../default}}
|
|
||||||
|
|
||||||
|
|
||||||
{{#unless @member}}
|
|
||||||
<script>window.location = '{{@site.url}}';</script>
|
|
||||||
{{/unless}}
|
|
||||||
<div class="relative group index-header">
|
|
||||||
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
|
|
||||||
<div class="w-full h-full opacity-50 bg-black">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="absolute bottom-0 py-4 left-0 right-0">
|
|
||||||
<div class="container mx-auto content-full">
|
|
||||||
<div class="text-white">
|
|
||||||
<div>
|
|
||||||
{{#if @member}}
|
|
||||||
<div class="flex flex-row items-center mb-2">
|
|
||||||
{{#if @member.avatar_image}}
|
|
||||||
<img class="author-image" src="{{@member.avatar_image}}" alt="{{@member.email}}" />
|
|
||||||
{{/if}}
|
|
||||||
<p class="text-white text-2xl md:text-4xl ml-4">{{@member.email}}</p>
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<article class="post-article">
|
|
||||||
<main class="content container" id="post">
|
|
||||||
<div class="content-full">
|
|
||||||
{{#if @member.paid}}
|
|
||||||
{{else if @member}}
|
|
||||||
<h1 class="text-2xl">You are subscribed to updates</h1>
|
|
||||||
<p>You are currently subscribed to updates from <strong>{{@site.title}}</strong>.</p>
|
|
||||||
{{else}}
|
|
||||||
{{/if}}
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
{{#contentFor "scripts"}}
|
|
||||||
<script>
|
|
||||||
$(document).ready(function () {
|
|
||||||
// FitVids - start
|
|
||||||
var $postContent = $("#post");
|
|
||||||
$postContent.fitVids();
|
|
||||||
// FitVids - end
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
{{/contentFor}}
|
|
@ -1,56 +0,0 @@
|
|||||||
{{!< ../default}}
|
|
||||||
|
|
||||||
|
|
||||||
{{#if @member}}
|
|
||||||
<script>window.location = '{{@site.url}}';</script>
|
|
||||||
{{/if}}
|
|
||||||
<div class="relative group index-header large">
|
|
||||||
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
|
|
||||||
<div class="w-full h-full opacity-50 bg-black">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="absolute left-0 right-0 top-0 bottom-0 flex flex-row items-center justify-center">
|
|
||||||
<div class="container mx-auto content-full">
|
|
||||||
<div class="text-white">
|
|
||||||
<div id="subscribe-form">
|
|
||||||
<h1 class="text-2xl">Welcome back!</h1>
|
|
||||||
<p>Sign into your account again for full access</p>
|
|
||||||
<form id="subscribe-form" data-members-form="signin">
|
|
||||||
<div class="py-8">
|
|
||||||
<label class="text-sm">Email address</label>
|
|
||||||
<input type="email" data-members-email class="appearance-none bg-transparent focus:outline-none text-xl border-b w-full px-2 py-1">
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="px-4 py-2 appearance-none focus:outline-none bg-yuika-blue-700 rounded-none hover:bg-yuika-blue-500 transition duration-300 ease-in-out">
|
|
||||||
Send login link
|
|
||||||
</button>
|
|
||||||
<div class="message-success">
|
|
||||||
<p>Please check your email inbox to complete sign in.</p>
|
|
||||||
</div>
|
|
||||||
<div class="message-error">
|
|
||||||
<p>Please enter a valid email address!</p>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<article class="post-article">
|
|
||||||
<main class="content container" id="post">
|
|
||||||
<div class="content-full">
|
|
||||||
{{#post}}
|
|
||||||
{{content}}
|
|
||||||
{{/post}}
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
{{#contentFor "scripts"}}
|
|
||||||
<script>
|
|
||||||
$(document).ready(function () {
|
|
||||||
// FitVids - start
|
|
||||||
var $postContent = $("#post");
|
|
||||||
$postContent.fitVids();
|
|
||||||
// FitVids - end
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
{{/contentFor}}
|
|
@ -1,58 +0,0 @@
|
|||||||
{{!< ../default}}
|
|
||||||
|
|
||||||
|
|
||||||
{{#if @member}}
|
|
||||||
<script>window.location = '{{@site.url}}';</script>
|
|
||||||
{{/if}}
|
|
||||||
<div class="relative group index-header large">
|
|
||||||
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
|
|
||||||
<div class="w-full h-full opacity-50 bg-black">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="absolute left-0 right-0 top-0 bottom-0 flex flex-row items-center justify-center">
|
|
||||||
<div class="container mx-auto content-full">
|
|
||||||
<div class="text-white">
|
|
||||||
<div>
|
|
||||||
{{#unless @member}}
|
|
||||||
<h1 class="text-2xl">Subscribe to {{@site.title}}</h1>
|
|
||||||
<p>Get the latest posts delivered straight to your inbox</p>
|
|
||||||
<form id="subscribe-form" data-members-form="subscribe">
|
|
||||||
<div class="py-8">
|
|
||||||
<label class="text-sm">Email address</label>
|
|
||||||
<input type="email" data-members-email class="appearance-none bg-transparent focus:outline-none text-xl border-b w-full px-2 py-1">
|
|
||||||
</div>
|
|
||||||
<button id="subscribe-submit" type="submit" class="px-4 py-2 appearance-none focus:outline-none bg-yuika-blue-700 rounded-none hover:bg-yuika-blue-500 transition duration-300 ease-in-out">
|
|
||||||
Subscribe
|
|
||||||
</button>
|
|
||||||
<div class="message-success">
|
|
||||||
<p>Please check your email inbox to confirm your subscription!</p>
|
|
||||||
</div>
|
|
||||||
<div class="message-error">
|
|
||||||
<p>Please enter a valid email address!</p>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
{{/unless}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<article class="post-article">
|
|
||||||
<main class="content container" id="post">
|
|
||||||
<div class="content-full">
|
|
||||||
{{#page}}
|
|
||||||
{{content}}
|
|
||||||
{{/page}}
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
{{#contentFor "scripts"}}
|
|
||||||
<script>
|
|
||||||
$(document).ready(function () {
|
|
||||||
// FitVids - start
|
|
||||||
var $postContent = $("#post");
|
|
||||||
$postContent.fitVids();
|
|
||||||
// FitVids - end
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
{{/contentFor}}
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "yuika",
|
"name": "yuika",
|
||||||
"description": "nanao.moe's blog theme",
|
"description": "nanao.moe's blog theme",
|
||||||
"version": "2.7.0",
|
"version": "2.8.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost-api": "v3"
|
"ghost-api": "v3"
|
||||||
},
|
},
|
||||||
|
@ -17,24 +17,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-group">
|
<div class="nav-group">
|
||||||
<ul class="nav">
|
|
||||||
{{#if @member}}
|
|
||||||
<li>
|
|
||||||
<a href="{{@site.url}}/account/">{{@member.email}}</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#signout" data-members-signout>Sign out</a>
|
|
||||||
</li>
|
|
||||||
{{else}}
|
|
||||||
<li>
|
|
||||||
<a href="{{@site.url}}/signin/">Sign in</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="{{@site.url}}/subscribe/">Subscribe</a>
|
|
||||||
</li>
|
|
||||||
{{/if}}
|
|
||||||
<li class="separator"></li>
|
|
||||||
</ul>
|
|
||||||
{{navigation}}
|
{{navigation}}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user