From 6afb08d814672329ea185500d105cfa85cdbb7e9 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 27 Sep 2025 20:35:09 -0300 Subject: first hugo build --- public/categories/blog/index.html | 102 +++++++++++++++++++++++++++++++ public/categories/blog/index.xml | 11 ++++ public/categories/bullhorn/index.html | 107 ++++++++++++++++++++++++++++++++ public/categories/bullhorn/index.xml | 19 ++++++ public/categories/code/index.html | 107 ++++++++++++++++++++++++++++++++ public/categories/code/index.xml | 19 ++++++ public/categories/example/index.html | 112 ++++++++++++++++++++++++++++++++++ public/categories/example/index.xml | 26 ++++++++ public/categories/index.html | 95 ++++++++++++++++++++++++++++ public/categories/index.xml | 11 ++++ 10 files changed, 609 insertions(+) create mode 100644 public/categories/blog/index.html create mode 100644 public/categories/blog/index.xml create mode 100644 public/categories/bullhorn/index.html create mode 100644 public/categories/bullhorn/index.xml create mode 100644 public/categories/code/index.html create mode 100644 public/categories/code/index.xml create mode 100644 public/categories/example/index.html create mode 100644 public/categories/example/index.xml create mode 100644 public/categories/index.html create mode 100644 public/categories/index.xml (limited to 'public/categories') diff --git a/public/categories/blog/index.html b/public/categories/blog/index.html new file mode 100644 index 0000000..ecc2de8 --- /dev/null +++ b/public/categories/blog/index.html @@ -0,0 +1,102 @@ + + + + + + + + + + + + + Blog | azuminha + + + + + + + +
+ +
+ + + +
+ +

Blog

+ + + + + +
+ + + + diff --git a/public/categories/blog/index.xml b/public/categories/blog/index.xml new file mode 100644 index 0000000..7809923 --- /dev/null +++ b/public/categories/blog/index.xml @@ -0,0 +1,11 @@ + + + + Blog on azuminha + http://localhost:1313/categories/blog/ + Recent content in Blog on azuminha + Hugo + en-us + + + diff --git a/public/categories/bullhorn/index.html b/public/categories/bullhorn/index.html new file mode 100644 index 0000000..1c069eb --- /dev/null +++ b/public/categories/bullhorn/index.html @@ -0,0 +1,107 @@ + + + + + + + + + + + + + Bullhorn | azuminha + + + + + + + +
+ +
+ + + +
+ +

Bullhorn

+ + + + + +
+ + + + diff --git a/public/categories/bullhorn/index.xml b/public/categories/bullhorn/index.xml new file mode 100644 index 0000000..d8c20f2 --- /dev/null +++ b/public/categories/bullhorn/index.xml @@ -0,0 +1,19 @@ + + + + Bullhorn on azuminha + http://localhost:1313/categories/bullhorn/ + Recent content in Bullhorn on azuminha + Hugo + en-us + Mon, 23 Apr 2012 00:00:00 +0000 + + + Hacker with Bullhorn + http://localhost:1313/post/2012/04/23/hacker-with-horn/ + Mon, 23 Apr 2012 00:00:00 +0000 + http://localhost:1313/post/2012/04/23/hacker-with-horn/ + <p>Hacker with bullhorn: &ldquo;Save your money! Accept one of our free tanks! It is invulnerable, and can drive across rocks and swamps at ninety miles an hour while getting a hundred miles to the gallon!&rdquo;</p> <p>Prospective station wagon buyer: &ldquo;I know what you say is true&hellip;but&hellip;er&hellip;I don&rsquo;t know how to maintain a tank!&rdquo;</p> <p>Bullhorn: &ldquo;You don&rsquo;t know how to maintain a station wagon either!&rdquo;</p> <p>Buyer: &ldquo;But this dealership has mechanics on staff. If something goes wrong with my station wagon, I can take a day off work, bring it here, and pay them to work on it while I sit in the waiting room for hours, listening to elevator music.&rdquo;</p> + + + diff --git a/public/categories/code/index.html b/public/categories/code/index.html new file mode 100644 index 0000000..e429480 --- /dev/null +++ b/public/categories/code/index.html @@ -0,0 +1,107 @@ + + + + + + + + + + + + + Code | azuminha + + + + + + + +
+ +
+ + + +
+ +

Code

+ + + + + +
+ + + + diff --git a/public/categories/code/index.xml b/public/categories/code/index.xml new file mode 100644 index 0000000..2f89b49 --- /dev/null +++ b/public/categories/code/index.xml @@ -0,0 +1,19 @@ + + + + Code on azuminha + http://localhost:1313/categories/code/ + Recent content in Code on azuminha + Hugo + en-us + Mon, 23 Jan 2012 00:00:00 +0000 + + + Juicy Code + http://localhost:1313/post/2012/01/23/juicy-code/ + Mon, 23 Jan 2012 00:00:00 +0000 + http://localhost:1313/post/2012/01/23/juicy-code/ + <p>Check out this JUICY! code:</p> <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-ruby" data-lang="ruby"><span style="display:flex;"><span><span style="color:#66d9ef">def</span> <span style="color:#a6e22e">with_value_from_database</span>(value) </span></span><span style="display:flex;"><span> self<span style="color:#f92672">.</span>class<span style="color:#f92672">.</span>from_database(name, value, type) </span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span> </span></span><span style="display:flex;"><span> </span></span><span style="display:flex;"><span><span style="color:#66d9ef">def</span> <span style="color:#a6e22e">with_cast_value</span>(value) </span></span><span style="display:flex;"><span> self<span style="color:#f92672">.</span>class<span style="color:#f92672">.</span>with_cast_value(name, value, type) </span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span> </span></span><span style="display:flex;"><span> </span></span><span style="display:flex;"><span><span style="color:#66d9ef">def</span> <span style="color:#a6e22e">with_type</span>(type) </span></span><span style="display:flex;"><span> <span style="color:#66d9ef">if</span> changed_in_place? </span></span><span style="display:flex;"><span> with_value_from_user(value)<span style="color:#f92672">.</span>with_type(type) </span></span><span style="display:flex;"><span> <span style="color:#66d9ef">else</span> </span></span><span style="display:flex;"><span> self<span style="color:#f92672">.</span>class<span style="color:#f92672">.</span>new(name, value_before_type_cast, type, original_attribute) </span></span><span style="display:flex;"><span> <span style="color:#66d9ef">end</span> </span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span> </span></span></code></pre></div> + + + diff --git a/public/categories/example/index.html b/public/categories/example/index.html new file mode 100644 index 0000000..5d1e178 --- /dev/null +++ b/public/categories/example/index.html @@ -0,0 +1,112 @@ + + + + + + + + + + + + + Example | azuminha + + + + + + + +
+ +
+ + + +
+ +

Example

+ + + + + +
+ + + + diff --git a/public/categories/example/index.xml b/public/categories/example/index.xml new file mode 100644 index 0000000..e76eea6 --- /dev/null +++ b/public/categories/example/index.xml @@ -0,0 +1,26 @@ + + + + Example on azuminha + http://localhost:1313/categories/example/ + Recent content in Example on azuminha + Hugo + en-us + Thu, 30 Aug 2018 00:00:00 +0000 + + + Markdown Guide (modified) + http://localhost:1313/post/2018/08/30/markdown-guide-modified/ + Thu, 30 Aug 2018 00:00:00 +0000 + http://localhost:1313/post/2018/08/30/markdown-guide-modified/ + <h1 id="an-h1-header">An h1 header</h1> <p>Paragraphs are separated by a blank line.</p> <p>2nd paragraph. <em>Italic</em>, <strong>bold</strong>, and <code>monospace</code>. Itemized lists look like:</p> <ul> <li>this one</li> <li>that one</li> <li>the other one</li> </ul> <p>Note that &mdash; not considering the asterisk &mdash; the actual text content starts at 4-columns in.</p> <blockquote> <p>Block quotes are written like so.</p> <p>They can span multiple paragraphs, if you like.</p></blockquote> <p>Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., &ldquo;it&rsquo;s all in chapters 12&ndash;14&rdquo;). Three dots &hellip; will be converted to an ellipsis. Unicode is supported. ☺</p> + + + Hacker with Bullhorn + http://localhost:1313/post/2012/04/23/hacker-with-horn/ + Mon, 23 Apr 2012 00:00:00 +0000 + http://localhost:1313/post/2012/04/23/hacker-with-horn/ + <p>Hacker with bullhorn: &ldquo;Save your money! Accept one of our free tanks! It is invulnerable, and can drive across rocks and swamps at ninety miles an hour while getting a hundred miles to the gallon!&rdquo;</p> <p>Prospective station wagon buyer: &ldquo;I know what you say is true&hellip;but&hellip;er&hellip;I don&rsquo;t know how to maintain a tank!&rdquo;</p> <p>Bullhorn: &ldquo;You don&rsquo;t know how to maintain a station wagon either!&rdquo;</p> <p>Buyer: &ldquo;But this dealership has mechanics on staff. If something goes wrong with my station wagon, I can take a day off work, bring it here, and pay them to work on it while I sit in the waiting room for hours, listening to elevator music.&rdquo;</p> + + + diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..ff4f554 --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,95 @@ + + + + + + + + + + + + + Categories | azuminha + + + + + + + +
+ +
+ + + +

Categories

+ + + + + + + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..b6d3e56 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,11 @@ + + + + Categories on azuminha + https://example.com/categories/ + Recent content in Categories on azuminha + Hugo + en-us + + + -- cgit v1.2.3