Skip to content

Commit

Permalink
Finished layout for blog.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperboloid committed Mar 28, 2012
1 parent 134cbba commit 0c36450
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 17 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Expand Up @@ -2,9 +2,9 @@
# Main Configs #
# ----------------------- #

url: http://www.randomapple.com
url:
title: Random Apple
subtitle:
subtitle: If I have seen farther than others, it is because I was standing on the shoulders of giants.<br>-- Isaac Newton
author: Michael Wilson
simple_search: http://google.com/search
description:
Expand All @@ -27,7 +27,7 @@ email:

# If publishing to a subdirectory as in http://site.com/project set 'root: /project'
root: /
permalink: /blog/:year/:month/:day/:title/
permalink: blog/:year/:month/:day/:title/
source: source
destination: public
plugins: plugins
Expand Down
13 changes: 12 additions & 1 deletion sass/screen.scss
Expand Up @@ -11,6 +11,16 @@ header {
h1 {
color: #B58900;
margin-left: 60px;
padding-top: 20px;
padding-left:50px;
}
h4 {

width: 445px;
padding-left:110px;
}
img {
position:absolute;
}
}

Expand All @@ -36,6 +46,7 @@ header {
}

h3 {

font-size: 18px;
margin-top: 25px;
margin-bottom: 5px;
Expand Down Expand Up @@ -185,7 +196,7 @@ article {
#main nav[role=pagination] {
a {
margin-right: 15px;
background-color: $magenta;
background-color: $violet;
padding: 3px;

&, &:visited, &:hover {
Expand Down
1 change: 1 addition & 0 deletions source/CNAME
@@ -0,0 +1 @@
randomapple.com
6 changes: 3 additions & 3 deletions source/_includes/about_me.html
@@ -1,12 +1,12 @@
<div id="personal">
<ul class="social">
<li>I put my code on <a href="https://github.com/ivanjovanovic">GitHub</a></li>
<!--li>I put my code on <a href="https://github.com/hyperboloid">GitHub</a></li>
<li>I hang mostly on <a href="https://plus.google.com/104326220116699351892">Google+</a> and <a href="https://twitter.com/{{ site.twitter_user }}">Twitter</a></li>
<li>I participate in organization of <a href="http://www.rhok.org" title="Random Hacks of Kindness">RHoK</a></li>
<li>I work at <a href="http://www.local.ch/en" title="Swiss PhoneBook">local.ch ag</a></li>
<li>I work at <a href="http://www.local.ch/en" title="Swiss PhoneBook">local.ch ag</a></li-->
</ul>
<ul class="toolbox">
<li>You can grab my <a href="http://feeds.feedburner.com/IvanJovanovic">RSS Feed</a></li>
<!--li>You can grab my <a href="http://feeds.feedburner.com/IvanJovanovic">RSS Feed</a></li-->
</ul>
<br style="clear:both;">

Expand Down
5 changes: 3 additions & 2 deletions source/_layouts/home.html
Expand Up @@ -3,8 +3,9 @@

<div id="container">
<header>
<img src="{{ site.url}}/images/header.png" alt="Ivan Jovanovic in search for the next abstraction" />
<h1>in search for the next abstraction</h1>
<img src="{{ site.url }}/images/tree.png" />
<h1>{{ site.title }}</h1>
<h4><i>{{ site.subtitle }}</i></h4>
</header>
<div id="main" role="main">
{{ content | expand_urls: root_url }}
Expand Down
7 changes: 0 additions & 7 deletions source/_posts/2012-03-26-hello.markdown

This file was deleted.

9 changes: 9 additions & 0 deletions source/_posts/2012-03-27-introduction.markdown
@@ -0,0 +1,9 @@
---
layout: post
title: "Introduction"
date: 2012-03-27 23:42
comments: true
categories:
---

I have decided to finally start a blog.
Binary file added source/images/tree.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/index.html
Expand Up @@ -15,7 +15,7 @@ <h3>Posts</h3>
{% if paginator.next_page %}
<a class="prev" href="{{ site.url }}{{paginator.next_page}}">&larr; Older</a>
{% endif %}
<a href="{{ site.url }}/archives">Blog Archives</a>
<a href="{{ site.url }}archives">Blog Archives</a>
{% if paginator.previous_page %}
<a class="next" href="{{ site.url }}{{paginator.previous_page}}">Newer &rarr;</a>
{% endif %}
Expand Down

0 comments on commit 0c36450

Please sign in to comment.