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/tags/html/index.html | 107 ++++++++++++++++++++++++++++++++++++++++ public/tags/html/index.xml | 19 +++++++ public/tags/index.html | 95 +++++++++++++++++++++++++++++++++++ public/tags/index.xml | 11 +++++ public/tags/juicy/index.html | 107 ++++++++++++++++++++++++++++++++++++++++ public/tags/juicy/index.xml | 19 +++++++ public/tags/markdown/index.html | 107 ++++++++++++++++++++++++++++++++++++++++ public/tags/markdown/index.xml | 19 +++++++ 8 files changed, 484 insertions(+) create mode 100644 public/tags/html/index.html create mode 100644 public/tags/html/index.xml create mode 100644 public/tags/index.html create mode 100644 public/tags/index.xml create mode 100644 public/tags/juicy/index.html create mode 100644 public/tags/juicy/index.xml create mode 100644 public/tags/markdown/index.html create mode 100644 public/tags/markdown/index.xml (limited to 'public/tags') diff --git a/public/tags/html/index.html b/public/tags/html/index.html new file mode 100644 index 0000000..4bf87a0 --- /dev/null +++ b/public/tags/html/index.html @@ -0,0 +1,107 @@ + + + + + + + + + + + + + HTML | azuminha + + + + + + + +
+ +
+ + + +
+ +

HTML

+ + + + + +
+ + + + diff --git a/public/tags/html/index.xml b/public/tags/html/index.xml new file mode 100644 index 0000000..1cbcac5 --- /dev/null +++ b/public/tags/html/index.xml @@ -0,0 +1,19 @@ + + + + HTML on azuminha + http://localhost:1313/tags/html/ + Recent content in HTML on azuminha + Hugo + en-us + Mon, 12 Mar 2012 00:00:00 +0000 + + + Command Line Awesomeness + http://localhost:1313/post/2012/03/12/command-line-awesomeness/ + Mon, 12 Mar 2012 00:00:00 +0000 + http://localhost:1313/post/2012/03/12/command-line-awesomeness/ + <p>This crud is called HTML (HyperText Markup Language) and it is basically a very simple programming language instructing your web browser how to draw a page on a screen. Anyone can learn HTML and many people do. The important thing is that no matter what splendid multimedia web pages they might represent, HTML files are just telegrams.</p> <blockquote> <p>When Ronald Reagan was a radio announcer, he used to call baseball games by reading the terse descriptions that trickled in over the telegraph wire and were printed out on a paper tape. He would sit there, all by himself in a padded room with a microphone, and the paper tape would eke out of the machine and crawl over the palm of his hand printed with cryptic abbreviations. If the count went to three and two, Reagan would describe the scene as he saw it in his mind&rsquo;s eye: &ldquo;The brawny left-hander steps out of the batter&rsquo;s box to wipe the sweat from his brow. The umpire steps forward to sweep the dirt from home plate.&rdquo; and so on. When the cryptogram on the paper tape announced a base hit, he would whack the edge of the table with a pencil, creating a little sound effect, and describe the arc of the ball as if he could actually see it. His listeners, many of whom presumably thought that Reagan was actually at the ballpark watching the game, would reconstruct the scene in their minds according to his descriptions.</p> + + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..81fd4bb --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,95 @@ + + + + + + + + + + + + + Tags | azuminha + + + + + + + +
+ +
+ + + +

Tags

+ + + + + + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..25dd61b --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,11 @@ + + + + Tags on azuminha + https://example.com/tags/ + Recent content in Tags on azuminha + Hugo + en-us + + + diff --git a/public/tags/juicy/index.html b/public/tags/juicy/index.html new file mode 100644 index 0000000..41805b8 --- /dev/null +++ b/public/tags/juicy/index.html @@ -0,0 +1,107 @@ + + + + + + + + + + + + + Juicy | azuminha + + + + + + + +
+ +
+ + + +
+ +

Juicy

+ + + + + +
+ + + + diff --git a/public/tags/juicy/index.xml b/public/tags/juicy/index.xml new file mode 100644 index 0000000..ee07977 --- /dev/null +++ b/public/tags/juicy/index.xml @@ -0,0 +1,19 @@ + + + + Juicy on azuminha + http://localhost:1313/tags/juicy/ + Recent content in Juicy 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/tags/markdown/index.html b/public/tags/markdown/index.html new file mode 100644 index 0000000..4d1fff8 --- /dev/null +++ b/public/tags/markdown/index.html @@ -0,0 +1,107 @@ + + + + + + + + + + + + + Markdown | azuminha + + + + + + + +
+ +
+ + + +
+ +

Markdown

+ + + + + +
+ + + + diff --git a/public/tags/markdown/index.xml b/public/tags/markdown/index.xml new file mode 100644 index 0000000..21ffa15 --- /dev/null +++ b/public/tags/markdown/index.xml @@ -0,0 +1,19 @@ + + + + Markdown on azuminha + http://localhost:1313/tags/markdown/ + Recent content in Markdown 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> + + + -- cgit v1.2.3