diff options
author | leo <azuminha1@gmail.co> | 2025-09-27 20:35:09 -0300 |
---|---|---|
committer | leo <azuminha1@gmail.co> | 2025-09-27 20:35:09 -0300 |
commit | 6afb08d814672329ea185500d105cfa85cdbb7e9 (patch) | |
tree | 37a5f5ccb57d15359e5b02421c5227be0694fb58 /public/categories |
first hugo build
Diffstat (limited to 'public/categories')
-rw-r--r-- | public/categories/blog/index.html | 102 | ||||
-rw-r--r-- | public/categories/blog/index.xml | 11 | ||||
-rw-r--r-- | public/categories/bullhorn/index.html | 107 | ||||
-rw-r--r-- | public/categories/bullhorn/index.xml | 19 | ||||
-rw-r--r-- | public/categories/code/index.html | 107 | ||||
-rw-r--r-- | public/categories/code/index.xml | 19 | ||||
-rw-r--r-- | public/categories/example/index.html | 112 | ||||
-rw-r--r-- | public/categories/example/index.xml | 26 | ||||
-rw-r--r-- | public/categories/index.html | 95 | ||||
-rw-r--r-- | public/categories/index.xml | 11 |
10 files changed, 609 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + + <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> + <link rel="manifest" href="/images/site.webmanifest"> + + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="A simple, minimal blog for those who love text."> + <title>Blog | azuminha</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link rel="stylesheet" href="http://localhost:1313/css/theme-override.css"> + + </head> + + <body> + <header> + <nav> + <ul> + + + <li class="pull-left "> + <a href="http://localhost:1313/">~/azuminha</a> + </li> + + + <li class="pull-left current"> + <a href="/categories/">~/categories</a> + </li> + + + <li class="pull-left "> + <a href="/tags/">~/tags</a> + </li> + + + + + <li class="pull-right"> + <a href="/index.xml">~/subscribe</a> + </li> + + + </ul> + </nav> + </header> + + + +<div class="content-wrapper"> + + <h1>Blog</h1> + + + + + <ul> + + + + </ul> +</div> + <footer> + + + <script> + (function() { + function center_el(tagName) { + var tags = document.getElementsByTagName(tagName), i, tag; + for (i = 0; i < tags.length; i++) { + tag = tags[i]; + var parent = tag.parentElement; + + if (parent.childNodes.length === 1) { + + if (parent.nodeName === 'A') { + parent = parent.parentElement; + if (parent.childNodes.length != 1) continue; + } + if (parent.nodeName === 'P') parent.style.textAlign = 'center'; + } + } + } + var tagNames = ['img', 'embed', 'object']; + for (var i = 0; i < tagNames.length; i++) { + center_el(tagNames[i]); + } + })(); + </script> + + + <hr/> + <a href="https://git.azuminha.com">Git</a> + + </footer> + </body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Blog on azuminha</title> + <link>http://localhost:1313/categories/blog/</link> + <description>Recent content in Blog on azuminha</description> + <generator>Hugo</generator> + <language>en-us</language> + <atom:link href="http://localhost:1313/categories/blog/index.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + + <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> + <link rel="manifest" href="/images/site.webmanifest"> + + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="A simple, minimal blog for those who love text."> + <title>Bullhorn | azuminha</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link rel="stylesheet" href="http://localhost:1313/css/theme-override.css"> + + </head> + + <body> + <header> + <nav> + <ul> + + + <li class="pull-left "> + <a href="http://localhost:1313/">~/azuminha</a> + </li> + + + <li class="pull-left current"> + <a href="/categories/">~/categories</a> + </li> + + + <li class="pull-left "> + <a href="/tags/">~/tags</a> + </li> + + + + + <li class="pull-right"> + <a href="/index.xml">~/subscribe</a> + </li> + + + </ul> + </nav> + </header> + + + +<div class="content-wrapper"> + + <h1>Bullhorn</h1> + + + + + <ul> + + + + <li> + <span class="date">2012/04/23</span> + <a href="/post/2012/04/23/hacker-with-horn/">Hacker with Bullhorn</a> + </li> + + </ul> +</div> + <footer> + + + <script> + (function() { + function center_el(tagName) { + var tags = document.getElementsByTagName(tagName), i, tag; + for (i = 0; i < tags.length; i++) { + tag = tags[i]; + var parent = tag.parentElement; + + if (parent.childNodes.length === 1) { + + if (parent.nodeName === 'A') { + parent = parent.parentElement; + if (parent.childNodes.length != 1) continue; + } + if (parent.nodeName === 'P') parent.style.textAlign = 'center'; + } + } + } + var tagNames = ['img', 'embed', 'object']; + for (var i = 0; i < tagNames.length; i++) { + center_el(tagNames[i]); + } + })(); + </script> + + + <hr/> + <a href="https://git.azuminha.com">Git</a> + + </footer> + </body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Bullhorn on azuminha</title> + <link>http://localhost:1313/categories/bullhorn/</link> + <description>Recent content in Bullhorn on azuminha</description> + <generator>Hugo</generator> + <language>en-us</language> + <lastBuildDate>Mon, 23 Apr 2012 00:00:00 +0000</lastBuildDate> + <atom:link href="http://localhost:1313/categories/bullhorn/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Hacker with Bullhorn</title> + <link>http://localhost:1313/post/2012/04/23/hacker-with-horn/</link> + <pubDate>Mon, 23 Apr 2012 00:00:00 +0000</pubDate> + <guid>http://localhost:1313/post/2012/04/23/hacker-with-horn/</guid> + <description><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></description> + </item> + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + + <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> + <link rel="manifest" href="/images/site.webmanifest"> + + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="A simple, minimal blog for those who love text."> + <title>Code | azuminha</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link rel="stylesheet" href="http://localhost:1313/css/theme-override.css"> + + </head> + + <body> + <header> + <nav> + <ul> + + + <li class="pull-left "> + <a href="http://localhost:1313/">~/azuminha</a> + </li> + + + <li class="pull-left current"> + <a href="/categories/">~/categories</a> + </li> + + + <li class="pull-left "> + <a href="/tags/">~/tags</a> + </li> + + + + + <li class="pull-right"> + <a href="/index.xml">~/subscribe</a> + </li> + + + </ul> + </nav> + </header> + + + +<div class="content-wrapper"> + + <h1>Code</h1> + + + + + <ul> + + + + <li> + <span class="date">2012/01/23</span> + <a href="/post/2012/01/23/juicy-code/">Juicy Code</a> + </li> + + </ul> +</div> + <footer> + + + <script> + (function() { + function center_el(tagName) { + var tags = document.getElementsByTagName(tagName), i, tag; + for (i = 0; i < tags.length; i++) { + tag = tags[i]; + var parent = tag.parentElement; + + if (parent.childNodes.length === 1) { + + if (parent.nodeName === 'A') { + parent = parent.parentElement; + if (parent.childNodes.length != 1) continue; + } + if (parent.nodeName === 'P') parent.style.textAlign = 'center'; + } + } + } + var tagNames = ['img', 'embed', 'object']; + for (var i = 0; i < tagNames.length; i++) { + center_el(tagNames[i]); + } + })(); + </script> + + + <hr/> + <a href="https://git.azuminha.com">Git</a> + + </footer> + </body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Code on azuminha</title> + <link>http://localhost:1313/categories/code/</link> + <description>Recent content in Code on azuminha</description> + <generator>Hugo</generator> + <language>en-us</language> + <lastBuildDate>Mon, 23 Jan 2012 00:00:00 +0000</lastBuildDate> + <atom:link href="http://localhost:1313/categories/code/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Juicy Code</title> + <link>http://localhost:1313/post/2012/01/23/juicy-code/</link> + <pubDate>Mon, 23 Jan 2012 00:00:00 +0000</pubDate> + <guid>http://localhost:1313/post/2012/01/23/juicy-code/</guid> + <description><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></description> + </item> + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + + <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> + <link rel="manifest" href="/images/site.webmanifest"> + + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="A simple, minimal blog for those who love text."> + <title>Example | azuminha</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link rel="stylesheet" href="http://localhost:1313/css/theme-override.css"> + + </head> + + <body> + <header> + <nav> + <ul> + + + <li class="pull-left "> + <a href="http://localhost:1313/">~/azuminha</a> + </li> + + + <li class="pull-left current"> + <a href="/categories/">~/categories</a> + </li> + + + <li class="pull-left "> + <a href="/tags/">~/tags</a> + </li> + + + + + <li class="pull-right"> + <a href="/index.xml">~/subscribe</a> + </li> + + + </ul> + </nav> + </header> + + + +<div class="content-wrapper"> + + <h1>Example</h1> + + + + + <ul> + + + + <li> + <span class="date">2018/08/30</span> + <a href="/post/2018/08/30/markdown-guide-modified/">Markdown Guide (modified)</a> + </li> + + <li> + <span class="date">2012/04/23</span> + <a href="/post/2012/04/23/hacker-with-horn/">Hacker with Bullhorn</a> + </li> + + </ul> +</div> + <footer> + + + <script> + (function() { + function center_el(tagName) { + var tags = document.getElementsByTagName(tagName), i, tag; + for (i = 0; i < tags.length; i++) { + tag = tags[i]; + var parent = tag.parentElement; + + if (parent.childNodes.length === 1) { + + if (parent.nodeName === 'A') { + parent = parent.parentElement; + if (parent.childNodes.length != 1) continue; + } + if (parent.nodeName === 'P') parent.style.textAlign = 'center'; + } + } + } + var tagNames = ['img', 'embed', 'object']; + for (var i = 0; i < tagNames.length; i++) { + center_el(tagNames[i]); + } + })(); + </script> + + + <hr/> + <a href="https://git.azuminha.com">Git</a> + + </footer> + </body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Example on azuminha</title> + <link>http://localhost:1313/categories/example/</link> + <description>Recent content in Example on azuminha</description> + <generator>Hugo</generator> + <language>en-us</language> + <lastBuildDate>Thu, 30 Aug 2018 00:00:00 +0000</lastBuildDate> + <atom:link href="http://localhost:1313/categories/example/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Markdown Guide (modified)</title> + <link>http://localhost:1313/post/2018/08/30/markdown-guide-modified/</link> + <pubDate>Thu, 30 Aug 2018 00:00:00 +0000</pubDate> + <guid>http://localhost:1313/post/2018/08/30/markdown-guide-modified/</guid> + <description><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></description> + </item> + <item> + <title>Hacker with Bullhorn</title> + <link>http://localhost:1313/post/2012/04/23/hacker-with-horn/</link> + <pubDate>Mon, 23 Apr 2012 00:00:00 +0000</pubDate> + <guid>http://localhost:1313/post/2012/04/23/hacker-with-horn/</guid> + <description><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></description> + </item> + </channel> +</rss> 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 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + + <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> + <link rel="manifest" href="/images/site.webmanifest"> + + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="description" content="A simple, minimal blog for those who love text."> + <title>Categories | azuminha</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link rel="stylesheet" href="https://example.com/css/theme-override.css"> + + </head> + + <body> + <header> + <nav> + <ul> + + + <li class="pull-left "> + <a href="https://example.com/">~/azuminha</a> + </li> + + + <li class="pull-left current"> + <a href="/categories/">~/categories</a> + </li> + + + <li class="pull-left "> + <a href="/tags/">~/tags</a> + </li> + + + + + <li class="pull-right"> + <a href="/index.xml">~/subscribe</a> + </li> + + + </ul> + </nav> + </header> + + + +<h1>Categories</h1> + +<ul class="terms"> + +</ul> + + <footer> + + + <script> + (function() { + function center_el(tagName) { + var tags = document.getElementsByTagName(tagName), i, tag; + for (i = 0; i < tags.length; i++) { + tag = tags[i]; + var parent = tag.parentElement; + + if (parent.childNodes.length === 1) { + + if (parent.nodeName === 'A') { + parent = parent.parentElement; + if (parent.childNodes.length != 1) continue; + } + if (parent.nodeName === 'P') parent.style.textAlign = 'center'; + } + } + } + var tagNames = ['img', 'embed', 'object']; + for (var i = 0; i < tagNames.length; i++) { + center_el(tagNames[i]); + } + })(); + </script> + + + <hr/> + <a href="https://git.azuminha.com">Git</a> + + </footer> + </body> +</html> + 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 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Categories on azuminha</title> + <link>https://example.com/categories/</link> + <description>Recent content in Categories on azuminha</description> + <generator>Hugo</generator> + <language>en-us</language> + <atom:link href="https://example.com/categories/index.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> |