Skip to content

Commit

Permalink
Use a picture of mine as logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lngr committed Aug 31, 2014
1 parent 8d7bf6a commit ddcf178
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _data/theme.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Theme customization - please change from the defaults!

# Color for top bar, links, etc
highlight_color: '#AC193D'
#highlight_color: '#094AB2'
#highlight_color: '#AC193D'
highlight_color: '#975945'

# Profile links on the left sidebar, leave blank to ignore
social:
Expand Down
2 changes: 2 additions & 0 deletions _includes/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ nav hr {

#logo {
margin-bottom: 25px;
width: 100px;
height: 100px;
}

#stalker {
Expand Down
6 changes: 5 additions & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<nav>
<h1><a href="/">Alexander Langer</a></h1>

<a href="/">
<img src="/logo.png" id="logo" alt="Alexander Langer"/>
</a>
<h2><a href="/">{{ site.data.theme.name }}</a>.</h2>
<hr/>
<ul>
<p>Interested in Domain Driven Design, Event Sourcing and CQRS.
Expand Down
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}" />

<link href="//fonts.googleapis.com/css?family=Open+Sans:600,800" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="/favicon.png">
<link rel="alternate" type="application/rss+xml" title="{{ site.data.theme.name }}" href="{{site.url}}/atom.xml" />

<link rel="stylesheet" href="/assets/css/all.css">
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ddcf178

Please sign in to comment.