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:
parent
6c2e14925b
commit
935d2376ab
@ -1,6 +1,5 @@
|
||||
#
|
||||
# Home: /
|
||||
# About Page: /about/
|
||||
# Archive Page: /archive/
|
||||
# Pagination: /page/N/
|
||||
# Post: /post-slug/
|
||||
|
@ -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
|
@ -46,7 +46,6 @@
|
||||
@import '_kremalicious/tagcloud'
|
||||
|
||||
// Pages
|
||||
@import '_page-about'
|
||||
@import '_page-404'
|
||||
@import '_page-styleguide'
|
||||
|
||||
|
@ -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 %}
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<div class="vcard author">
|
||||
<img class="avatar photo" src="/assets/img/avatar.jpeg" />
|
||||
<p class="footer-description">Blog of designer & developer <a class="fn" rel="author" href="/about/">{{ site.author.name }}</a>
|
||||
<p class="footer-description">Blog of designer & developer <a class="fn" rel="author" href="https://matthiaskretschmann.com">{{ site.author.name }}</a>
|
||||
</div>
|
||||
|
||||
<aside class="subscribe">
|
||||
|
@ -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 %}
|
||||
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: About
|
||||
description: About this blog and the author
|
||||
redirect_from:
|
||||
- /about/contact/
|
||||
- /contact/
|
||||
---
|
||||
|
||||

|
||||
Hi, this is my blog.
|
||||
|
||||
I'm a designer & 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 }}).
|
Loading…
x
Reference in New Issue
Block a user