1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

remove about page

This commit is contained in:
Matthias Kretschmann 2017-09-21 16:52:01 +02:00
parent 6c2e14925b
commit 935d2376ab
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 3 additions and 66 deletions

View File

@ -1,6 +1,5 @@
#
# Home: /
# About Page: /about/
# Archive Page: /archive/
# Pagination: /page/N/
# Post: /post-slug/

View File

@ -1,46 +0,0 @@
//
// kremalicious3
// --------------
// Page - About
//
.page-about
.entry-title
@extend .visuallyhidden
.entry-content
@extend .textcenter
img
@extend .avatar
p:first-child,
p:first-child + p
@extend .divider-bottom
color: $text-color-light
@media $screen-sm
max-width: 60%
margin-left: auto
margin-right: auto
p:first-child
@extend .h3
+ p
font-size: $font-size-large
.site__footer
.avatar,
.footer-description
@extend .hide
.subscribe-title
margin-top: 0
@media only screen and (min-width: 40.625em) and (min-height: 650px)
.site__document
margin-bottom: 350px
.site__footer
height: 350px

View File

@ -46,7 +46,6 @@
@import '_kremalicious/tagcloud'
// Pages
@import '_page-about'
@import '_page-404'
@import '_page-styleguide'

View File

@ -1,7 +1,7 @@
<footer class="entry-meta">
<p class="byline author vcard source-org">
<span class="by">by</span> <a class="fn" rel="author" href="/about/">
<span class="by">by</span> <a class="fn" rel="author" href="https://matthiaskretschmann.com">
{% if page.author %}
{{ page.author }}
{% else %}

View File

@ -5,7 +5,7 @@
<div class="vcard author">
<img class="avatar photo" src="/assets/img/avatar.jpeg" />
<p class="footer-description">Blog of designer &amp; developer <a class="fn" rel="author" href="/about/">{{ site.author.name }}</a>
<p class="footer-description">Blog of designer &amp; developer <a class="fn" rel="author" href="https://matthiaskretschmann.com">{{ site.author.name }}</a>
</div>
<aside class="subscribe">

View File

@ -7,7 +7,7 @@
{% endif %}
{% if page.title %}
<meta content="article" property="og:type">
<meta content="{{ site.url }}/about/" property="article:author">
<meta content="https://matthiaskretschmann.com" property="article:author">
{% else %}
<meta content="website" property="og:type">
{% endif %}

View File

@ -1,15 +0,0 @@
---
layout: page
title: About
description: About this blog and the author
redirect_from:
- /about/contact/
- /contact/
---
![Avatar](/assets/img/avatar.jpeg)
Hi, this is my blog.
I'm a designer &amp; developer hybrid based in Berlin, Germany.
Have a look at my [portfolio](http://matthiaskretschmann.com) or hit me up on [Twitter](https://twitter.com/{{ site.author.twitter }}), [Facebook](https://facebook.com/{{ site.author.facebook }}) or [Google+](https://plus.google.com/{{ site.author.googleplus }}).