updated css and added hello world

This commit is contained in:
kurets 2022-12-17 18:15:37 +02:00
parent 4530e7c66c
commit 7157aa0b09
15 changed files with 194 additions and 68 deletions

View file

@ -1,10 +0,0 @@
---
title: "First"
date: 2022-12-17T08:26:58+02:00
draft: false
---
# asdsda
asdasda

View file

@ -0,0 +1,19 @@
---
title: "Hello world"
date: 2022-12-17T17:20:18+02:00
draft: false
---
# Obligatory Hello World!
trying to see which hugo theme i like best
had some issues with papermod and their css not working so for now i'll use lugo
## stuff i like
- bidya games (like 5)
- touching grass and nature in general (wanabe farmer)
- japanese (i hate anime and manga) will prolly schizopost how i learned it
experimented with the css which for some reason and i think it looks pretty alright

View file

@ -10,13 +10,21 @@
<item>
<title>First</title>
<link>https://vodoraslo.xyz/first/</link>
<pubDate>Sat, 17 Dec 2022 08:26:58 +0200</pubDate>
<title>Hello world</title>
<link>https://vodoraslo.xyz/helloworld/</link>
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/first/</guid>
<description>&lt;h1 id=&#34;asdsda&#34;&gt;asdsda&lt;/h1&gt;
&lt;p&gt;asdasda&lt;/p&gt;
<guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World!&lt;/h1&gt;
&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bidya games (like 5)&lt;/li&gt;
&lt;li&gt;touching grass and nature in general (wanabe farmer)&lt;/li&gt;
&lt;li&gt;japanese (i hate anime and manga) will prolly schizopost how i learned it&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;experimented with the css which for some reason&lt;/p&gt;
</description>
</item>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -1,31 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>First | vodoraslo</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="asdsda asdasda">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_First">First</h1></header>
<article>
<h1 id="asdsda">asdsda</h1>
<p>asdasda</p>
</article>
</main>
<footer>
<a href="https://vodoraslo.xyz/">https://vodoraslo.xyz/</a>
</footer>
</body>
</html>

View file

@ -1,7 +1,8 @@
body {
font-family: sans-serif ;
background: #110000 ;
color: #ccc ;
background: gray;
/* color: rgb(143, 185, 58) ; */
color: white;
}
main {
@ -43,3 +44,11 @@ footer {
#nextart,#prevart {
max-width: 33% ;
}
/* a { color:red } Globally */
/* Each state */
a:visited { text-decoration: none; /* color:red; */ }
a:hover { text-decoration: none; /* color:blue */; }
a:focus { text-decoration: none; /* color:yellow */; }
a:hover, a:active { text-decoration: none; /* color:black */ }

View file

@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello World | vodoraslo</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Obligatory Hello World! trying to see which hugo theme i like best
had some issues with papermod and their css not working so for now i&rsquo;ll use lugo
stuff i like bidya games (like 5) touching grass and nature in general (wanabe farmer) japanese (i hate anime and manga) will prolly schizopost how i learned it experimented with the css which for some reason">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_Hello world">Hello world</h1></header>
<article>
<h1 id="obligatory-hello-world">Obligatory Hello World!</h1>
<p>trying to see which hugo theme i like best</p>
<p>had some issues with papermod and their css not working so for now i&rsquo;ll use lugo</p>
<h2 id="stuff-i-like">stuff i like</h2>
<ul>
<li>bidya games (like 5)</li>
<li>touching grass and nature in general (wanabe farmer)</li>
<li>japanese (i hate anime and manga) will prolly schizopost how i learned it</li>
</ul>
<p>experimented with the css which for some reason</p>
</article>
</main>
<footer>
<a href="https://vodoraslo.xyz/">https://vodoraslo.xyz/</a>
</footer>
</body>
</html>

View file

@ -18,7 +18,7 @@
<article>
<ul>
<li><a href="/first/">First</a></li>
<li><a href="/helloworld/">Hello world</a></li>
</ul>
</article>
</main>

View file

@ -10,13 +10,21 @@
<item>
<title>First</title>
<link>https://vodoraslo.xyz/first/</link>
<pubDate>Sat, 17 Dec 2022 08:26:58 +0200</pubDate>
<title>Hello world</title>
<link>https://vodoraslo.xyz/helloworld/</link>
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/first/</guid>
<description>&lt;h1 id=&#34;asdsda&#34;&gt;asdsda&lt;/h1&gt;
&lt;p&gt;asdasda&lt;/p&gt;
<guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World!&lt;/h1&gt;
&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bidya games (like 5)&lt;/li&gt;
&lt;li&gt;touching grass and nature in general (wanabe farmer)&lt;/li&gt;
&lt;li&gt;japanese (i hate anime and manga) will prolly schizopost how i learned it&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;experimented with the css which for some reason&lt;/p&gt;
</description>
</item>

View file

@ -2,8 +2,8 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://vodoraslo.xyz/first/</loc>
<lastmod>2022-12-17T08:26:58+02:00</lastmod>
<loc>https://vodoraslo.xyz/helloworld/</loc>
<lastmod>2022-12-17T17:20:18+02:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/categories/</loc>
</url><url>

View file

@ -1,7 +1,8 @@
body {
font-family: sans-serif ;
background: #110000 ;
color: #ccc ;
background: #272727 ;
/* color: rgb(143, 185, 58) ; */
color: rgb(250, 247, 247) ;
}
main {
@ -43,3 +44,12 @@ footer {
#nextart,#prevart {
max-width: 33% ;
}
a { text-decoration: none; color:cyan } /* Globally */
/* Each state */
a:visited { text-decoration: none; color:cyan; }
a:hover { text-decoration: none; color:cyan; }
a:focus { text-decoration: none; color:yellow; }
a:hover, a:active { text-decoration: none; color:yellow }

View file

@ -10,13 +10,21 @@
<item>
<title>First</title>
<link>https://vodoraslo.xyz/first/</link>
<pubDate>Sat, 17 Dec 2022 08:26:58 +0200</pubDate>
<title>Hello world</title>
<link>https://vodoraslo.xyz/helloworld/</link>
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/first/</guid>
<description>&lt;h1 id=&#34;asdsda&#34;&gt;asdsda&lt;/h1&gt;
&lt;p&gt;asdasda&lt;/p&gt;
<guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World!&lt;/h1&gt;
&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bidya games (like 5)&lt;/li&gt;
&lt;li&gt;touching grass and nature in general (wanabe farmer)&lt;/li&gt;
&lt;li&gt;japanese (i hate anime and manga) will prolly schizopost how i learned it&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;experimented with the css which for some reason&lt;/p&gt;
</description>
</item>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -1,7 +1,8 @@
body {
font-family: sans-serif ;
background: #110000 ;
color: #ccc ;
background: #141414 ;
/* color: rgb(143, 185, 58) ; */
color: rgb(250, 247, 247) ;
}
main {
@ -43,3 +44,12 @@ footer {
#nextart,#prevart {
max-width: 33% ;
}
a { text-decoration: none; color:cyan } /* Globally */
/* Each state */
a:visited { text-decoration: none; color:cyan; }
a:hover { text-decoration: none; color:cyan; }
a:focus { text-decoration: none; color:yellow; }
a:hover, a:active { text-decoration: none; color:yellow }

View file

@ -0,0 +1,54 @@
body {
font-family: sans-serif ;
background: gray;
/* color: rgb(143, 185, 58) ; */
color: white;
}
main {
max-width: 800px ;
margin: auto ;
}
img {
max-width: 100% ;
}
header h1 {
text-align: center ;
}
footer {
text-align: center ;
clear: both ;
}
/* For TAGLIST.HTML */
.taglist {
text-align: center ;
clear: both ;
}
/* For NEXTPREV.HTML */
#nextprev {
/* The container for both the previous and next articles. */
}
#prevart {
float: left ;
text-align: left ;
}
#nextart {
float: right ;
text-align: right ;
}
#nextart,#prevart {
max-width: 33% ;
}
/* a { color:red } Globally */
/* Each state */
a:visited { text-decoration: none; /* color:red; */ }
a:hover { text-decoration: none; /* color:blue */; }
a:focus { text-decoration: none; /* color:yellow */; }
a:hover, a:active { text-decoration: none; /* color:black */ }