Added first blog post, activated taxonomies

Signed-off-by: Ettore <noettore@gmail.com>
This commit is contained in:
2019-05-24 23:14:20 +02:00
parent 8048fe6de8
commit 37fb2ce4c6
3851 changed files with 17781 additions and 12 deletions

View File

@@ -325,6 +325,9 @@ div.main .content .front-matter .meta {
display: flex;
margin-bottom: 32px;
}
div.main .content .front-matter .desc {
display: block;
}
div.main .content .front-matter .date,
div.main .content .front-matter .author,
div.main .content .front-matter .tags,
@@ -332,6 +335,7 @@ div.main .content .front-matter .word-count,
div.main .content .front-matter .middot:before {
display: none;
}
div.main .content .front-matter .middot:before {
font-size: 6px;
margin: 0 6px;

View File

@@ -352,6 +352,9 @@ div.main .content .front-matter .meta {
display: flex;
margin-bottom: 32px;
}
div.main .content .front-matter .desc {
display: block;
}
div.main .content .front-matter .date,
div.main .content .front-matter .author,
div.main .content .front-matter .tags,
@@ -359,6 +362,7 @@ div.main .content .front-matter .word-count,
div.main .content .front-matter .middot:before {
display: none;
}
div.main .content .front-matter .middot:before {
font-size: 6px;
margin: 0 6px;
@@ -1008,6 +1012,12 @@ margin-left: -4%;
<nav>
<ul>
<li><a href="https://ettore.dreucci.it/blog/">Blog</a></li>

1163
public/blog/index.html Normal file

File diff suppressed because it is too large Load Diff

27
public/blog/index.xml Normal file
View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Blog on Ettore Dreucci</title>
<link>https://ettore.dreucci.it/blog/</link>
<description>Recent content in Blog on Ettore Dreucci</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Wed, 22 May 2019 18:54:00 +0200</lastBuildDate>
<atom:link href="https://ettore.dreucci.it/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>ISPConfig Dynamic DNS</title>
<link>https://ettore.dreucci.it/blog/ispconfig-ddns/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/blog/ispconfig-ddns/</guid>
<description>If you manage your DNS server(s) with ISPConfig you may want a dynamic entry that gets updated automatically every time the target host changes its IP address.
Doing so in ISPConfig is quite straight forward: we can use the ISPConfig SOAP API to update an existing record with a PHP script to be run frequently by the target host.
In this recipe I will consider updating an A record.
First we need to create a remote user on the ISPConfig master server to authenticate, and grant it remote access and some functions:</description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load Diff

1147
public/categories/index.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -10,5 +10,14 @@
<atom:link href="https://ettore.dreucci.it/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Recipe</title>
<link>https://ettore.dreucci.it/categories/recipe/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/categories/recipe/</guid>
<description></description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Recipe on Ettore Dreucci</title>
<link>https://ettore.dreucci.it/categories/recipe/</link>
<description>Recent content in Recipe on Ettore Dreucci</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Wed, 22 May 2019 18:54:00 +0200</lastBuildDate>
<atom:link href="https://ettore.dreucci.it/categories/recipe/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>ISPConfig Dynamic DNS</title>
<link>https://ettore.dreucci.it/blog/ispconfig-ddns/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/blog/ispconfig-ddns/</guid>
<description>If you manage your DNS server(s) with ISPConfig you may want a dynamic entry that gets updated automatically every time the target host changes its IP address.
Doing so in ISPConfig is quite straight forward: we can use the ISPConfig SOAP API to update an existing record with a PHP script to be run frequently by the target host.
In this recipe I will consider updating an A record.
First we need to create a remote user on the ISPConfig master server to authenticate, and grant it remote access and some functions:</description>
</item>
</channel>
</rss>

View File

@@ -352,6 +352,9 @@ div.main .content .front-matter .meta {
display: flex;
margin-bottom: 32px;
}
div.main .content .front-matter .desc {
display: block;
}
div.main .content .front-matter .date,
div.main .content .front-matter .author,
div.main .content .front-matter .tags,
@@ -359,6 +362,7 @@ div.main .content .front-matter .word-count,
div.main .content .front-matter .middot:before {
display: none;
}
div.main .content .front-matter .middot:before {
font-size: 6px;
margin: 0 6px;
@@ -1008,6 +1012,12 @@ margin-left: -4%;
<nav>
<ul>
<li><a href="https://ettore.dreucci.it/blog/">Blog</a></li>

View File

@@ -352,6 +352,9 @@ div.main .content .front-matter .meta {
display: flex;
margin-bottom: 32px;
}
div.main .content .front-matter .desc {
display: block;
}
div.main .content .front-matter .date,
div.main .content .front-matter .author,
div.main .content .front-matter .tags,
@@ -359,6 +362,7 @@ div.main .content .front-matter .word-count,
div.main .content .front-matter .middot:before {
display: none;
}
div.main .content .front-matter .middot:before {
font-size: 6px;
margin: 0 6px;
@@ -1008,6 +1012,12 @@ margin-left: -4%;
<nav>
<ul>
<li><a href="https://ettore.dreucci.it/blog/">Blog</a></li>
@@ -1046,9 +1056,9 @@ margin-left: -4%;
<p>Here you can find some (little) info on me and some post I occasionally write about stuff I like.</p>
<figure>
<img src="img/calvin_hobbes/calvinandhobbes1.png"/> <figcaption>
<h4>copyright Bill Watterson, Andrews McMeel Publishing and Universal Press Syndicate.</h4>
<figure><a href="https://www.calvinandhobbes.com/" target="_blank">
<img src="img/calvin_hobbes/lastMinutePanic.png"/> </a><figcaption>
<h4>copyright by Andrews McMeel Publishing</h4>
</figcaption>
</figure>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

View File

@@ -353,6 +353,9 @@ div.main .content .front-matter .meta {
display: flex;
margin-bottom: 32px;
}
div.main .content .front-matter .desc {
display: block;
}
div.main .content .front-matter .date,
div.main .content .front-matter .author,
div.main .content .front-matter .tags,
@@ -360,6 +363,7 @@ div.main .content .front-matter .word-count,
div.main .content .front-matter .middot:before {
display: none;
}
div.main .content .front-matter .middot:before {
font-size: 6px;
margin: 0 6px;
@@ -1011,6 +1015,12 @@ margin-left: -4%;
<nav>
<ul>
<li><a href="https://ettore.dreucci.it/blog/">Blog</a></li>
@@ -1038,9 +1048,9 @@ margin-left: -4%;
<p>Here you can find some (little) info on me and some post I occasionally write about stuff I like.</p>
<figure>
<img src="img/calvin_hobbes/calvinandhobbes1.png"/> <figcaption>
<h4>copyright Bill Watterson, Andrews McMeel Publishing and Universal Press Syndicate.</h4>
<figure><a href="https://www.calvinandhobbes.com/" target="_blank">
<img src="img/calvin_hobbes/lastMinutePanic.png"/> </a><figcaption>
<h4>copyright by Andrews McMeel Publishing</h4>
</figcaption>
</figure>
@@ -1049,6 +1059,29 @@ margin-left: -4%;
<div class="posts">
<div class="page-heading">Latest posts</div>
<ul>
<li class="groupby">May, 2019</li>
<li class="post-item">
<span class="meta">22 May 2019</span>
<a href="https://ettore.dreucci.it/blog/ispconfig-ddns/"><span>ISPConfig Dynamic DNS</span></a>
</li>
</ul>
</div>
<div class="best-posts">

View File

@@ -6,11 +6,23 @@
<description>Recent content on Ettore Dreucci</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Mon, 20 May 2019 01:04:40 +0200</lastBuildDate>
<lastBuildDate>Wed, 22 May 2019 18:54:00 +0200</lastBuildDate>
<atom:link href="https://ettore.dreucci.it/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>ISPConfig Dynamic DNS</title>
<link>https://ettore.dreucci.it/blog/ispconfig-ddns/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/blog/ispconfig-ddns/</guid>
<description>If you manage your DNS server(s) with ISPConfig you may want a dynamic entry that gets updated automatically every time the target host changes its IP address.
Doing so in ISPConfig is quite straight forward: we can use the ISPConfig SOAP API to update an existing record with a PHP script to be run frequently by the target host.
In this recipe I will consider updating an A record.
First we need to create a remote user on the ISPConfig master server to authenticate, and grant it remote access and some functions:</description>
</item>
<item>
<title>Home</title>
<link>https://ettore.dreucci.it/home/</link>
@@ -19,7 +31,7 @@
<guid>https://ettore.dreucci.it/home/</guid>
<description>Hello there and welcome to my website!
Here you can find some (little) info on me and some post I occasionally write about stuff I like.
copyright Bill Watterson, Andrews McMeel Publishing and Universal Press Syndicate. </description>
copyright by Andrews McMeel Publishing </description>
</item>
<item>

View File

@@ -2,6 +2,11 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://ettore.dreucci.it/blog/ispconfig-ddns/</loc>
<lastmod>2019-05-22T18:54:00+02:00</lastmod>
</url>
<url>
<loc>https://ettore.dreucci.it/home/</loc>
<lastmod>2019-05-20T01:04:40+02:00</lastmod>
@@ -17,9 +22,50 @@
<lastmod>2018-05-10T02:01:09+02:00</lastmod>
</url>
<url>
<loc>https://ettore.dreucci.it/blog/</loc>
<lastmod>2019-05-22T18:54:00+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://ettore.dreucci.it/categories/</loc>
<priority>0</priority>
</url>
<url>
<loc>https://ettore.dreucci.it/tags/ddns/</loc>
<lastmod>2019-05-22T18:54:00+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://ettore.dreucci.it/tags/dns/</loc>
<lastmod>2019-05-22T18:54:00+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://ettore.dreucci.it/</loc>
<lastmod>2019-05-20T01:04:40+02:00</lastmod>
<lastmod>2019-05-22T18:54:00+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://ettore.dreucci.it/tags/ispconfig/</loc>
<lastmod>2019-05-22T18:54:00+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://ettore.dreucci.it/categories/recipe/</loc>
<lastmod>2019-05-22T18:54:00+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://ettore.dreucci.it/tags/</loc>
<lastmod>2019-05-22T18:54:00+02:00</lastmod>
<priority>0</priority>
</url>

1154
public/tags/ddns/index.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Ddns on Ettore Dreucci</title>
<link>https://ettore.dreucci.it/tags/ddns/</link>
<description>Recent content in Ddns on Ettore Dreucci</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Wed, 22 May 2019 18:54:00 +0200</lastBuildDate>
<atom:link href="https://ettore.dreucci.it/tags/ddns/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>ISPConfig Dynamic DNS</title>
<link>https://ettore.dreucci.it/blog/ispconfig-ddns/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/blog/ispconfig-ddns/</guid>
<description>If you manage your DNS server(s) with ISPConfig you may want a dynamic entry that gets updated automatically every time the target host changes its IP address.
Doing so in ISPConfig is quite straight forward: we can use the ISPConfig SOAP API to update an existing record with a PHP script to be run frequently by the target host.
In this recipe I will consider updating an A record.
First we need to create a remote user on the ISPConfig master server to authenticate, and grant it remote access and some functions:</description>
</item>
</channel>
</rss>

1154
public/tags/dns/index.html Normal file

File diff suppressed because it is too large Load Diff

27
public/tags/dns/index.xml Normal file
View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Dns on Ettore Dreucci</title>
<link>https://ettore.dreucci.it/tags/dns/</link>
<description>Recent content in Dns on Ettore Dreucci</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Wed, 22 May 2019 18:54:00 +0200</lastBuildDate>
<atom:link href="https://ettore.dreucci.it/tags/dns/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>ISPConfig Dynamic DNS</title>
<link>https://ettore.dreucci.it/blog/ispconfig-ddns/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/blog/ispconfig-ddns/</guid>
<description>If you manage your DNS server(s) with ISPConfig you may want a dynamic entry that gets updated automatically every time the target host changes its IP address.
Doing so in ISPConfig is quite straight forward: we can use the ISPConfig SOAP API to update an existing record with a PHP script to be run frequently by the target host.
In this recipe I will consider updating an A record.
First we need to create a remote user on the ISPConfig master server to authenticate, and grant it remote access and some functions:</description>
</item>
</channel>
</rss>

1151
public/tags/index.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -6,9 +6,37 @@
<description>Recent content in Tags on Ettore Dreucci</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Wed, 22 May 2019 18:54:00 +0200</lastBuildDate>
<atom:link href="https://ettore.dreucci.it/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Ddns</title>
<link>https://ettore.dreucci.it/tags/ddns/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/tags/ddns/</guid>
<description></description>
</item>
<item>
<title>Dns</title>
<link>https://ettore.dreucci.it/tags/dns/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/tags/dns/</guid>
<description></description>
</item>
<item>
<title>Ispconfig</title>
<link>https://ettore.dreucci.it/tags/ispconfig/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/tags/ispconfig/</guid>
<description></description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Ispconfig on Ettore Dreucci</title>
<link>https://ettore.dreucci.it/tags/ispconfig/</link>
<description>Recent content in Ispconfig on Ettore Dreucci</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Wed, 22 May 2019 18:54:00 +0200</lastBuildDate>
<atom:link href="https://ettore.dreucci.it/tags/ispconfig/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>ISPConfig Dynamic DNS</title>
<link>https://ettore.dreucci.it/blog/ispconfig-ddns/</link>
<pubDate>Wed, 22 May 2019 18:54:00 +0200</pubDate>
<guid>https://ettore.dreucci.it/blog/ispconfig-ddns/</guid>
<description>If you manage your DNS server(s) with ISPConfig you may want a dynamic entry that gets updated automatically every time the target host changes its IP address.
Doing so in ISPConfig is quite straight forward: we can use the ISPConfig SOAP API to update an existing record with a PHP script to be run frequently by the target host.
In this recipe I will consider updating an A record.
First we need to create a remote user on the ISPConfig master server to authenticate, and grant it remote access and some functions:</description>
</item>
</channel>
</rss>