Skip to content

Commit 61dec39

Browse files
author
gerep
committed
testing theme
1 parent 62bde10 commit 61dec39

File tree

12 files changed

+60
-14
lines changed

12 files changed

+60
-14
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
_site
2-
.sass-cache
3-
.jekyll-metadata
4-
.jekyll-cache
5-
.ruby-version

public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2><a href="https://gerep.github.io/">My notes</a></h2>
2626
<main id="content">
2727
<main id="main">
2828
<div>
29-
<img src="assets/404.png"/>
29+
<img src="/assets/404.png"/>
3030
<p><strong>It looks like you don't know where you are going :(</strong></p>
3131
<p><a href="/">click here and try again</a></p>
3232
</div>

public/about/index.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="My notes">
6+
7+
<link rel="shortcut icon" href="https://gerep.github.io/favicon.ico">
8+
9+
<link rel="stylesheet" href="/css/style.min.css">
10+
11+
<link rel="canonical" href="https://gerep.github.io/about/" />
12+
<title>about</title>
13+
</head>
14+
<body><header id="banner">
15+
<h2><a href="https://gerep.github.io/">My notes</a></h2>
16+
<nav>
17+
<ul>
18+
<li>
19+
<a href="/" title="posts">posts</a>
20+
</li><li>
21+
<a href="/about/" title="about">about</a>
22+
</li>
23+
</ul>
24+
</nav>
25+
</header>
26+
<main id="content">
27+
<article>
28+
<header id="post-header">
29+
<h1>about</h1>
30+
<div></div>
31+
</header><p>I am a Brazilian software writer. I do that for a living and also as a hobby.</p>
32+
<p>I have reached a point where I could not care less about having stuff.</p>
33+
<p>Persist and resist!</p>
34+
<p><img src="/assets/gerep.png" alt="Just like me"></p>
35+
</article>
36+
37+
</main><footer id="footer">
38+
Copyright © Daniel Gerep
39+
</footer>
40+
</body>
41+
</html>

public/can-you-produce-mu/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1>can you produce MU?</h1>
3232
</div>
3333
</header><p>This is a challenge from the book <a href="https://www.amazon.com.br/Godel-Escher-Bach-Eternal-Golden/dp/0465026567">Godel, Escher, Bach: An Eternal Golden Braid</a>.</p>
3434
<p>You are given the string <em>MI</em> and you need, by following the rules, change it to <em>MU</em>.</p>
35-
<h2 id="rules">Rules:</h2>
35+
<h4 id="rules">Rules:</h4>
3636
<p><strong>#1</strong>: If the last letter is <em>I</em>, you may add a letter <em>U</em> at the end.</p>
3737
<p><strong>#2</strong>: If you have M<em>x</em>, you may duplicate the <em>x</em>, like: <em>MIU</em> becomes <em>MIUIU</em>, <em>MUM</em> becomes <em>MUMUM</em>, <em>MU</em> becomes <em>MUU</em>.</p>
3838
<p><strong>#3</strong>: If <em>III</em> occurs, you may replace it with <em>U</em>, like: <em>MIII</em> becomes <em>MU</em>, <em>MUIIIU</em> becomes <em>MUUU</em>, <em>MIIII</em> becomes <em>MUI</em> or <em>MIU</em>; The reverse is not aplicable, you cannot turn a <em>U</em> into <em>III</em>.</p>

public/categories/index.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Now I am aware that some of my opinions, thoughts and what I say are not entirel
444444
<guid>https://gerep.github.io/can-you-produce-mu/</guid>
445445
<description>&lt;p&gt;This is a challenge from the book &lt;a href=&#34;https://www.amazon.com.br/Godel-Escher-Bach-Eternal-Golden/dp/0465026567&#34;&gt;Godel, Escher, Bach: An Eternal Golden Braid&lt;/a&gt;.&lt;/p&gt;
446446
&lt;p&gt;You are given the string &lt;em&gt;MI&lt;/em&gt; and you need, by following the rules, change it to &lt;em&gt;MU&lt;/em&gt;.&lt;/p&gt;
447-
&lt;h2 id=&#34;rules&#34;&gt;Rules:&lt;/h2&gt;
447+
&lt;h4 id=&#34;rules&#34;&gt;Rules:&lt;/h4&gt;
448448
&lt;p&gt;&lt;strong&gt;#1&lt;/strong&gt;: If the last letter is &lt;em&gt;I&lt;/em&gt;, you may add a letter &lt;em&gt;U&lt;/em&gt; at the end.&lt;/p&gt;
449449
&lt;p&gt;&lt;strong&gt;#2&lt;/strong&gt;: If you have M&lt;em&gt;x&lt;/em&gt;, you may duplicate the &lt;em&gt;x&lt;/em&gt;, like: &lt;em&gt;MIU&lt;/em&gt; becomes &lt;em&gt;MIUIU&lt;/em&gt;, &lt;em&gt;MUM&lt;/em&gt; becomes &lt;em&gt;MUMUM&lt;/em&gt;, &lt;em&gt;MU&lt;/em&gt; becomes &lt;em&gt;MUU&lt;/em&gt;.&lt;/p&gt;
450450
&lt;p&gt;&lt;strong&gt;#3&lt;/strong&gt;: If &lt;em&gt;III&lt;/em&gt; occurs, you may replace it with &lt;em&gt;U&lt;/em&gt;, like: &lt;em&gt;MIII&lt;/em&gt; becomes &lt;em&gt;MU&lt;/em&gt;, &lt;em&gt;MUIIIU&lt;/em&gt; becomes &lt;em&gt;MUUU&lt;/em&gt;, &lt;em&gt;MIIII&lt;/em&gt; becomes &lt;em&gt;MUI&lt;/em&gt; or &lt;em&gt;MIU&lt;/em&gt;; The reverse is not aplicable, you cannot turn a &lt;em&gt;U&lt;/em&gt; into &lt;em&gt;III&lt;/em&gt;.&lt;/p&gt;
@@ -853,6 +853,8 @@ To extract, inform the compression used.&lt;/p&gt;
853853

854854

855855

856+
857+
856858
<item>
857859
<title>impermanence of everything</title>
858860
<link>https://gerep.github.io/impermanence-of-everything/</link>

public/css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2><a href="https://gerep.github.io/">My notes</a></h2>
2626
</nav>
2727
</header>
2828
<main id="content">
29-
<h3>Posts</h3>
29+
<h3></h3>
3030
<ul id="posts">
3131
<li>
3232
<a href="https://gerep.github.io/when-tomorrow-starts-without-me/">

public/index.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Now I am aware that some of my opinions, thoughts and what I say are not entirel
445445
<guid>https://gerep.github.io/can-you-produce-mu/</guid>
446446
<description>&lt;p&gt;This is a challenge from the book &lt;a href=&#34;https://www.amazon.com.br/Godel-Escher-Bach-Eternal-Golden/dp/0465026567&#34;&gt;Godel, Escher, Bach: An Eternal Golden Braid&lt;/a&gt;.&lt;/p&gt;
447447
&lt;p&gt;You are given the string &lt;em&gt;MI&lt;/em&gt; and you need, by following the rules, change it to &lt;em&gt;MU&lt;/em&gt;.&lt;/p&gt;
448-
&lt;h2 id=&#34;rules&#34;&gt;Rules:&lt;/h2&gt;
448+
&lt;h4 id=&#34;rules&#34;&gt;Rules:&lt;/h4&gt;
449449
&lt;p&gt;&lt;strong&gt;#1&lt;/strong&gt;: If the last letter is &lt;em&gt;I&lt;/em&gt;, you may add a letter &lt;em&gt;U&lt;/em&gt; at the end.&lt;/p&gt;
450450
&lt;p&gt;&lt;strong&gt;#2&lt;/strong&gt;: If you have M&lt;em&gt;x&lt;/em&gt;, you may duplicate the &lt;em&gt;x&lt;/em&gt;, like: &lt;em&gt;MIU&lt;/em&gt; becomes &lt;em&gt;MIUIU&lt;/em&gt;, &lt;em&gt;MUM&lt;/em&gt; becomes &lt;em&gt;MUMUM&lt;/em&gt;, &lt;em&gt;MU&lt;/em&gt; becomes &lt;em&gt;MUU&lt;/em&gt;.&lt;/p&gt;
451451
&lt;p&gt;&lt;strong&gt;#3&lt;/strong&gt;: If &lt;em&gt;III&lt;/em&gt; occurs, you may replace it with &lt;em&gt;U&lt;/em&gt;, like: &lt;em&gt;MIII&lt;/em&gt; becomes &lt;em&gt;MU&lt;/em&gt;, &lt;em&gt;MUIIIU&lt;/em&gt; becomes &lt;em&gt;MUUU&lt;/em&gt;, &lt;em&gt;MIIII&lt;/em&gt; becomes &lt;em&gt;MUI&lt;/em&gt; or &lt;em&gt;MIU&lt;/em&gt;; The reverse is not aplicable, you cannot turn a &lt;em&gt;U&lt;/em&gt; into &lt;em&gt;III&lt;/em&gt;.&lt;/p&gt;
@@ -854,6 +854,8 @@ To extract, inform the compression used.&lt;/p&gt;
854854

855855

856856

857+
858+
857859
<item>
858860
<title>impermanence of everything</title>
859861
<link>https://gerep.github.io/impermanence-of-everything/</link>

public/posts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2><a href="https://gerep.github.io/">My notes</a></h2>
2424
</ul>
2525
</nav>
2626
</header>
27-
<main id="content"><h3>Posts</h3>
27+
<main id="content"><h3></h3>
2828
<ul id="posts">
2929
<li>
3030
<a href="https://gerep.github.io/when-tomorrow-starts-without-me/">

0 commit comments

Comments
 (0)