mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: replace SVG cover image with PNG
This commit is contained in:
BIN
public/assets/images/cover/git.jpg
Normal file
BIN
public/assets/images/cover/git.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
BIN
public/assets/images/cover/gulp.jpg
Normal file
BIN
public/assets/images/cover/gulp.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 8.5 KiB |
@@ -4,7 +4,7 @@ slug: git
|
||||
author: Stefan Imhoff
|
||||
date: 2009-02-10T20:00:00+02:00
|
||||
description: An extensive collection of links to tutorials, tutorials, screencasts, and documentation on Git.
|
||||
cover: /assets/images/cover/git.svg
|
||||
cover: /assets/images/cover/git.jpg
|
||||
tags: ["code"]
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-1-intro-setup
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-18T08:35:47+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: The first part of my series on Gulp.js. What is Gulp.js? Why use it? And how to install Gulp and Jekyll."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-10-generating-sprites
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-27T07:40:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to generate image sprite maps with Spritesmith."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-11-production-build-server-and-jekyll
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-28T07:30:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to write the production task for Jekyll and BrowserSync."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-12-optimize-css-javascript-images-and-html
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-29T08:00:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to optimize CSS, JavaScript, images, and HTML to speed up your website."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-13-revisioning
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-30T07:45:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to use revisioning to allow long caching of your assets and replace them with hashed file names, that can be cache-busted."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-14-deploying-the-website
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-31T08:00:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to deploy your website with rsync to your server."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-15-performance-improvements-webp-gzip
|
||||
author: Stefan Imhoff
|
||||
date: 2014-12-21T11:15:00+01:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to improve the speed and performance of your website with WebP and Gzip."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-16-postcss
|
||||
author: Stefan Imhoff
|
||||
date: 2014-12-30T07:50:29+00:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to use PostCSS with Gulp to process CSS and how to lint your CSS files with Stylelint."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-2-development-server-browsersync-configuration
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-19T10:17:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to set up a development server with BrowserSync."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-3-build-clean-jekyll
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-20T10:00:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to write tasks for cleaning files and folders, generating the build and the website with Jekyll."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-4-css-generation-sass
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-21T10:30:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to create CSS and Source Maps with Sass and Compass."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-5-javascripts-browserify
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-22T08:00:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to bundle JavaScript files with Browserify and use CommonJS modules to structure and organize your code."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-6-images-vector-fonts
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-23T08:00:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to move images and generate vector fonts from SVG."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-7-base64
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-24T07:30:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to replace small images with base64 encoded images."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-8-watch
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-25T10:00:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to set up a watch task, which triggers other tasks on file changes."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
@@ -4,7 +4,7 @@ slug: gulp-tutorial-9-linting-scss-and-javascript
|
||||
author: Stefan Imhoff
|
||||
date: 2014-10-26T08:10:00+02:00
|
||||
description: "The ultimate tutorial and guide for Gulp.js: How to check the syntax of SCSS and JavaScript files."
|
||||
cover: /assets/images/cover/gulp.svg
|
||||
cover: /assets/images/cover/gulp.jpg
|
||||
tags: ["code"]
|
||||
series: gulp
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user