summaryrefslogtreecommitdiff
path: root/public/index.html
blob: d06087a7926496926c67ef6ab6eed56187d169ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en-us">
  <head>
	<meta name="generator" content="Hugo 0.150.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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="The personal writings and expressions of Grayfox, otherwise known as you too and everyone else. It is a loving and silly place.">
    <title>Home | 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 current">
            <a href="http://localhost:1313/">~/azuminha</a>
          </li>
          
          
          <li class="pull-left ">
            <a href="/categories/">~/categories</a>
          </li>
          
          
          <li class="pull-left ">
            <a href="https://git.azuminha.com/">~/git</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">


  <p><img
id="foxy"
src="/images/pp.jpeg"
alt="cat"></p>
<h2 id="seedling-bem-vindo">&#x1f331; Bem-vindo</h2>
<p>Aqui guardo anotações, ideias, experimentos e bobeiras.
Não é um manual, mas talvez alguma coisa ajude alguém além de mim.</p>
<!-- <img src="/images/partywizard.gif"> -->
<p><a href="https://azuminha.com/files">files</a></p>
<hr>
<h2 id="sei-la">Sei la</h2>
<p><a href="http://sl.azuminha.com">url shortener</a></p>
<hr>
<h2 id="musings">Musings</h2>


  <ul>
     
     
     
     <li>
       <span class="date">2025/09/30</span>
       <a href="/post/2025/09/30/host-a-blog-with-hugo/">Host a Blog With Hugo</a>
     </li>
     
     <li>
       <span class="date">2025/09/27</span>
       <a href="/post/2025/09/27/bem-vindo/">Bem Vindo</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>