Skip to content

Commit 5584faf

Browse files
committed
rebuilding site from 049d5e4
0 parents  commit 5584faf

File tree

249 files changed

+20625
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+20625
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<title>https://dev.pippi.im/writing/moving-to-jekyll/</title>
5+
<link rel="canonical" href="https://dev.pippi.im/writing/moving-to-jekyll/">
6+
<meta charset="utf-8">
7+
<meta http-equiv="refresh" content="0; url=https://dev.pippi.im/writing/moving-to-jekyll/">
8+
</head>
9+
</html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<title>https://dev.pippi.im/writing/build-github-like-notifications-with-django-messages-and-angular-js/</title>
5+
<link rel="canonical" href="https://dev.pippi.im/writing/build-github-like-notifications-with-django-messages-and-angular-js/">
6+
<meta charset="utf-8">
7+
<meta http-equiv="refresh" content="0; url=https://dev.pippi.im/writing/build-github-like-notifications-with-django-messages-and-angular-js/">
8+
</head>
9+
</html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<title>https://dev.pippi.im/writing/stop-asking-users-for-passwords-and-let-oauth2-do/</title>
5+
<link rel="canonical" href="https://dev.pippi.im/writing/stop-asking-users-for-passwords-and-let-oauth2-do/">
6+
<meta charset="utf-8">
7+
<meta http-equiv="refresh" content="0; url=https://dev.pippi.im/writing/stop-asking-users-for-passwords-and-let-oauth2-do/">
8+
</head>
9+
</html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<title>https://dev.pippi.im/writing/create-a-blog-in-minutes-on-app-engine-with-django/</title>
5+
<link rel="canonical" href="https://dev.pippi.im/writing/create-a-blog-in-minutes-on-app-engine-with-django/">
6+
<meta charset="utf-8">
7+
<meta http-equiv="refresh" content="0; url=https://dev.pippi.im/writing/create-a-blog-in-minutes-on-app-engine-with-django/">
8+
</head>
9+
</html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<title>https://dev.pippi.im/writing/django-upload-on-google-cloud-storage/</title>
5+
<link rel="canonical" href="https://dev.pippi.im/writing/django-upload-on-google-cloud-storage/">
6+
<meta charset="utf-8">
7+
<meta http-equiv="refresh" content="0; url=https://dev.pippi.im/writing/django-upload-on-google-cloud-storage/">
8+
</head>
9+
</html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<title>https://dev.pippi.im/writing/if-code-is-poetry-then-documentation-is-prose/</title>
5+
<link rel="canonical" href="https://dev.pippi.im/writing/if-code-is-poetry-then-documentation-is-prose/">
6+
<meta charset="utf-8">
7+
<meta http-equiv="refresh" content="0; url=https://dev.pippi.im/writing/if-code-is-poetry-then-documentation-is-prose/">
8+
</head>
9+
</html>

404.html

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<!doctype html>
2+
<html lang="en-us">
3+
4+
<head>
5+
<title>404 Page not found - /dev/ by Massimiliano Pippi</title>
6+
<meta charset="utf-8" />
7+
<meta name="generator" content="Hugo 0.152.2">
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<meta name="author" content="Massimiliano Pippi" />
10+
<meta name="description" content="404 Page not found" />
11+
<link rel="stylesheet" href="https://dev.pippi.im/css/main.min.66dc5ff1b2ffcc465c37385641ad836294f37f5f00dc4a10304ca1e7ad4f3979.css" />
12+
13+
14+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-22SR0MQS5K"></script>
15+
<script>
16+
var doNotTrack = false;
17+
if ( false ) {
18+
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
19+
var doNotTrack = (dnt == "1" || dnt == "yes");
20+
}
21+
if (!doNotTrack) {
22+
window.dataLayer = window.dataLayer || [];
23+
function gtag(){dataLayer.push(arguments);}
24+
gtag('js', new Date());
25+
gtag('config', 'G-22SR0MQS5K');
26+
}
27+
</script>
28+
29+
<meta name="twitter:card" content="summary">
30+
<meta name="twitter:title" content="404 Page not found">
31+
<meta name="twitter:description" content="Massi here. Software developer, engineering manager, I can ops.
32+
Open source advocate and contributor, documentation fanatic, speaker at conferences.
33+
I wrote a book once.">
34+
35+
<meta property="og:url" content="https://dev.pippi.im/404.html">
36+
<meta property="og:site_name" content="/dev/ by Massimiliano Pippi">
37+
<meta property="og:title" content="404 Page not found">
38+
<meta property="og:description" content="Massi here. Software developer, engineering manager, I can ops.
39+
Open source advocate and contributor, documentation fanatic, speaker at conferences.
40+
I wrote a book once.">
41+
<meta property="og:locale" content="en_us">
42+
<meta property="og:type" content="website">
43+
44+
45+
</head>
46+
47+
<body>
48+
<header class="app-header">
49+
<a href="https://dev.pippi.im/"><img class="app-header-avatar"
50+
src="/images/massi.png"
51+
alt="John Doe" /></a>
52+
<h1>/about/</h1>
53+
<p>
54+
Massi here. Software developer, engineering manager, I can ops.
55+
Open source advocate and contributor, documentation fanatic, speaker at conferences.
56+
I wrote a book once.
57+
</p>
58+
<div>
59+
See what I'm up to <a href="/now">now</a>.
60+
</div>
61+
<div class="app-header-social">
62+
63+
<a target="_blank" href="https://github.com/masci"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
64+
<title>github</title>
65+
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
66+
</svg></a>
67+
68+
<a target="_blank" href="http://www.linkedin.com/in/masci"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-linkedin">
69+
<title>linkedin</title>
70+
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle>
71+
</svg></a>
72+
73+
</div>
74+
</header>
75+
<main class="app-container">
76+
77+
<div class="error-404">
78+
<h1 class="error-404-title">O<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-frown">
79+
<title>frown</title>
80+
<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>
81+
</svg>ps... </h1>
82+
<p>The link you followed may be broken, or the page may have been removed.</p>
83+
<a href="/">Go home <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-arrow-right">
84+
<title>arrow-right</title>
85+
<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>
86+
</svg></a>
87+
</div>
88+
89+
</main>
90+
</body>
91+
92+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev.pippi.im

0 commit comments

Comments
 (0)