Move content to public folder

This commit is contained in:
Mikko Ahlroth 2024-04-14 16:13:16 +03:00
parent 523888a332
commit 1e7451b7f8
56 changed files with 3 additions and 2 deletions

1
public
View file

@ -1 +0,0 @@
./output

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="html">Gloss Blog</title><updated>2024-04-14T12:52:44.679Z</updated><link href="https://nicd.gitlab.io/gloss_blog"/><id>https://nicd.gitlab.io/gloss_blog</id><author><name>Mikko Ahlroth</name><email>mikko@ahlroth.fi</email><uri>https://social.ahlcode.fi/@nicd</uri></author><generator uri="https://gitlab.com/Nicd/gloss" version="1.0.0">Gloss</generator><rights>© Mikko Ahlroth</rights><entry><title type="html">Hello, world!</title><id>https://nicd.gitlab.io/gloss_blog/2024/04/14/hello-world.html</id><updated>2024-04-14T15:25:00.000+03:00</updated><content type="html">&lt;p&gt;This is the &lt;a href=&quot;https://hexdocs.pm/gloss&quot;&gt;Gloss&lt;/a&gt; demo blog. This blog will contain news about
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="html">Gloss Blog</title><updated>2024-04-14T13:12:28.313Z</updated><link href="https://nicd.gitlab.io/gloss_blog"/><id>https://nicd.gitlab.io/gloss_blog</id><author><name>Mikko Ahlroth</name><email>mikko@ahlroth.fi</email><uri>https://social.ahlcode.fi/@nicd</uri></author><generator uri="https://gitlab.com/Nicd/gloss" version="1.0.0">Gloss</generator><rights>© Mikko Ahlroth</rights><entry><title type="html">Hello, world!</title><id>https://nicd.gitlab.io/gloss_blog/2024/04/14/hello-world.html</id><updated>2024-04-14T15:25:00.000+03:00</updated><content type="html">&lt;p&gt;This is the &lt;a href=&quot;https://hexdocs.pm/gloss&quot;&gt;Gloss&lt;/a&gt; demo blog. This blog will contain news about
Gloss, and the user&amp;#39;s guide. It also works as a demonstration of a simple blog setup. You can
find this blog&amp;#39;s code also on &lt;a href=&quot;https://gitlab.com/Nicd/gloss_blog&quot;&gt;GitLab&lt;/a&gt;.&lt;/p&gt;
</content></entry></feed>

View file

@ -19,6 +19,8 @@ pub fn main() {
"© Mikko Ahlroth",
)
let config = Configuration(..config, output_path: "./public")
io.debug(build(config))
}