Skip to content

Commit 3508419

Browse files
committed
restored premerge
1 parent 0704d3b commit 3508419

18 files changed

+71
-37
lines changed

content/mon.md

Whitespace-only changes.

content/newer_blog.md

Whitespace-only changes.

dist/articles/Cronjobs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="UTF-8">
66
<link rel="stylesheet" href="../style.css">
7-
<title>Cronjobs</title>
7+
<title>Cronjobs.md</title>
88
</head>
99
<body class="container">
1010
<a href='../index.html'>home</a>
11-
<h1> Cronjobs </h1>
11+
<h1> Cronjobs.md </h1>
1212
<hr>
1313
<blockquote>
1414
<p>running stuff in the background at a specified time is awesome</p>

dist/articles/Debugging C++ Programs with GDB.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="UTF-8">
66
<link rel="stylesheet" href="../style.css">
7-
<title>Debugging C++ Programs with GDB</title>
7+
<title>Debugging C++ Programs with GDB.md</title>
88
</head>
99
<body class="container">
1010
<a href='../index.html'>home</a>
11-
<h1> Debugging C++ Programs with GDB </h1>
11+
<h1> Debugging C++ Programs with GDB.md </h1>
1212
<hr>
1313
<p>If you don’t use GDB but program in C/C++, you are missing out on a powerful debugging tool. Here’s a quick 5-minute tutorial to get you started.</p>
1414
<h2>Step 1: Compile with Debug Symbols</h2>

dist/articles/Every Programmer Should Watch Conference Talks on YouTube.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="UTF-8">
66
<link rel="stylesheet" href="../style.css">
7-
<title>Every Programmer Should Watch Conference Talks on YouTube</title>
7+
<title>Every Programmer Should Watch Conference Talks on YouTube.md</title>
88
</head>
99
<body class="container">
1010
<a href='../index.html'>home</a>
11-
<h1> Every Programmer Should Watch Conference Talks on YouTube </h1>
11+
<h1> Every Programmer Should Watch Conference Talks on YouTube.md </h1>
1212
<hr>
1313
<p>I was going to write a longer article to convince everyone to watch the conferences but Its much better to give a summary of my favorite talks and hopefully that will be persuasive enough~</p>
1414
<h3><a href="https://www.youtube.com/watch?v=o_AIw9bGogo">“The Tragedy of systemd” - Benno Rice</a></h3>

dist/articles/Makefiles:).html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="UTF-8">
66
<link rel="stylesheet" href="../style.css">
7-
<title>Makefiles:)</title>
7+
<title>Makefiles:).md</title>
88
</head>
99
<body class="container">
1010
<a href='../index.html'>home</a>
11-
<h1> Makefiles:) </h1>
11+
<h1> Makefiles:).md </h1>
1212
<hr>
1313
<h2>Quick and Easy Makefile Guide</h2>
1414
<p>Begin by crafting a file named <code>Makefile</code> – the control center for your project’s build rules.</p>

dist/articles/On Logging.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="UTF-8">
66
<link rel="stylesheet" href="../style.css">
7-
<title>On Logging</title>
7+
<title>On Logging.md</title>
88
</head>
99
<body class="container">
1010
<a href='../index.html'>home</a>
11-
<h1> On Logging </h1>
11+
<h1> On Logging.md </h1>
1212
<hr>
1313
<blockquote>
1414
<p>just log everything </p>

dist/articles/deletethis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="UTF-8">
66
<link rel="stylesheet" href="../style.css">
7-
<title>deletethis</title>
7+
<title>deletethis.md</title>
88
</head>
99
<body class="container">
1010
<a href='../index.html'>home</a>
11-
<h1> deletethis </h1>
11+
<h1> deletethis.md </h1>
1212
<hr>
1313
<p>we can go over this
1414
we can move back </p>

dist/articles/file_for_testing2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="UTF-8">
66
<link rel="stylesheet" href="../style.css">
7-
<title>file_for_testing2</title>
7+
<title>file_for_testing2.md</title>
88
</head>
99
<body class="container">
1010
<a href='../index.html'>home</a>
11-
<h1> file_for_testing2 </h1>
11+
<h1> file_for_testing2.md </h1>
1212
<hr>
1313
<p>sometimes i think about how some feature is working</p>
1414

dist/articles/image.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)