1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-23 01:30:01 +01:00

Merge pull request #496 from kremalicious/feature/home

New home page and content restructuring
This commit is contained in:
Matthias Kretschmann 2021-03-01 02:45:49 +01:00 committed by GitHub
commit 9a9119a654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
375 changed files with 43601 additions and 8056 deletions

View File

@ -1,16 +0,0 @@
node_modules
npm-debug.log
Dockerfile*
docker-compose*
.dockerignore
.git
.gitignore
README.md
LICENSE
.vscode
public
.cache
.github
package-lock.json
README.md
coverage

View File

@ -21,8 +21,6 @@
"plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended",
"plugin:jsx-a11y/recommended", "plugin:jsx-a11y/recommended",
"prettier/@typescript-eslint",
"prettier/react",
"plugin:prettier/recommended", "plugin:prettier/recommended",
"plugin:react/recommended", "plugin:react/recommended",
"plugin:testing-library/recommended", "plugin:testing-library/recommended",

View File

@ -1,25 +0,0 @@
# Dockerfile for local development just installing dependencies.
# Use together with `docker-compose up`
FROM node:alpine
RUN mkdir -p /blog
WORKDIR /blog
COPY package.json .
RUN apk add --no-cache --virtual .build-deps \
g++ \
make \
autoconf \
automake \
libtool \
nasm \
libc6-compat \
libjpeg-turbo-dev \
libpng-dev \
git \
bash \
python \
&& rm -rf /var/cache/apk/* \
&& npm install \
&& npm cache clean --force \
&& apk del .build-deps

View File

@ -163,8 +163,6 @@ If you want to know how this works, have a look at the respective component unde
## ✨ Development ## ✨ Development
You can simply use [Docker](https://www.docker.com) & [Docker Compose](https://docs.docker.com/compose/) or install and run dependencies on your local system.
```bash ```bash
git clone git@github.com:kremalicious/blog.git git clone git@github.com:kremalicious/blog.git
cd blog/ cd blog/
@ -173,10 +171,6 @@ cd blog/
cp .env.sample .env cp .env.sample .env
vi .env vi .env
# use Docker
docker-compose up
# or go with local system
npm i npm i
npm start npm start
``` ```
@ -228,7 +222,7 @@ npm run new photo /path/to/photo.jpg
``` ```
- [`scripts/new.js`](scripts/new.js) - [`scripts/new.js`](scripts/new.js)
- [`scripts/new.md`](scripts/new.md) - [`scripts/new-article.md`](scripts/new-article.md)
- [`scripts/new-photo.md`](scripts/new-photo.md) - [`scripts/new-photo.md`](scripts/new-photo.md)
## 🚚 Deployment ## 🚚 Deployment

View File

@ -19,16 +19,20 @@ module.exports = {
rss: '/feed.xml', rss: '/feed.xml',
jsonfeed: '/feed.json', jsonfeed: '/feed.json',
typekitID: 'msu4qap', typekitID: 'msu4qap',
itemsPerPage: 20, itemsPerPage: 24,
repoContentPath: 'https://github.com/kremalicious/blog/tree/main/content', repoContentPath: 'https://github.com/kremalicious/blog/tree/main/content',
menu: [ menu: [
{
title: 'Articles',
link: '/archive'
},
{ {
title: 'Photos', title: 'Photos',
link: '/photos' link: '/photos'
}, },
{ {
title: 'Goodies', title: 'Goodies',
link: '/tags/goodies' link: '/archive/goodies'
}, },
{ {
title: 'Tags', title: 'Tags',

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Adjustment Tool Guide for Aperture 1.5.2 title: Adjustment Tool Guide for Aperture 1.5.2
date: 2007-03-01 20:50:32+00:00 date: 2007-03-01 20:50:32+00:00

View File

@ -1,5 +1,4 @@
--- ---
type: post
title: 'Finally... a universal scanner driver for the Canon CanoScan LiDE 500F for Intel Macs' title: 'Finally... a universal scanner driver for the Canon CanoScan LiDE 500F for Intel Macs'
image: ../media/canoscanlide500f.jpg image: ../media/canoscanlide500f.jpg
date: 2007-06-11 18:44:28+00:00 date: 2007-06-11 18:44:28+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: How to quickly generate encrypted .htpasswd passwords title: How to quickly generate encrypted .htpasswd passwords
date: 2008-02-26 23:24:17+00:00 date: 2008-02-26 23:24:17+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Launch of kremalicious.com title: Launch of kremalicious.com
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Love the parallax title: Love the parallax
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,5 +1,4 @@
--- ---
type: post
title: Aperture File Types title: Aperture File Types
image: ../media/Teaser-Aperture-File-Types.jpg image: ../media/Teaser-Aperture-File-Types.jpg
download: ../media/aperturefiletypes_by_kremalicious.zip download: ../media/aperturefiletypes_by_kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Pulitzer Price Winners 2008 announced, various photographers awarded title: Pulitzer Price Winners 2008 announced, various photographers awarded
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'HowTo: Changing the image icons in Mac OS X Leopard' title: 'HowTo: Changing the image icons in Mac OS X Leopard'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: New automation helper for Apple's Aperture released title: New automation helper for Apple's Aperture released
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: WebKit team introduces CSS-based gradients title: WebKit team introduces CSS-based gradients
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Text-Shadow Exposed: Make cool and clever text effects with css text-shadow' title: 'Text-Shadow Exposed: Make cool and clever text effects with css text-shadow'
date: 2008-04-17 01:32:13+00:00 date: 2008-04-17 01:32:13+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Apple releases plugin-SDK for Aperture 2.1 title: Apple releases plugin-SDK for Aperture 2.1
date: 2008-04-22 05:58:41+00:00 date: 2008-04-22 05:58:41+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'More awesomeness from the WebKit team: CSS Masks' title: 'More awesomeness from the WebKit team: CSS Masks'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Using the CanoScan LiDE 500F scanner with Mac OS X Leopard title: Using the CanoScan LiDE 500F scanner with Mac OS X Leopard
image: ../media/canoscanlide500f.jpg image: ../media/canoscanlide500f.jpg

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Scan images directly into Apple Aperture title: Scan images directly into Apple Aperture
author: Matthias Kretschmann author: Matthias Kretschmann
image: ../media/aperturescan.png image: ../media/aperturescan.png

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'HowTo: Use high-quality watermarks in your images with Aperture 2.1' title: 'HowTo: Use high-quality watermarks in your images with Aperture 2.1'
image: ../media/watermark_aperture.jpg image: ../media/watermark_aperture.jpg

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Nik ships Viveza as an Aperture editing plugin title: Nik ships Viveza as an Aperture editing plugin
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: The 15 best new features of Aperture 2 title: The 15 best new features of Aperture 2
author: Matthias Kretschmann author: Matthias Kretschmann
image: ../media/aperture15_7.png image: ../media/aperture15_7.png

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: The Iconfactory presents beautiful Indiana Jones desktop icons title: The Iconfactory presents beautiful Indiana Jones desktop icons
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Canon updates photographic software to work with Leopard title: Canon updates photographic software to work with Leopard
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Update: First overview: Aperture 2.1 adjustment plugins have arrived' title: 'Update: First overview: Aperture 2.1 adjustment plugins have arrived'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Image Trends releases Fisheye-Hemi plug-in for Apple Aperture title: Image Trends releases Fisheye-Hemi plug-in for Apple Aperture
date: 2008-05-19 13:05:23+00:00 date: 2008-05-19 13:05:23+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Awesome parallax optical illusion: Make a horse move' title: 'Awesome parallax optical illusion: Make a horse move'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Showcasing the CSS Parallax Effect: 12+1 Creative Usages' title: 'Showcasing the CSS Parallax Effect: 12+1 Creative Usages'
author: Matthias Kretschmann author: Matthias Kretschmann
image: ../media/parallax-visualization_big.png image: ../media/parallax-visualization_big.png

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: New all-in-one Aperture plug-in released title: New all-in-one Aperture plug-in released
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Chives title: Chives
image: ../media/Teaser-Chives.jpg image: ../media/Teaser-Chives.jpg
download: ../media/chives_by_kremalicious.zip download: ../media/chives_by_kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Tweet! I'm on Twitter now. title: Tweet! I'm on Twitter now.
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Niépce's Camera Obscura And The History Of The First Photograph title: Niépce's Camera Obscura And The History Of The First Photograph
image: ../media/Teaser-Camera-Obscura-Icons.jpg image: ../media/Teaser-Camera-Obscura-Icons.jpg
download: ../media/niepces_camera_obscura_by_kremalicious.zip download: ../media/niepces_camera_obscura_by_kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Niépce's Camera Obscura Wallpaper Pack title: Niépce's Camera Obscura Wallpaper Pack
image: ../media/Teaser-Camera-Obscura-Walls.jpg image: ../media/Teaser-Camera-Obscura-Walls.jpg
download: ../media/niepces_camera_obscura_wallpaper_pack_by_kremalicious.zip download: ../media/niepces_camera_obscura_wallpaper_pack_by_kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Safari 4 Developer Preview - Better Performance, Overhauled Web Inspector, New CSS' title: 'Safari 4 Developer Preview - Better Performance, Overhauled Web Inspector, New CSS'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Quick Tip: Borders & Titles Plug-In for Aperture' title: 'Quick Tip: Borders & Titles Plug-In for Aperture'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'HowTo: Make Ubuntu A Perfect Mac File Server And Time Machine Volume' title: 'HowTo: Make Ubuntu A Perfect Mac File Server And Time Machine Volume'
image: ../media/ubuntu_mac_feature.jpg image: ../media/ubuntu_mac_feature.jpg

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: ApertureEdit is Edit for Aperture now, updated to 1.2 title: ApertureEdit is Edit for Aperture now, updated to 1.2
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'New Canon stuff: Digital Rebel XS/EOS 1000D/Kiss F And Speedlite 430EX II announced' title: 'New Canon stuff: Digital Rebel XS/EOS 1000D/Kiss F And Speedlite 430EX II announced'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Everything Back To Normal On Kremalicious.com (Almost) title: Everything Back To Normal On Kremalicious.com (Almost)
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'New Aperture Plug-Ins: Jade And PTLens' title: 'New Aperture Plug-Ins: Jade And PTLens'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Enjoy Kremalicious{iPhone} title: Enjoy Kremalicious{iPhone}
date: 2008-07-11 00:20:22+00:00 date: 2008-07-11 00:20:22+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'New Aperture Plug-In: Nik announces Silver Efex Pro' title: 'New Aperture Plug-In: Nik announces Silver Efex Pro'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Wordpress 2.5+: Get Rid of That Sluggish Dashboard' title: 'Wordpress 2.5+: Get Rid of That Sluggish Dashboard'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Tips for Journalists Reporting From China title: Tips for Journalists Reporting From China
image: jingjing_chacha_kremalicious.jpg image: jingjing_chacha_kremalicious.jpg
date: 2008-08-03 17:10:25+00:00 date: 2008-08-03 17:10:25+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'HowTo: Create A Mobile Encrypted Aperture Vault' title: 'HowTo: Create A Mobile Encrypted Aperture Vault'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Noise Ninja finally available for Apple Aperture title: Noise Ninja finally available for Apple Aperture
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: The Kremalicious MarsEdit Style title: The Kremalicious MarsEdit Style
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Icy Box Icons title: Icy Box Icons
image: ../media/Teaser-Icy-Box.jpg image: ../media/Teaser-Icy-Box.jpg
download: ../media/icybox_by_kremalicious.zip download: ../media/icybox_by_kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Architect and Façade: Theming For Leopard' title: 'Architect and Façade: Theming For Leopard'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Canon EOS 50D And New Lens Officially Announced title: Canon EOS 50D And New Lens Officially Announced
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'A New Browser Is Coming: Google Chrome' title: 'A New Browser Is Coming: Google Chrome'
image: ../media/googlechrome.png image: ../media/googlechrome.png

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Futurama Mars University Wallpaper title: Futurama Mars University Wallpaper
image: ../media/Teaser-Mars-U.jpg image: ../media/Teaser-Mars-U.jpg
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Coffee Cup Icon title: Coffee Cup Icon
image: ../media/Teaser-Coffee-Cup-Icon.jpg image: ../media/Teaser-Coffee-Cup-Icon.jpg
download: ../media/coffee_cup_by_kremalicious.zip download: ../media/coffee_cup_by_kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: The Finest Coffee Cups - Most Incredible Coffee Icons On The Web title: The Finest Coffee Cups - Most Incredible Coffee Icons On The Web
author: Matthias Kretschmann author: Matthias Kretschmann
image: ../media/coffee-cup-icon-kremalicious.png image: ../media/coffee-cup-icon-kremalicious.png

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: The Definite Guide To Watermarks In Apple Aperture title: The Definite Guide To Watermarks In Apple Aperture
author: Matthias Kretschmann author: Matthias Kretschmann
image: ../media/watermark_aperture.jpg image: ../media/watermark_aperture.jpg

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'HowTo: Set A Custom Gravatar Image In Wordpress 2.7+' title: 'HowTo: Set A Custom Gravatar Image In Wordpress 2.7+'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'HowTo: Styling Author Comments With Wordpress 2.7+' title: 'HowTo: Styling Author Comments With Wordpress 2.7+'
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: The Mac in Futurama title: The Mac in Futurama
image: ../media/futurama-mac-teaser.png image: ../media/futurama-mac-teaser.png
date: 2009-01-05 03:14:45+00:00 date: 2009-01-05 03:14:45+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Portal Thingy: matthiaskretschmann.com' title: 'Portal Thingy: matthiaskretschmann.com'
image: ../media/vcardsite-mk.png image: ../media/vcardsite-mk.png
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: We Are Out Of Whale Oil title: We Are Out Of Whale Oil
image: ../media/Teaser-Out-Of-Whale-Oil.jpg image: ../media/Teaser-Out-Of-Whale-Oil.jpg
download: ../media/out-of-whale-oil-wall-by-kremalicious.zip download: ../media/out-of-whale-oil-wall-by-kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Ultimate Share Link Bonanza For Coda, WordPress And Everything Else title: Ultimate Share Link Bonanza For Coda, WordPress And Everything Else
download: ../media/share-link-bonanza-coda-clips.zip download: ../media/share-link-bonanza-coda-clips.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Twitter Crisp title: Twitter Crisp
image: ../media/Teaser-Twitter-Crisp.jpg image: ../media/Teaser-Twitter-Crisp.jpg
download: ../media/twitter-crisp-by-kremalicious.zip download: ../media/twitter-crisp-by-kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Adiumeetie. Tweetie Style Adium Icon title: Adiumeetie. Tweetie Style Adium Icon
image: ../media/Teaser-Adiumeetie.jpg image: ../media/Teaser-Adiumeetie.jpg
download: ../media/adiumeetie-by-kremalicious.zip download: ../media/adiumeetie-by-kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Delibar Interface Replacement Icons title: Delibar Interface Replacement Icons
image: ../media/Teaser-Delibar-Icons.jpg image: ../media/Teaser-Delibar-Icons.jpg
download: ../media/delibar-by-kremalicious.zip download: ../media/delibar-by-kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Using The New Post Thumbnail Feature In WordPress 2.9 title: Using The New Post Thumbnail Feature In WordPress 2.9
date: 2009-12-17 04:00:21+00:00 date: 2009-12-17 04:00:21+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: iPixelPad - Tongue Twisting But Crisp iPad Icons title: iPixelPad - Tongue Twisting But Crisp iPad Icons
image: ../media/Teaser-iPixelPad.png image: ../media/Teaser-iPixelPad.png
download: ../media/ipixelpad_by_kremalicious.zip download: ../media/ipixelpad_by_kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: MomCorp Wallpaper title: MomCorp Wallpaper
image: ../media/Teaser-MomCorp-Wall.png image: ../media/Teaser-MomCorp-Wall.png
download: ../media/momcorp_wall_by_kremalicious.zip download: ../media/momcorp_wall_by_kremalicious.zip

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Badged - iOS Style Notification Badges for WordPress title: Badged - iOS Style Notification Badges for WordPress
image: ../media/Badged-Teaser-kremalicious@2x.png image: ../media/Badged-Teaser-kremalicious@2x.png
updated: 2014-10-11 07:56:46+00:00 updated: 2014-10-11 07:56:46+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Personal Site v2 title: Personal Site v2
image: ../media/mkv2.jpg image: ../media/mkv2.jpg

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: The Android Tab Bar Conundrum. Again. title: The Android Tab Bar Conundrum. Again.
image: ../media/tabs_overview.png image: ../media/tabs_overview.png
date: 2012-04-04 14:24:30+00:00 date: 2012-04-04 14:24:30+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Welcome to kremalicious2 title: Welcome to kremalicious2
image: ../media/kremalicious2-teaser.jpg image: ../media/kremalicious2-teaser.jpg
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: WordPress Admin Icons Template title: WordPress Admin Icons Template
image: ../media/kremalicious-Teaser-WP-Icon-Template.png image: ../media/kremalicious-Teaser-WP-Icon-Template.png

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Retina icons in WordPress 3.4 title: Retina icons in WordPress 3.4
image: ../media/wp34_retina_icons.png image: ../media/wp34_retina_icons.png

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Add your web site to the Windows 8 Metro UI title: Add your web site to the Windows 8 Metro UI
image: ../media/kremalicious-Teaser-Metro-Tile.jpg image: ../media/kremalicious-Teaser-Metro-Tile.jpg
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Using <kbd> for fun and profit title: Using <kbd> for fun and profit
image: ./kremalicious-kbdfun-teaser.png image: ./kremalicious-kbdfun-teaser.png
style: ./post-kbd.css style: ./post-kbd.css

View File

@ -1,11 +1,8 @@
--- ---
type: post
title: Project Purple title: Project Purple
image: ../media/Teaser-Project-Purple.png image: ../media/Teaser-Project-Purple.png
download: ../media/project-purple-kremalicious.zip download: ../media/project-purple-kremalicious.zip
author: Matthias Kretschmann author: Matthias Kretschmann
featured: true
date: 2012-08-07 13:15:44+00:00 date: 2012-08-07 13:15:44+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: I'm joining ezeep title: I'm joining ezeep
image: ../media/kremalicious-Teaser-ezeep.png image: ../media/kremalicious-Teaser-ezeep.png
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Enterprise Software Sucks title: Enterprise Software Sucks
date: 2013-07-13 13:19:44+00:00 date: 2013-07-13 13:19:44+00:00

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: 'Stealing Time: How Technology Can Hurt or Harm Our Inner State' title: 'Stealing Time: How Technology Can Hurt or Harm Our Inner State'
image: ../media/post-time.png image: ../media/post-time.png
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: Simple Tor setup on macOS title: Simple Tor setup on macOS
image: teaser-tor.png image: teaser-tor.png
author: Matthias Kretschmann author: Matthias Kretschmann

View File

@ -1,6 +1,4 @@
--- ---
type: post
title: CSS App Store Badges title: CSS App Store Badges
image: ../media/teaser-appstorebadges.png image: ../media/teaser-appstorebadges.png

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -1,5 +1,4 @@
--- ---
type: post
date: 2017-05-16T19:50:52.281Z date: 2017-05-16T19:50:52.281Z
updated: 2018-10-30T19:50:52.281Z updated: 2018-10-30T19:50:52.281Z

View File

@ -1,5 +1,4 @@
--- ---
type: post
date: 2018-11-01T19:08:00.367Z date: 2018-11-01T19:08:00.367Z
title: Matomo plugin for Gatsby title: Matomo plugin for Gatsby

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Some files were not shown because too many files have changed in this diff Show More