diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-06-05 03:56:24 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-06-05 03:56:24 -0600 |
commit | 8aed7291d95070d8dbb8ce322de4108918c0f8f1 (patch) | |
tree | 68fb197617f3157ca3e36a28e4b889ca13e4f36b | |
parent | 0e91926ff40b3df1914375165633bb703c176558 (diff) |
add og support
26 files changed, 282 insertions, 38 deletions
diff --git a/blog/dst/a/asi_nomas_esta_quedando.html b/blog/dst/a/asi_nomas_esta_quedando.html index e5d5724..c966291 100644 --- a/blog/dst/a/asi_nomas_esta_quedando.html +++ b/blog/dst/a/asi_nomas_esta_quedando.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="es"> +<html lang="es" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Así nomás está quedando el página -- Luévano's Blog</title> + <meta name="description" content"Actualización en el estado de la página, el servidor de XMPP y Matrix que me acomodé y próximas cosas que quiero hacer."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Así nomás está quedando el página -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/asi_nomas_esta_quedando.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="Actualización en el estado de la página, el servidor de XMPP y Matrix que me acomodé y próximas cosas que quiero hacer."/> + <meta property="og:locale" content="es"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/a/el_blog_ya_tiene_timestamps.html b/blog/dst/a/el_blog_ya_tiene_timestamps.html index a086f3e..409b29f 100644 --- a/blog/dst/a/el_blog_ya_tiene_timestamps.html +++ b/blog/dst/a/el_blog_ya_tiene_timestamps.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="es"> +<html lang="es" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Así es raza, el blog ya tiene timestamps -- Luévano's Blog</title> + <meta name="description" content"Actualización en el estado del blog y el sistema usado para crearlo."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Así es raza, el blog ya tiene timestamps -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/el_blog_ya_tiene_timestamps.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="Actualización en el estado del blog y el sistema usado para crearlo."/> + <meta property="og:locale" content="es"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/a/first_blog_post.html b/blog/dst/a/first_blog_post.html index 6bc7f8c..6610b25 100644 --- a/blog/dst/a/first_blog_post.html +++ b/blog/dst/a/first_blog_post.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>This is the first blog post, just for testing purposes -- Luévano's Blog</title> + <meta name="description" content"Just my first blog post where I state what tools I'm using to build this blog."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="This is the first blog post, just for testing purposes -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/first_blog_post.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="Just my first blog post where I state what tools I'm using to build this blog."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/a/git_server_with_cgit.html b/blog/dst/a/git_server_with_cgit.html index 0813c84..43584fa 100644 --- a/blog/dst/a/git_server_with_cgit.html +++ b/blog/dst/a/git_server_with_cgit.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Create a git server and setup cgit web app (on Nginx) -- Luévano's Blog</title> + <meta name="description" content"How to create a git server using cgit on a server running Nginx. This is a follow up on post about creating a website with Nginx and Certbot."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Create a git server and setup cgit web app (on Nginx) -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/git_server_with_cgit.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="How to create a git server using cgit on a server running Nginx. This is a follow up on post about creating a website with Nginx and Certbot."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/a/linux_video_notes.html b/blog/dst/a/linux_video_notes.html index 1e84720..22e9040 100644 --- a/blog/dst/a/linux_video_notes.html +++ b/blog/dst/a/linux_video_notes.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Linux tutorial video notes -- Luévano's Blog</title> + <meta name="description" content"Notes of videos about basic Linux terms, usage and commands, as requested by a mentor of mine."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Linux tutorial video notes -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/linux_video_notes.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="Notes of videos about basic Linux terms, usage and commands, as requested by a mentor of mine."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/a/mail_server_with_postfix.html b/blog/dst/a/mail_server_with_postfix.html index 972045b..a3ab2c5 100644 --- a/blog/dst/a/mail_server_with_postfix.html +++ b/blog/dst/a/mail_server_with_postfix.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Create a mail server with Postfix, Dovecot, SpamAssassin and OpenDKIM -- Luévano's Blog</title> + <meta name="description" content"How to create mail server using Postfix, Dovecot, SpamAssassin and OpenDKIM. This is a follow up on post about creating a website with Nginx and Certbot."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Create a mail server with Postfix, Dovecot, SpamAssassin and OpenDKIM -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/mail_server_with_postfix.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="How to create mail server using Postfix, Dovecot, SpamAssassin and OpenDKIM. This is a follow up on post about creating a website with Nginx and Certbot."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/a/new_blogging_system.html b/blog/dst/a/new_blogging_system.html index 8978d26..2d79ba4 100644 --- a/blog/dst/a/new_blogging_system.html +++ b/blog/dst/a/new_blogging_system.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>I'm using a new blogging system -- Luévano's Blog</title> + <meta name="description" content"I created a new blogging system called pyssg, which is based on what I was using but, to be honest, better."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="I'm using a new blogging system -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/new_blogging_system.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="I created a new blogging system called pyssg, which is based on what I was using but, to be honest, better."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/a/shell_scripting_video_notes.html b/blog/dst/a/shell_scripting_video_notes.html index 49e9c92..097a1c3 100644 --- a/blog/dst/a/shell_scripting_video_notes.html +++ b/blog/dst/a/shell_scripting_video_notes.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Shell scripting tutorial video notes -- Luévano's Blog</title> + <meta name="description" content"Notes of videos about shell scripting, as requested by a mentor of mine."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Shell scripting tutorial video notes -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/shell_scripting_video_notes.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="Notes of videos about shell scripting, as requested by a mentor of mine."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/a/sql_video_notes.html b/blog/dst/a/sql_video_notes.html index b64f858..14a0e56 100644 --- a/blog/dst/a/sql_video_notes.html +++ b/blog/dst/a/sql_video_notes.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>SQL tutorial video notes -- Luévano's Blog</title> + <meta name="description" content"Notes of videos about basic SQL syntax and usage, as requested by a mentor of mine."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="SQL tutorial video notes -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/sql_video_notes.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="Notes of videos about basic SQL syntax and usage, as requested by a mentor of mine."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/a/website_with_nginx.html b/blog/dst/a/website_with_nginx.html index c18db5e..9b773de 100644 --- a/blog/dst/a/website_with_nginx.html +++ b/blog/dst/a/website_with_nginx.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Create a website with Nginx and Certbot -- Luévano's Blog</title> + <meta name="description" content"How to create website that runs on Nginx and uses Certbot for SSL certificates. This is a base for future blog posts about similar topics."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Create a website with Nginx and Certbot -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/a/website_with_nginx.html"/> + <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/> + <meta property="og:description" content="How to create website that runs on Nginx and uses Certbot for SSL certificates. This is a base for future blog posts about similar topics."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/index.html b/blog/dst/index.html index 3fd19c3..713216b 100644 --- a/blog/dst/index.html +++ b/blog/dst/index.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Index -- Luévano's Blog</title> + <meta name="description" content"My personal blog where I post about my thoughts, some how-to's, or general ranting."/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Index -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/index.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> + <meta property="og:description" content="My personal blog where I post about my thoughts, some how-to's, or general ranting."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/rss.xml b/blog/dst/rss.xml index 125e8f7..cacc374 100644 --- a/blog/dst/rss.xml +++ b/blog/dst/rss.xml @@ -12,9 +12,9 @@ <copyright>Copyright 2021 David Luévano Alvarado</copyright> <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor> <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster> - <pubDate>Sat, 05 Jun 2021 06:57:06 GMT</pubDate> - <lastBuildDate>Sat, 05 Jun 2021 06:57:06 GMT</lastBuildDate> - <generator>pyssg v0.5.2</generator> + <pubDate>Sat, 05 Jun 2021 09:41:27 GMT</pubDate> + <lastBuildDate>Sat, 05 Jun 2021 09:41:27 GMT</lastBuildDate> + <generator>pyssg v0.5.5</generator> <docs>https://validator.w3.org/feed/docs/rss2.html</docs> <ttl>30</ttl> <image> diff --git a/blog/dst/tag/@english.html b/blog/dst/tag/@english.html index 66ab1fb..af5136a 100644 --- a/blog/dst/tag/@english.html +++ b/blog/dst/tag/@english.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Posts filtered by english -- Luévano's Blog</title> + <meta name="description" content"Posts filtered by english"/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Posts filtered by english -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/tag/@english.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> + <meta property="og:description" content="Posts filtered by english."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/tag/@notes.html b/blog/dst/tag/@notes.html index 2efe2df..d0818e4 100644 --- a/blog/dst/tag/@notes.html +++ b/blog/dst/tag/@notes.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Posts filtered by notes -- Luévano's Blog</title> + <meta name="description" content"Posts filtered by notes"/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Posts filtered by notes -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/tag/@notes.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> + <meta property="og:description" content="Posts filtered by notes."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/tag/@server.html b/blog/dst/tag/@server.html index d0a78fe..222bab6 100644 --- a/blog/dst/tag/@server.html +++ b/blog/dst/tag/@server.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Posts filtered by server -- Luévano's Blog</title> + <meta name="description" content"Posts filtered by server"/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Posts filtered by server -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/tag/@server.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> + <meta property="og:description" content="Posts filtered by server."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/tag/@short.html b/blog/dst/tag/@short.html index 24f2ab5..bae4a32 100644 --- a/blog/dst/tag/@short.html +++ b/blog/dst/tag/@short.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Posts filtered by short -- Luévano's Blog</title> + <meta name="description" content"Posts filtered by short"/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Posts filtered by short -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/tag/@short.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> + <meta property="og:description" content="Posts filtered by short."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/tag/@spanish.html b/blog/dst/tag/@spanish.html index 89a71cf..9e297d4 100644 --- a/blog/dst/tag/@spanish.html +++ b/blog/dst/tag/@spanish.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Posts filtered by spanish -- Luévano's Blog</title> + <meta name="description" content"Posts filtered by spanish"/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Posts filtered by spanish -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/tag/@spanish.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> + <meta property="og:description" content="Posts filtered by spanish."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/tag/@tools.html b/blog/dst/tag/@tools.html index 05d6a09..01556dc 100644 --- a/blog/dst/tag/@tools.html +++ b/blog/dst/tag/@tools.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Posts filtered by tools -- Luévano's Blog</title> + <meta name="description" content"Posts filtered by tools"/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Posts filtered by tools -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/tag/@tools.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> + <meta property="og:description" content="Posts filtered by tools."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/tag/@tutorial.html b/blog/dst/tag/@tutorial.html index 4472df0..00d3590 100644 --- a/blog/dst/tag/@tutorial.html +++ b/blog/dst/tag/@tutorial.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Posts filtered by tutorial -- Luévano's Blog</title> + <meta name="description" content"Posts filtered by tutorial"/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Posts filtered by tutorial -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/tag/@tutorial.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> + <meta property="og:description" content="Posts filtered by tutorial."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/dst/tag/@update.html b/blog/dst/tag/@update.html index eac2a1c..372efa8 100644 --- a/blog/dst/tag/@update.html +++ b/blog/dst/tag/@update.html @@ -1,10 +1,12 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" + prefix="og: https://ogp.me/ns#"> <head> <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Posts filtered by update -- Luévano's Blog</title> + <meta name="description" content"Posts filtered by update"/> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -21,6 +23,15 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + <meta property="og:title" content="Posts filtered by update -- Luévano's Blog"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="https://blog.luevano.xyz/tag/@update.html"/> + <meta property="og:image" content="https://static.luevano.xyz/images/b/default.png"/> + <meta property="og:description" content="Posts filtered by update."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="Luévano's Blog"/> </head> <body> diff --git a/blog/plt/base.html b/blog/plt/base.html index 3350593..6c56ac4 100644 --- a/blog/plt/base.html +++ b/blog/plt/base.html @@ -1,11 +1,13 @@ <!DOCTYPE html> -<html lang="{%block html_lang%}{%endblock html_lang%}"> +<html lang="{%block html_lang%}{%endblock html_lang%}" + prefix="og: https://ogp.me/ns#"> <head> - <base href="{{site_base_static_url}}"> + <base href="{{config.static_url}}"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>{%block head_title%}{%endblock head_title%} -- {{site_title}}</title> - <link rel="alternate" type="application/rss+xml" href="{{site_base_url}}/rss.xml" title="{{site_title}} RSS"> + <title>{%block head_title%}{%endblock head_title%} -- {{config.title}}</title> + <meta name="description" content"{%block head_description%}{%endblock head_description%}"/> + <link rel="alternate" type="application/rss+xml" href="{{config.url}}/rss.xml" title="{{config.title}} RSS"> <link rel="icon" href="images/icons/favicon.ico"> <!-- general style --> @@ -21,6 +23,9 @@ <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css"> <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css"> + + <!-- og meta --> + {%block head_og%}{%endblock head_og%} </head> <body> diff --git a/blog/plt/index.html b/blog/plt/index.html index 189c7fe..5b1c9e1 100644 --- a/blog/plt/index.html +++ b/blog/plt/index.html @@ -1,15 +1,25 @@ {%extends "base.html"%} {%block html_lang%}en{%endblock html_lang%} {%block head_title%}Index{%endblock head_title%} +{%block head_description%}My personal blog where I post about my thoughts, some how-to's, or general ranting.{%endblock head_description%} +{%block head_og%} + <meta property="og:title" content="Index -- {{config.title}}"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="{{config.url}}/index.html"/> + <meta property="og:image" content="{{config.static_url}}{{config.default_image_url}}"/> + <meta property="og:description" content="My personal blog where I post about my thoughts, some how-to's, or general ranting."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="{{config.title}}"/> +{%endblock head_og%} {%block content%} - <h1>Index -- {{site_title}}</h1> + <h1>Index -- {{config.title}}</h1> <p> Welcome to my blog where I'll post whatever I please, ranging from rants to how-to's. Además, este pex va a estar en español e inglés porque quiero (no una mezcla en cada entrada, pero sí entradas completas en diferentes lenguajes). </p> <p> - Get the RSS feed: <a target="_blank" href="{{site_base_url}}/rss.xml">{{site_base_url}}/rss.xml</a> + Get the RSS feed: <a target="_blank" href="{{config.url}}/rss.xml">{{config.url}}/rss.xml</a> </p> {%import "tag_list.html" as tag_list%} diff --git a/blog/plt/page.html b/blog/plt/page.html index 6128d3b..dbb2734 100644 --- a/blog/plt/page.html +++ b/blog/plt/page.html @@ -1,6 +1,16 @@ {%extends "base.html"%} {%block html_lang%}{{page.lang}}{%endblock html_lang%} {%block head_title%}{{page.title}}{%endblock head_title%} +{%block head_description%}{{page.summary}}{%endblock head_description%} +{%block head_og%} + <meta property="og:title" content="{{page.title}} -- {{config.title}}"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="{{page.url}}"/> + <meta property="og:image" content="{{page.image_url}}"/> + <meta property="og:description" content="{{page.summary}}"/> + <meta property="og:locale" content="{{page.lang}}"/> + <meta property="og:site_name" content="{{config.title}}"/> +{%endblock head_og%} {%block content%} <h1>{{page.title}}</h1> diff --git a/blog/plt/rss.xml b/blog/plt/rss.xml index 5e06c36..5be7c37 100644 --- a/blog/plt/rss.xml +++ b/blog/plt/rss.xml @@ -3,24 +3,24 @@ xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <channel> - <title>{{site_title}}</title> - <link>{{site_base_url}}</link> - <atom:link href="{{site_base_url}}/rss.xml" rel="self" type="application/rss+xml"/> + <title>{{config.title}}</title> + <link>{{config.url}}</link> + <atom:link href="{{config.url}}/rss.xml" rel="self" type="application/rss+xml"/> <description>A personal weblog ranging from rants to how to's and other thoughts.</description> <language>en-us</language> <category>Blog</category> <copyright>Copyright 2021 David Luévano Alvarado</copyright> <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor> <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster> - <pubDate>{{run_date}}</pubDate> - <lastBuildDate>{{run_date}}</lastBuildDate> - <generator>pyssg v{{pyssg_version}}</generator> + <pubDate>{{config.run_date_rss}}</pubDate> + <lastBuildDate>{{config.run_date_rss}}</lastBuildDate> + <generator>pyssg v{{config.version}}</generator> <docs>https://validator.w3.org/feed/docs/rss2.html</docs> <ttl>30</ttl> <image> - <url>{{site_base_static_url}}/images/blog.png</url> - <title>{{site_title}}</title> - <link>{{site_base_url}}</link> + <url>{{config.static_url}}/images/blog.png</url> + <title>{{config.title}}</title> + <link>{{config.url}}</link> </image> {%for p in all_pages%} <item> diff --git a/blog/plt/sitemap.xml b/blog/plt/sitemap.xml index a5b5404..26ee5c1 100644 --- a/blog/plt/sitemap.xml +++ b/blog/plt/sitemap.xml @@ -14,7 +14,7 @@ {%for t in all_tags%} <url> <loc>{{t[1]}}</loc> - <lastmod>{{run_date}}</lastmod> + <lastmod>{{config.run_date_sitemap}}</lastmod> <changefreq>daily</changefreq> <priority>0.5</priority> </url> diff --git a/blog/plt/tag.html b/blog/plt/tag.html index 2203f33..d379590 100644 --- a/blog/plt/tag.html +++ b/blog/plt/tag.html @@ -1,6 +1,16 @@ {%extends "base.html"%} {%block html_lang%}en{%endblock html_lang%} {%block head_title%}Posts filtered by {{tag[0]}}{%endblock head_title%} +{%block head_description%}Posts filtered by {{tag[0]}}{%endblock head_description%} +{%block head_og%} + <meta property="og:title" content="Posts filtered by {{tag[0]}} -- {{config.title}}"/> + <meta property="og:type" content="article"/> + <meta property="og:url" content="{{tag[1]}}"/> + <meta property="og:image" content="{{config.static_url}}{{config.default_image_url}}"/> + <meta property="og:description" content="Posts filtered by {{tag[0]}}."/> + <meta property="og:locale" content="en"/> + <meta property="og:site_name" content="{{config.title}}"/> +{%endblock head_og%} {%block content%} <h1>Posts filtered by {{tag[0]}}</h1> |