mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2026-02-21 19:12:05 +00:00
Set blog profile data
This commit is contained in:
parent
ffdf25e511
commit
53570269d1
52
config.rb
52
config.rb
@ -51,23 +51,53 @@ end
|
||||
|
||||
set :casper, {
|
||||
blog: {
|
||||
url: 'http://www.example.com',
|
||||
name: 'Middleman',
|
||||
description: 'Makes developing websites simple.',
|
||||
date_format: '%d %B %Y',
|
||||
url: 'https://holgerjust.de',
|
||||
name: 'Everything is broken',
|
||||
description: 'Stories about Life and Technology',
|
||||
date_format: '%Y-%m-%d',
|
||||
navigation: true,
|
||||
logo: nil, # Optional
|
||||
logo: 'home.svg',
|
||||
default_license: 'cc_by_sa'
|
||||
},
|
||||
author: {
|
||||
name: 'Middleman',
|
||||
bio: nil, # Optional
|
||||
location: nil, # Optional
|
||||
website: nil, # Optional
|
||||
gravatar_email: nil # Optional
|
||||
name: 'Holger Just',
|
||||
email: email = 'hello@holgerjust.de',
|
||||
bio: markdown(<<-MARKDOWN.gsub(/^[ ]*/, ' ').strip),
|
||||
I spend most of my life pressing buttons on a computer to change its
|
||||
pattern of lights. I wear many hats and change them regularly. I want to
|
||||
undestand the world.
|
||||
MARKDOWN
|
||||
bio_full: markdown(<<-MARKDOWN.gsub(/^[ ]*/, ' ').strip),
|
||||
I follow the traditional DevOps school by creating, maintaining, and
|
||||
operating software systems using Ruby on Rails, Chef or whatever it takes.
|
||||
If you want to reach me, <a href="mailto:#{email}">write me an email</a>.
|
||||
MARKDOWN
|
||||
location: 'Berlin, Germany',
|
||||
website: 'https://holgerjust.de',
|
||||
avatar_url: '//www.gravatar.com/avatar/b2c6828974b9192f619c6206d4d20f1d',
|
||||
twitter: 'meineerde',
|
||||
profile_links: {
|
||||
twitter: {
|
||||
name: 'Twitter',
|
||||
link: 'https://twitter.com/meineerde'
|
||||
},
|
||||
github: {
|
||||
name: 'GitHub',
|
||||
link: 'https://github.com/meineerde'
|
||||
},
|
||||
stackoverflow: {
|
||||
name: 'Stack Overflow',
|
||||
link: 'https://stackoverflow.com/users/421705/holger-just'
|
||||
},
|
||||
xing: {
|
||||
name: 'XING',
|
||||
link: 'https://www.xing.com/profile/Holger_Just'
|
||||
}
|
||||
}
|
||||
},
|
||||
navigation: {
|
||||
"Home" => "/"
|
||||
'Home' => '/',
|
||||
'Impressum' => '/impressum/'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
9
source/images/home.svg
Normal file
9
source/images/home.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="512px" height="523.304px" viewBox="0.328 0 512 523.304" enable-background="new 0.328 0 512 523.304" xml:space="preserve">
|
||||
<g>
|
||||
<path d="M505.582,239.729L272.632,6.754C268.309,2.431,262.445,0,256.333,0c-6.109,0-11.977,2.431-16.299,6.754L7.084,239.729 c-9.008,9.002-9.008,23.599,0,32.593c9.008,9.005,23.607,9.005,32.598,0l216.65-216.665l216.651,216.665 c4.491,4.503,10.4,6.754,16.299,6.754c5.887,0,11.797-2.251,16.299-6.754C514.576,263.328,514.576,248.731,505.582,239.729z" fill="#cccccc"/>
|
||||
<path d="M416.803,255.15c-12.731,0-23.053,10.328-23.053,23.054v198.995H334.8V337.169c0-12.73-10.321-23.053-23.053-23.053H200.91 c-12.731,0-23.054,10.322-23.054,23.053v140.029h-58.94v-198.99c0-12.73-10.322-23.053-23.053-23.053 c-12.731,0-23.054,10.328-23.054,23.053v222.043c0,12.73,10.322,23.053,23.054,23.053H200.91c12.73,0,23.053-10.322,23.053-23.053 V360.222h64.732v140.029c0,12.73,10.322,23.053,23.053,23.053h105.056c12.73,0,23.053-10.322,23.053-23.053V278.208 C439.856,265.478,429.534,255.15,416.803,255.15z" fill="#cccccc"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
x
Reference in New Issue
Block a user