diff options
Diffstat (limited to 'public/lum/index.html')
| -rw-r--r-- | public/lum/index.html | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/public/lum/index.html b/public/lum/index.html index 0a87396..879b9cb 100644 --- a/public/lum/index.html +++ b/public/lum/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> -<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> - <title>Lum | 0xhenrique</title> - <link rel="canonical" href="http://localhost:1313/"> +<head> + <title>Lum - Linux Ubiquitous Marker | 0xhenrique</title> + <link rel="canonical" href="https://example.org/"> <link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'> <link rel='stylesheet' type='text/css' href='/style.css'> <link rel="icon" href="/favicon.ico"> @@ -15,13 +15,13 @@ Lum is a project I started as a way to escape the feeling of being tied to the w </head> <body> <ul class="menu-list"> -<li class="menu-item"><a href="http://localhost:1313/">λ HM-2030</a></li> -<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li> -<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li> -<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li> +<li class="menu-item"><a href="https://example.org/">λ</a></li> +<li class="menu-item"><a href="https://example.org//tags/projects">Projects</a></li> +<li class="menu-item"><a href="https://example.org//tags">Tags</a></li> +<li class="menu-item" style="float:right"><a href="https://example.org//about">About</a></li> </ul> <main> -<header><h1 id="tag_Lum">Lum</h1></header> +<header><h1 id="tag_Lum - Linux Ubiquitous Marker">Lum - Linux Ubiquitous Marker</h1></header> <article> <p>Link: <a href="https://github.com/henrique-marques-vsoft/lum">https://github.com/henrique-marques-vsoft/lum</a></p> @@ -36,14 +36,13 @@ I don’t think parsing 12 thousand objects in JSON is efficient, but it&rsq <div id="nextprev"> <a href="/internet-lurk-compilation/"><div id="prevart">Previous:<br>Internet Lurk Compilation #1</div></a> -<a href="/monogatari/"><div id="nextart">Next:<br>Monogatari</div></a> +<a href="/monogatari/"><div id="nextart">Next:<br>Monogatari - Text Editor in Python</div></a> </div> -<div style="clear:both" class=taglist>Related<br><a id="tag_projects" href="http://localhost:1313/tags/projects">Projects</a> · <a id="tag_programming" href="http://localhost:1313/tags/programming">Programming</a> · <a id="tag_rust" href="http://localhost:1313/tags/rust">Rust</a> · <a id="tag_linux" href="http://localhost:1313/tags/linux">Linux</a></div> +<div style="clear:both" class=taglist>Related<br><a id="tag_projects" href="https://example.org/tags/projects">Projects</a> · <a id="tag_programming" href="https://example.org/tags/programming">Programming</a> · <a id="tag_rust" href="https://example.org/tags/rust">Rust</a> · <a id="tag_linux" href="https://example.org/tags/linux">Linux</a></div> </article> </main> -<footer> - <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a> +<footer><a href="/index.xml">Subscribe to my RSS feed</a> </footer> </body> |
