finalization
This commit is contained in:
parent
8fcda1a3d0
commit
4fc28d4906
16 changed files with 174 additions and 177 deletions
75
log.html
75
log.html
|
|
@ -1,67 +1,26 @@
|
|||
---
|
||||
title: Web-Log
|
||||
description: 'Ramblings, announcenments and thoughts going on in the 徒 setto セット Cypher. In written form intertwined with audio'
|
||||
tags:
|
||||
- music
|
||||
- news
|
||||
- blog
|
||||
- interviews
|
||||
- links
|
||||
- promotion
|
||||
image: /images/pages/grace-brauteseth-1R0hB9WWVvQ-unsplash.jpg
|
||||
---
|
||||
|
||||
<section>
|
||||
<h2>Latest News</h2>
|
||||
</section>
|
||||
{% include relBase.html %}
|
||||
<!-- Banner -->
|
||||
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="min-height:100vh;">
|
||||
|
||||
<div class="content">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#news" class="button small smooth-scroll">Cheggit!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="image">
|
||||
<img src="{{ page.image }}" alt="unfound page" />
|
||||
</div>
|
||||
</section>
|
||||
<!-- NEWS -->
|
||||
<section id="news" class="wrapper style1 align-center">
|
||||
<div class="inner editable" style="padding-top: 160px;">
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ site.url }}/feed.xml" class="button small wide icon solid fa-rss">RSS</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
{% include header.html %}
|
||||
{% for post in site.posts %}
|
||||
{% if post.category == 'ramblings' %}
|
||||
<section class="news" style="margin:0;">
|
||||
|
||||
<section id="second" class="spotlight style4 orient-{% cycle 'left', 'right' %} content-align-left image-position-center onscroll-image-fade-in" {% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
|
||||
<div class="content">
|
||||
<h2>{{ post.title }}</h2>
|
||||
<p>{{ post.description }}</p>
|
||||
<p style="font-size: 12px;">{% include forloop-dates.html %}</p>
|
||||
<p class="editor-link"><a class="btn" rel="nofollow" href="cloudcannon:collections/{{ post.path }}">
|
||||
<strong>✎</strong> Edit Post
|
||||
</a></p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ relBase }}{{ post.url }}" class="button small">Read</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="image">
|
||||
<img src="{{ relBase }}{{ post.image }}" alt="{{ page.title | smartify }}" />
|
||||
</div>
|
||||
<div style="background-image:url({{ relBase }}{{ post.image }}"></div>
|
||||
<div class="description">
|
||||
<h2>{{ post.title }}</h2>
|
||||
<p><strong>{% include forloop-dates.html %}</strong></p>
|
||||
<p>{{ post.description }}</p>
|
||||
<p><a href="{{ relBase }}{{ post.url }}" class="button">Read post</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
{% endfor %}
|
||||
<section id="news" class="wrapper style1 align-center">
|
||||
<div class="inner editable" style="padding-top: 160px;">
|
||||
|
||||
<ul class="actions stacked">
|
||||
<li><a href="{{ site.url }}/feed.xml" class="button small icon solid fa-rss">RSS</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
{% include footer.html %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue