diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 19:01:14 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 19:01:14 -0300 |
commit | 52459149e25cf12e6c65675a545fd1b264c9da57 (patch) | |
tree | f70892d1af8e572eb7095b49891c969d40488c3e /public/tags | |
parent | 2ddbc2b056af0585b905606a2c6887d43f9c3b01 (diff) |
add deployment workflow
Diffstat (limited to 'public/tags')
-rw-r--r-- | public/tags/correctness/index.html | 8 | ||||
-rw-r--r-- | public/tags/correctness/index.xml | 8 | ||||
-rw-r--r-- | public/tags/rust/index.html | 8 | ||||
-rw-r--r-- | public/tags/rust/index.xml | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/public/tags/correctness/index.html b/public/tags/correctness/index.html index 9e25c80..bcd365a 100644 --- a/public/tags/correctness/index.html +++ b/public/tags/correctness/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en-US"> -<head> +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> <meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -11,7 +11,7 @@ <meta name="keywords" content="correctness,rust," /> -<meta property="og:url" content="https://o-santi.github.com/tags/correctness/"> +<meta property="og:url" content="http://localhost:1313/tags/correctness/"> <meta property="og:site_name" content="lowest case"> <meta property="og:title" content="correctness"> <meta property="og:description" content="a lowercase only blog, purely for aesthetics"> @@ -31,7 +31,7 @@ <meta itemprop="dateModified" content="2024-06-01T17:29:17-03:00"> <meta name="referrer" content="no-referrer-when-downgrade" /> - <link rel="alternate" type="application/rss+xml" href="https://o-santi.github.com/tags/correctness/index.xml" title="lowest case" /> + <link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/correctness/index.xml" title="lowest case" /> <style> body { font-family: Verdana, sans-serif; @@ -254,7 +254,7 @@ </time> </i> </span> - <a href="https://o-santi.github.com/blog/rust-is-not-about-memory-safety/">rust is not about memory safety</a> + <a href="http://localhost:1313/blog/rust-is-not-about-memory-safety/">rust is not about memory safety</a> </li> </ul> diff --git a/public/tags/correctness/index.xml b/public/tags/correctness/index.xml index 765db57..00fe426 100644 --- a/public/tags/correctness/index.xml +++ b/public/tags/correctness/index.xml @@ -2,17 +2,17 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>correctness on lowest case</title> - <link>https://o-santi.github.com/tags/correctness/</link> + <link>http://localhost:1313/tags/correctness/</link> <description>Recent content in correctness on lowest case</description> <generator>Hugo</generator> <language>en-US</language> <lastBuildDate>Sat, 01 Jun 2024 17:29:17 -0300</lastBuildDate> - <atom:link href="https://o-santi.github.com/tags/correctness/index.xml" rel="self" type="application/rss+xml" /> + <atom:link href="http://localhost:1313/tags/correctness/index.xml" rel="self" type="application/rss+xml" /> <item> <title>rust is not about memory safety</title> - <link>https://o-santi.github.com/blog/rust-is-not-about-memory-safety/</link> + <link>http://localhost:1313/blog/rust-is-not-about-memory-safety/</link> <pubDate>Sat, 01 Jun 2024 17:29:17 -0300</pubDate> - <guid>https://o-santi.github.com/blog/rust-is-not-about-memory-safety/</guid> + <guid>http://localhost:1313/blog/rust-is-not-about-memory-safety/</guid> <description>most of rust discussions nowadays revolve about memory safety, and how it is safer than C / C++ / zig / go / whatever language is being trashed on twitter that day. while yes, that is true - not that the bar for most of these is particularly high - what I think is the main point of the language is always glossed over: correctness. when one tries to criticize any of the aforementioned languages, one is answered with the following argument:</description> </item> </channel> diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html index 0fce287..e31850c 100644 --- a/public/tags/rust/index.html +++ b/public/tags/rust/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en-US"> -<head> +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> <meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -11,7 +11,7 @@ <meta name="keywords" content="correctness,rust," /> -<meta property="og:url" content="https://o-santi.github.com/tags/rust/"> +<meta property="og:url" content="http://localhost:1313/tags/rust/"> <meta property="og:site_name" content="lowest case"> <meta property="og:title" content="rust"> <meta property="og:description" content="a lowercase only blog, purely for aesthetics"> @@ -31,7 +31,7 @@ <meta itemprop="dateModified" content="2024-06-01T17:29:17-03:00"> <meta name="referrer" content="no-referrer-when-downgrade" /> - <link rel="alternate" type="application/rss+xml" href="https://o-santi.github.com/tags/rust/index.xml" title="lowest case" /> + <link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/rust/index.xml" title="lowest case" /> <style> body { font-family: Verdana, sans-serif; @@ -254,7 +254,7 @@ </time> </i> </span> - <a href="https://o-santi.github.com/blog/rust-is-not-about-memory-safety/">rust is not about memory safety</a> + <a href="http://localhost:1313/blog/rust-is-not-about-memory-safety/">rust is not about memory safety</a> </li> </ul> diff --git a/public/tags/rust/index.xml b/public/tags/rust/index.xml index bf11a4d..0609275 100644 --- a/public/tags/rust/index.xml +++ b/public/tags/rust/index.xml @@ -2,17 +2,17 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>rust on lowest case</title> - <link>https://o-santi.github.com/tags/rust/</link> + <link>http://localhost:1313/tags/rust/</link> <description>Recent content in rust on lowest case</description> <generator>Hugo</generator> <language>en-US</language> <lastBuildDate>Sat, 01 Jun 2024 17:29:17 -0300</lastBuildDate> - <atom:link href="https://o-santi.github.com/tags/rust/index.xml" rel="self" type="application/rss+xml" /> + <atom:link href="http://localhost:1313/tags/rust/index.xml" rel="self" type="application/rss+xml" /> <item> <title>rust is not about memory safety</title> - <link>https://o-santi.github.com/blog/rust-is-not-about-memory-safety/</link> + <link>http://localhost:1313/blog/rust-is-not-about-memory-safety/</link> <pubDate>Sat, 01 Jun 2024 17:29:17 -0300</pubDate> - <guid>https://o-santi.github.com/blog/rust-is-not-about-memory-safety/</guid> + <guid>http://localhost:1313/blog/rust-is-not-about-memory-safety/</guid> <description>most of rust discussions nowadays revolve about memory safety, and how it is safer than C / C++ / zig / go / whatever language is being trashed on twitter that day. while yes, that is true - not that the bar for most of these is particularly high - what I think is the main point of the language is always glossed over: correctness. when one tries to criticize any of the aforementioned languages, one is answered with the following argument:</description> </item> </channel> |