Skip to content

Commit c31ed59

Browse files
committed
second commit
1 parent 1f91d7c commit c31ed59

File tree

6 files changed

+316
-4
lines changed

6 files changed

+316
-4
lines changed

index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,36 @@
121121

122122
<div class="posts">
123123

124+
<article class="post on-list">
125+
<h1 class="post-title"><a href="https://armisss4.github.io/posts/paveiksliukas/">Paveiksliukas</a></h1>
126+
<div class="post-meta">
127+
128+
<time class="post-date">
129+
2023-12-11
130+
</time>
131+
132+
133+
134+
135+
136+
137+
138+
</div>
139+
140+
141+
142+
143+
144+
<div class="post-content">
145+
146+
147+
148+
</div>
149+
150+
<div><a class="read-more button" href="/posts/paveiksliukas/">Read more →</a></div>
151+
152+
</article>
153+
124154
<article class="post on-list">
125155
<h1 class="post-title"><a href="https://armisss4.github.io/posts/puslapis/">Puslapis</a></h1>
126156
<div class="post-meta">

index.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,32 @@
99
<description>Recent content on Laboratorinis Arminas Petraitis</description>
1010
<generator>Hugo -- gohugo.io</generator>
1111
<language>en-us</language>
12-
<lastBuildDate>Mon, 11 Dec 2023 00:38:05 +0200</lastBuildDate>
12+
<lastBuildDate>Mon, 11 Dec 2023 00:58:46 +0200</lastBuildDate>
1313

1414
<atom:link href="https://armisss4.github.io/index.xml" rel="self" type="application/rss+xml" />
1515

1616

17+
<item>
18+
<title>Paveiksliukas</title>
19+
<link>https://armisss4.github.io/posts/paveiksliukas/</link>
20+
<pubDate>Mon, 11 Dec 2023 00:58:46 +0200</pubDate>
21+
22+
<guid>https://armisss4.github.io/posts/paveiksliukas/</guid>
23+
<description>
24+
25+
26+
27+
28+
29+
30+
31+
32+
package main import &amp;#34;fmt&amp;#34; func main() { fmt.Println(&amp;#34;hello world&amp;#34;) }
33+
34+
35+
</description>
36+
</item>
37+
1738
<item>
1839
<title>Puslapis</title>
1940
<link>https://armisss4.github.io/posts/puslapis/</link>

posts/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,40 @@
110110

111111
<div class="posts">
112112

113+
<article class="post on-list">
114+
<h1 class="post-title"><a href="https://armisss4.github.io/posts/paveiksliukas/">Paveiksliukas</a></h1>
115+
<div class="post-meta">
116+
117+
<time class="post-date">
118+
2023-12-11
119+
</time>
120+
121+
122+
123+
124+
125+
126+
127+
</div>
128+
129+
130+
131+
132+
133+
<div class="post-content">
134+
135+
136+
137+
</div>
138+
139+
<div>
140+
<a class="read-more button" href="/posts/paveiksliukas/"
141+
>Read more →</a
142+
>
143+
</div>
144+
145+
</article>
146+
113147
<article class="post on-list">
114148
<h1 class="post-title"><a href="https://armisss4.github.io/posts/puslapis/">Puslapis</a></h1>
115149
<div class="post-meta">

posts/index.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,32 @@
99
<description>Recent content in Posts on Laboratorinis Arminas Petraitis</description>
1010
<generator>Hugo -- gohugo.io</generator>
1111
<language>en-us</language>
12-
<lastBuildDate>Mon, 11 Dec 2023 00:38:05 +0200</lastBuildDate>
12+
<lastBuildDate>Mon, 11 Dec 2023 00:58:46 +0200</lastBuildDate>
1313

1414
<atom:link href="https://armisss4.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
1515

1616

17+
<item>
18+
<title>Paveiksliukas</title>
19+
<link>https://armisss4.github.io/posts/paveiksliukas/</link>
20+
<pubDate>Mon, 11 Dec 2023 00:58:46 +0200</pubDate>
21+
22+
<guid>https://armisss4.github.io/posts/paveiksliukas/</guid>
23+
<description>
24+
25+
26+
27+
28+
29+
30+
31+
32+
package main import &amp;#34;fmt&amp;#34; func main() { fmt.Println(&amp;#34;hello world&amp;#34;) }
33+
34+
35+
</description>
36+
</item>
37+
1738
<item>
1839
<title>Puslapis</title>
1940
<link>https://armisss4.github.io/posts/puslapis/</link>

posts/paveiksliukas/index.html

Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
5+
<title>
6+
Paveiksliukas ::
7+
Laboratorinis Arminas Petraitis
8+
</title>
9+
10+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
12+
<meta
13+
name="description"
14+
content="
15+
package main import &amp;#34;fmt&amp;#34; func main() { fmt.Println(&amp;#34;hello world&amp;#34;) } "
16+
/>
17+
<meta
18+
name="keywords"
19+
content=""
20+
/>
21+
<meta name="robots" content="noodp" />
22+
<link rel="canonical" href="https://armisss4.github.io/posts/paveiksliukas/" />
23+
24+
25+
26+
27+
28+
29+
30+
<link rel="stylesheet" href="/css/style.css" />
31+
32+
<link rel="stylesheet" href="https://armisss4.github.io/style.css" />
33+
34+
35+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://armisss4.github.io/img/apple-touch-icon-144-precomposed.png" />
36+
<link rel="shortcut icon" href="https://armisss4.github.io/img/favicon.png" />
37+
38+
39+
<link href="/fonts/Inter-Italic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
40+
<link href="/fonts/Inter-Regular.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
41+
<link href="/fonts/Inter-Medium.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
42+
<link href="/fonts/Inter-MediumItalic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
43+
<link href="/fonts/Inter-Bold.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
44+
<link href="/fonts/Inter-BoldItalic.woff2" rel="preload" type="font/woff2" as="font" crossorigin="">
45+
46+
47+
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Paveiksliukas"/>
48+
<meta name="twitter:description" content="
49+
package main import &#34;fmt&#34; func main() { fmt.Println(&#34;hello world&#34;) } "/>
50+
51+
52+
53+
<meta property="og:title" content="Paveiksliukas" />
54+
<meta property="og:description" content="
55+
package main import &#34;fmt&#34; func main() { fmt.Println(&#34;hello world&#34;) } " />
56+
<meta property="og:type" content="article" />
57+
<meta property="og:url" content="https://armisss4.github.io/posts/paveiksliukas/" /><meta property="article:section" content="posts" />
58+
<meta property="article:published_time" content="2023-12-11T00:58:46+02:00" />
59+
<meta property="article:modified_time" content="2023-12-11T00:58:46+02:00" />
60+
61+
62+
63+
64+
65+
66+
67+
</head>
68+
<body >
69+
<div class="container">
70+
<header class="header">
71+
<span class="header__inner">
72+
<a
73+
href="https://armisss4.github.io/"
74+
class="logo"
75+
style="text-decoration: none;"
76+
>
77+
78+
<span class="logo__mark"><svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" viewBox="0 0 44 44">
79+
<path fill="none" d="M15 8l14.729 14.382L15 35.367" />
80+
</svg>
81+
</span>
82+
<span class="logo__text"
83+
>hello friend</span
84+
>
85+
<span class="logo__cursor"></span>
86+
87+
</a>
88+
89+
<span class="header__right">
90+
91+
<span class="theme-toggle">
92+
<svg
93+
class="theme-toggler"
94+
width="24"
95+
height="24"
96+
viewBox="0 0 48 48"
97+
fill="none"
98+
xmlns="http://www.w3.org/2000/svg"
99+
>
100+
<path
101+
d="M22 41C32.4934 41 41 32.4934 41 22C41 11.5066 32.4934 3 22
102+
3C11.5066 3 3 11.5066 3 22C3 32.4934 11.5066 41 22 41ZM7 22C7
103+
13.7157 13.7157 7 22 7V37C13.7157 37 7 30.2843 7 22Z"
104+
/>
105+
</svg>
106+
107+
</span>
108+
</span>
109+
</span>
110+
</header>
111+
112+
113+
<div class="content">
114+
115+
116+
117+
118+
<article class="post">
119+
<h1 class="post-title">Paveiksliukas</h1>
120+
<div class="post-meta">
121+
122+
<time class="post-date">
123+
2023-12-11
124+
</time>
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
</div>
136+
137+
138+
139+
140+
141+
<div class="post-content">
142+
143+
<p><img src="https://mdg.imgix.net/assets/images/tux.png" alt="Tux, the Linux mascot"></p>
144+
<pre tabindex="0"><code>package main
145+
146+
import &#34;fmt&#34;
147+
148+
func main() {
149+
fmt.Println(&#34;hello world&#34;)
150+
}
151+
</code></pre>
152+
</div>
153+
154+
155+
156+
157+
158+
</article>
159+
160+
</div>
161+
162+
163+
<footer class="footer">
164+
<div class="footer__inner">
165+
166+
<a
167+
href="https://armisss4.github.io/"
168+
class="logo"
169+
style="text-decoration: none;"
170+
>
171+
172+
<span class="logo__mark"><svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" viewBox="0 0 44 44">
173+
<path fill="none" d="M15 8l14.729 14.382L15 35.367" />
174+
</svg>
175+
</span>
176+
<span class="logo__text"
177+
>hello friend</span
178+
>
179+
<span class="logo__cursor"></span>
180+
181+
</a>
182+
183+
<div class="copyright">
184+
<span>© 2023 Powered by <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a></span>
185+
<span><a href="https://github.com/panr/hugo-theme-hello-friend" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
186+
</div>
187+
188+
</div>
189+
</footer>
190+
191+
192+
193+
194+
195+
<script type="text/javascript" src="/bundle.min.js"></script>
196+
197+
198+
199+
</div>
200+
201+
202+
</body>
203+
</html>

sitemap.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
44
<url>
55
<loc>https://armisss4.github.io/</loc>
6-
<lastmod>2023-12-11T00:38:05+02:00</lastmod>
6+
<lastmod>2023-12-11T00:58:46+02:00</lastmod>
7+
</url><url>
8+
<loc>https://armisss4.github.io/posts/paveiksliukas/</loc>
9+
<lastmod>2023-12-11T00:58:46+02:00</lastmod>
710
</url><url>
811
<loc>https://armisss4.github.io/posts/</loc>
9-
<lastmod>2023-12-11T00:38:05+02:00</lastmod>
12+
<lastmod>2023-12-11T00:58:46+02:00</lastmod>
1013
</url><url>
1114
<loc>https://armisss4.github.io/posts/puslapis/</loc>
1215
<lastmod>2023-12-11T00:38:05+02:00</lastmod>

0 commit comments

Comments
 (0)