Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « code-poetry « posts « docs - github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35691c375902fad0cc832b006a2b2dc34db4e9de (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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html>

<head>
    
    <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">

<meta name="description" content="A new Hugo site.">
<title>
    &lt;code&gt;Code&lt;/code&gt; Poetry - Call me Sam
</title>


<link rel="shortcut icon" href="/hugo-theme-sam/sam.ico">








<link rel="stylesheet" href="/hugo-theme-sam/css/main.min.c5514d3530979d291f3497facc20da1cec870028dbc2a3630b64bab8721bbe49.css" integrity="sha256-xVFNNTCXnSkfNJf6zCDaHOyHACjbwqNjC2S6uHIbvkk=" crossorigin="anonymous" media="screen">




  






<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Didact+Gothic">

<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://victoria.dev/hugo-theme-sam/tn.png"/>

<meta name="twitter:title" content="`Code` Poetry"/>
<meta name="twitter:description" content="Pseudo code poem.
if (this === that): try write_new_poem() except not_a_poet as e: return e e cummings?
console.log(&#39;eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&#39;) An embedded gist using shortcode:
 "/>

<meta property="og:title" content="`Code` Poetry" />
<meta property="og:description" content="Pseudo code poem.
if (this === that): try write_new_poem() except not_a_poet as e: return e e cummings?
console.log(&#39;eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&#39;) An embedded gist using shortcode:
 " />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://victoria.dev/hugo-theme-sam/posts/code-poetry/" />
<meta property="og:image" content="https://victoria.dev/hugo-theme-sam/tn.png"/>
<meta property="article:published_time" content="2018-02-13T13:56:12-05:00" />
<meta property="article:modified_time" content="2018-02-13T13:56:12-05:00" /><meta property="og:site_name" content="Call me Sam" />


    

    
    
    
    <title>
        
        &lt;code&gt;Code&lt;/code&gt; Poetry
        
    </title>
</head>

<body>
    
    
    <header class="wrap flex-container">
        <h1><code>Code</code> Poetry</h1>
    </header>
    
    <main class="wrap">
        
<div class="flex-container">
    <aside role="complementary">
        Tue Feb 13, 2018 &#183; 23 words
        <div class="tag-container">
            
            
            <span class="tag">
                <a href="/hugo-theme-sam/tags/poem/">
                    poem
                </a>
            </span>
            
            
            
            <span class="tag">
                <a href="/hugo-theme-sam/tags/code/">
                    code
                </a>
            </span>
            
            
        </div>
    </aside>
    <hr />
    <article role="article">
        <p>Pseudo <code>code</code> poem.</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-js" data-lang="js"><span style="color:#66d9ef">if</span> (<span style="color:#66d9ef">this</span> <span style="color:#f92672">===</span> <span style="color:#a6e22e">that</span>)<span style="color:#f92672">:</span>
    <span style="color:#66d9ef">try</span> <span style="color:#a6e22e">write_new_poem</span>()

    <span style="color:#a6e22e">except</span> <span style="color:#a6e22e">not_a_poet</span> <span style="color:#a6e22e">as</span> <span style="color:#a6e22e">e</span><span style="color:#f92672">:</span>
        <span style="color:#66d9ef">return</span>
</code></pre></div><p>e e cummings?</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-js" data-lang="js"><span style="color:#a6e22e">console</span>.<span style="color:#a6e22e">log</span>(<span style="color:#e6db74">&#39;eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&#39;</span>)
</code></pre></div><p>An embedded gist using shortcode:</p>
<script type="application/javascript" src="https://gist.github.com/spf13/7896402.js?file=img.html"></script>


    </article>
</div>


        
<nav role="navigation" class="flex-container bottom-menu">
    
<hr />
<p>


    
        <a href="/hugo-theme-sam/posts">back</a>
        
            &#183;
        
    

    
        
            <a href="/hugo-theme-sam/posts">posts</a>
        
    
    
        
            &#183; 
            <a href="/hugo-theme-sam/gallery">gallery</a>
        
            &#183; 
            <a href="/hugo-theme-sam/portfolio">portfolio</a>
        
            &#183; 
            <a href="/hugo-theme-sam/about">who is sam?</a>
        
    
    &#183; 
    <a href="/hugo-theme-sam">
        main
    </a>

</p>
</nav>

    </main>
    
    <footer class="flex-container footer">Call me Sam, a theme for Hugo.
</footer>
    
    
</body>

</html>