From 4d659c7f8b1ae3c7c721cb99bd1f2c6c10eecc2c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 25 May 2021 21:29:39 -0600 Subject: reflect new sitemap --- blog/dst/a/el_blog_ya_tiene_timestamps.html | 28 +++--- blog/dst/a/first_blog_post.html | 28 +++--- blog/dst/a/git_server_with_cgit.html | 28 +++--- blog/dst/a/linux_video_notes.html | 28 +++--- blog/dst/a/mail_server_with_postfix.html | 28 +++--- blog/dst/a/shell_scripting.html | 28 +++--- blog/dst/a/sql_video_notes.html | 28 +++--- blog/dst/a/website_with_nginx.html | 28 +++--- blog/dst/robots.txt | 3 + blog/dst/rss.xml | 6 +- blog/dst/sitemap.xml | 144 ++++++++++++++++++++++++++++ blog/src/templates/sitemap/sitemap.xml | 6 ++ luevano/robots.txt | 4 + luevano/sitemap-index.xml | 11 +++ luevano/sitemap.xml | 31 ++++++ static/robots.txt | 2 + 16 files changed, 324 insertions(+), 107 deletions(-) create mode 100644 blog/dst/robots.txt create mode 100644 blog/dst/sitemap.xml create mode 100644 blog/src/templates/sitemap/sitemap.xml create mode 100644 luevano/robots.txt create mode 100644 luevano/sitemap-index.xml create mode 100644 luevano/sitemap.xml create mode 100644 static/robots.txt diff --git a/blog/dst/a/el_blog_ya_tiene_timestamps.html b/blog/dst/a/el_blog_ya_tiene_timestamps.html index 1097639..e27e355 100644 --- a/blog/dst/a/el_blog_ya_tiene_timestamps.html +++ b/blog/dst/a/el_blog_ya_tiene_timestamps.html @@ -3,8 +3,10 @@ + Así es raza, el blog ya tiene timestamps -- Luévano's Blog - + + @@ -68,27 +70,27 @@

Por último, también quité las extensiones .html de las URLs, porque se veía bien pitero, pero igual los links con .html al final redirigen a su link sin .html, así que no hay rollo alguno.

Tags: short, spanish, tools, update

By: David Luévano

-

Created: Tue, 16 Mar, 2021 @ 02:46 UTC, edited: Mon, 17 May, 2021 @ 20:53 UTC

+

Created: Tue, Mar 16, 2021 @ 02:46 UTC, edited: Mon, May 17, 2021 @ 20:53 UTC

diff --git a/blog/dst/a/first_blog_post.html b/blog/dst/a/first_blog_post.html index f3b21f5..63bb681 100644 --- a/blog/dst/a/first_blog_post.html +++ b/blog/dst/a/first_blog_post.html @@ -3,8 +3,10 @@ + This is the first blog post, just for testing purposes -- Luévano's Blog - + + @@ -67,27 +69,27 @@

Hopefully, for tomorrow all of this will be sorted out and I’ll have a working blog system.

Tags: english, short, tools, update

By: David Luévano

-

Created: Sat, 27 Feb, 2021 @ 13:08 UTC, edited: Mon, 17 May, 2021 @ 20:53 UTC

+

Created: Sat, Feb 27, 2021 @ 13:08 UTC, edited: Mon, May 17, 2021 @ 20:53 UTC

diff --git a/blog/dst/a/git_server_with_cgit.html b/blog/dst/a/git_server_with_cgit.html index 9249326..01a3820 100644 --- a/blog/dst/a/git_server_with_cgit.html +++ b/blog/dst/a/git_server_with_cgit.html @@ -3,8 +3,10 @@ + Create a git server and setup cgit web app (on Nginx) -- Luévano's Blog - + + @@ -171,27 +173,27 @@ repo.desc=These are my personal dotfiles.

Finally, if you want further support for highlighting, other compressed snapshots or support for markdown, checkout the optional dependencies for cgit and also the Arch Wiki goes in detail on how to setup highlighting with two different packages.

Tags: english, git, nginx, tools, tutorial

By: David Luévano

-

Created: Sun, 21 Mar, 2021 @ 19:00 UTC, edited: Mon, 17 May, 2021 @ 21:03 UTC

+

Created: Sun, Mar 21, 2021 @ 19:00 UTC, edited: Mon, May 17, 2021 @ 21:03 UTC

diff --git a/blog/dst/a/linux_video_notes.html b/blog/dst/a/linux_video_notes.html index eea7438..b9ef8f3 100644 --- a/blog/dst/a/linux_video_notes.html +++ b/blog/dst/a/linux_video_notes.html @@ -3,8 +3,10 @@ + Linux tutorial video notes -- Luévano's Blog - + + @@ -140,27 +142,27 @@

Tags: english, linux, notes

By: David Luévano

-

Created: Sun, 14 Mar, 2021 @ 05:57 UTC, edited: Mon, 17 May, 2021 @ 20:59 UTC

+

Created: Sun, Mar 14, 2021 @ 05:57 UTC, edited: Mon, May 17, 2021 @ 20:59 UTC

diff --git a/blog/dst/a/mail_server_with_postfix.html b/blog/dst/a/mail_server_with_postfix.html index eaa620d..b5083ea 100644 --- a/blog/dst/a/mail_server_with_postfix.html +++ b/blog/dst/a/mail_server_with_postfix.html @@ -3,8 +3,10 @@ + Create a mail server with Postfix, Dovecot, SpamAssassin and OpenDKIM -- Luévano's Blog - + + @@ -426,27 +428,27 @@ systemctl enable spamassassin.service

Finally, that’s actually it for this entry, if you have any problem whatsoever you have my info down below.

Tags: english, mail, server, tools, tutorial

By: David Luévano

-

Created: Sun, 21 Mar, 2021 @ 04:05 UTC, edited: Mon, 17 May, 2021 @ 21:04 UTC

+

Created: Sun, Mar 21, 2021 @ 04:05 UTC, edited: Mon, May 17, 2021 @ 21:04 UTC

diff --git a/blog/dst/a/shell_scripting.html b/blog/dst/a/shell_scripting.html index 741986e..b7eb3c8 100644 --- a/blog/dst/a/shell_scripting.html +++ b/blog/dst/a/shell_scripting.html @@ -3,8 +3,10 @@ + Shell scripting tutorial video notes -- Luévano's Blog - + + @@ -265,27 +267,27 @@ function_name () {

Functions can also take arguments and can access their individual arguments (each function will have a different “storage” for their arguments). Functions can also be nested. Here exit will not only will finish the function code, but also the shell script that called it, instead use return plus an exit code to just exit the function.

Tags: english, linux, notes, scripting, shell

By: David Luévano

-

Created: Sun, 14 Mar, 2021 @ 05:57 UTC, edited: Mon, 17 May, 2021 @ 20:58 UTC

+

Created: Sun, Mar 14, 2021 @ 05:57 UTC, edited: Mon, May 17, 2021 @ 20:58 UTC

diff --git a/blog/dst/a/sql_video_notes.html b/blog/dst/a/sql_video_notes.html index 40bd914..b47a9e0 100644 --- a/blog/dst/a/sql_video_notes.html +++ b/blog/dst/a/sql_video_notes.html @@ -3,8 +3,10 @@ + SQL tutorial video notes -- Luévano's Blog - + + @@ -200,27 +202,27 @@

ERD example taken from wikipedia

Tags: english, notes, sql

By: David Luévano

-

Created: Tue, 02 Mar, 2021 @ 14:35 UTC, edited: Mon, 17 May, 2021 @ 20:59 UTC

+

Created: Tue, Mar 02, 2021 @ 14:35 UTC, edited: Mon, May 17, 2021 @ 20:59 UTC

diff --git a/blog/dst/a/website_with_nginx.html b/blog/dst/a/website_with_nginx.html index 079ea00..a36ab54 100644 --- a/blog/dst/a/website_with_nginx.html +++ b/blog/dst/a/website_with_nginx.html @@ -3,8 +3,10 @@ + Create a website with Nginx and Certbot -- Luévano's Blog - + + @@ -176,27 +178,27 @@ systemctl restart nginx

That’s it, you now have a website with SSL certificate.

Tags: english, nginx, tools, tutorial

By: David Luévano

-

Created: Fri, 19 Mar, 2021 @ 02:58 UTC, edited: Mon, 17 May, 2021 @ 21:04 UTC

+

Created: Fri, Mar 19, 2021 @ 02:58 UTC, edited: Mon, May 17, 2021 @ 21:04 UTC

diff --git a/blog/dst/robots.txt b/blog/dst/robots.txt new file mode 100644 index 0000000..f6dd30e --- /dev/null +++ b/blog/dst/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://blog.luevano.xyz/sitemap.xml diff --git a/blog/dst/rss.xml b/blog/dst/rss.xml index 9ad7e4e..875812e 100644 --- a/blog/dst/rss.xml +++ b/blog/dst/rss.xml @@ -12,9 +12,9 @@ Copyright 2021 David Luévano Alvarado david@luevano.xyz (David Luévano Alvarado) david@luevano.xyz (David Luévano Alvarado) - Wed, 26 May 2021 02:12:12 GMT - Wed, 26 May 2021 02:12:12 GMT - pyssg v0.3.1 + Wed, 26 May 2021 03:28:01 GMT + Wed, 26 May 2021 03:28:01 GMT + pyssg v0.3.2.dev4 https://validator.w3.org/feed/docs/rss2.html 30 diff --git a/blog/dst/sitemap.xml b/blog/dst/sitemap.xml new file mode 100644 index 0000000..6aa55a1 --- /dev/null +++ b/blog/dst/sitemap.xml @@ -0,0 +1,144 @@ + + + + https://blog.luevano.xyz/a/git_server_with_cgit.html + 2021-05-17 + weekly + 1.0 + + + https://blog.luevano.xyz/a/mail_server_with_postfix.html + 2021-05-17 + weekly + 1.0 + + + https://blog.luevano.xyz/a/website_with_nginx.html + 2021-05-17 + weekly + 1.0 + + + https://blog.luevano.xyz/a/el_blog_ya_tiene_timestamps.html + 2021-05-17 + weekly + 1.0 + + + https://blog.luevano.xyz/a/shell_scripting.html + 2021-05-17 + weekly + 1.0 + + + https://blog.luevano.xyz/a/linux_video_notes.html + 2021-05-17 + weekly + 1.0 + + + https://blog.luevano.xyz/a/sql_video_notes.html + 2021-05-17 + weekly + 1.0 + + + https://blog.luevano.xyz/a/first_blog_post.html + 2021-05-17 + weekly + 1.0 + + + https://blog.luevano.xyz/tag/@english.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@git.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@linux.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@mail.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@nginx.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@notes.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@scripting.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@server.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@shell.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@short.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@spanish.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@sql.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@tools.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@tutorial.html + 2021-05-26 + daily + 0.5 + + + https://blog.luevano.xyz/tag/@update.html + 2021-05-26 + daily + 0.5 + + + diff --git a/blog/src/templates/sitemap/sitemap.xml b/blog/src/templates/sitemap/sitemap.xml new file mode 100644 index 0000000..b3fcc75 --- /dev/null +++ b/blog/src/templates/sitemap/sitemap.xml @@ -0,0 +1,6 @@ + + +$$URLS + diff --git a/luevano/robots.txt b/luevano/robots.txt new file mode 100644 index 0000000..e0953dc --- /dev/null +++ b/luevano/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / +Sitemap: https://luevano.xyz/sitemap-index.xml +Sitemap: https://luevano.xyz/sitemap.xml diff --git a/luevano/sitemap-index.xml b/luevano/sitemap-index.xml new file mode 100644 index 0000000..94d13d6 --- /dev/null +++ b/luevano/sitemap-index.xml @@ -0,0 +1,11 @@ + + + + https://luevano.xyz/sitemap.xml + 2021-05-25 + + + https://blog.luevano.xyz/sitemap.xml + 2021-05-25 + + diff --git a/luevano/sitemap.xml b/luevano/sitemap.xml new file mode 100644 index 0000000..8e7dd59 --- /dev/null +++ b/luevano/sitemap.xml @@ -0,0 +1,31 @@ + + + + https://luevano.xyz + 2021-05-25 + monthly + 1.0 + + + https://blog.luevano.xyz + 2021-05-25 + daily + 1.0 + + + https://gb.luevano.xyz + 2021-05-25 + monthly + 0.5 + + + https://git.luevano.xyz + 2021-05-25 + daily + 1.0 + + diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / -- cgit v1.2.3-70-g09d2