Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Horst Mumpitz committed Jan 21, 2012
1 parent be7e48c commit 29b78a8
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ task :blog do
EOF
end
puts "Created '_posts/#{time}-#{name}.html'"
end

desc "deploys the site"
task :deploy do
sh "jekyll && rsync -avz _site/ [email protected]:/var/www/vhosts/horstmumpitz.de/httpdocs/"
end
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pygments: true
auto: true
auto: false
paginate: 5
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</style>

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.png">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion _site/2012/01/20/hallo-blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div>
<h2>Hallo Blog</h2>
<p><small>20 January 2012</small></p>
Nach langer Zeit habe ich es endlich geschafft meinen eigenen kleinen Blog ans Tageslicht zu befördern. Da ich keine Dinosaurier wie Wordpress für ein paar Postings nutzen möchte, setzt die Seite auf den leichtgewichtigen jekyl und bootstrap.
Nach langer Zeit habe ich es endlich geschafft meinen eigenen kleinen Blog ans Tageslicht zu befördern. Da ich keine Dinosaurier wie Wordpress für ein paar Postings nutzen möchte, setzt die Seite auf den leichtgewichtigen jekyll und bootstrap.

</div>
<div class="spacer"></div>
Expand Down
5 changes: 5 additions & 0 deletions _site/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ task :blog do
EOF
end
puts "Created '_posts/#{time}-#{name}.html'"
end

desc "deploys the site"
task :deploy do
sh "jekyll && rsync -avz _site/ [email protected]:/var/www/vhosts/horstmumpitz.de/httpdocs/"
end
1 change: 1 addition & 0 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</style>

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.png">
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions _site/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</style>

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.png">
</head>

<body>
Expand Down
3 changes: 2 additions & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</style>

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.png">
</head>

<body>
Expand Down Expand Up @@ -48,7 +49,7 @@
<div>
<h2>Hallo Blog</h2>
<p><small>20 January 2012</small></p>
<p><p>Nach langer Zeit habe ich es endlich geschafft meinen eigenen kleinen Blog ans Tageslicht zu befördern. Da ich keine Dinosaurier wie Wordpress für ein paar Postings nutzen möchte, setzt die Seite auf den leichtgewichtigen jekyl und bootstrap.</p></p>
<p><p>Nach langer Zeit habe ich es endlich geschafft meinen eigenen kleinen Blog ans Tageslicht zu befördern. Da ich keine Dinosaurier wie Wordpress für ein paar Postings nutzen möchte, setzt die Seite auf den leichtgewichtigen jekyll und bootstrap.</p></p>
<p><a class="btn small" href="/2012/01/20/hallo-blog.html">read more &raquo;</a></p>
</div>
<div class="spacer"></div>
Expand Down

0 comments on commit 29b78a8

Please sign in to comment.