diff options
| author | 0xhenrique <[email protected]> | 2025-12-05 18:46:43 +0000 |
|---|---|---|
| committer | 0xhenrique <[email protected]> | 2025-12-05 18:46:43 +0000 |
| commit | 89fa2f60db2ce6b1c5ead0412fa071c0278e35d4 (patch) | |
| tree | 9df589a33de4e661b9cfe221d63908625bc71112 /blog/tag-web.html | |
| parent | e0e0a69b4320a8dd080153b55ccd6a80296b7446 (diff) | |
Diffstat (limited to 'blog/tag-web.html')
| -rw-r--r-- | blog/tag-web.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/blog/tag-web.html b/blog/tag-web.html new file mode 100644 index 0000000..157c237 --- /dev/null +++ b/blog/tag-web.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="UTF-8"> +<link rel="alternate" + type="application/rss+xml" + href="https://blog.0xhenrique.org/rss.xml" + title="RSS feed for https://blog.0xhenrique.org/"> +<title>0xhenrique</title> +<meta name="author" content="Henrique Marques"> +<meta name="referrer" content="no-referrer"> +<meta name="viewport" content="initial-scale=1,width=device-width,minimum-scale=1"> +<link href= "static/style.css" rel="stylesheet" type="text/css" /> +<link rel="icon" href="static/favicon.ico"></head> +<body> +<div id="preamble" class="status"><ul class="menu-list"><li class="menu-item"><a href="https://blog.0xhenrique.org/">λ 0xhenrique</a></li><li class="menu-item"><a href="https://blog.0xhenrique.org/tag-projects">Projects</a></li><li class="menu-item"><a href="https://blog.0xhenrique.org/archive">Archive</a></li><li class="menu-item"><a href="https://blog.0xhenrique.org/rss.xml">RSS</a></li><li class="menu-item" style="float:right"><a href="https://blog.0xhenrique.org/about">About</a></li></ul></div> +<div id="content"> +<h1 class="title">Posts tagged "web":</h1><h2 class="post-title"><a href="https://blog.0xhenrique.org/2025-12-05-global-install-npm-packages-on-gnu-guix.html">Global Install NPM Packages on GNU Guix</a></h2><div class="post-date">05 Dec 2025</div><p> +This post is not exactly a tutorial, but rather a record for myself. I've already needed to configure npm on Guix a few times and, inevitably, I ended up forgetting the steps when I installed the system again. To avoid wasting time in the future, I leave here the procedure that always solves the problem for me. +</p><a href="https://blog.0xhenrique.org/2025-12-05-global-install-npm-packages-on-gnu-guix.html">Read more...</a><hr class="post-divider"><div id="archive"> +<a href="https://blog.0xhenrique.org/archive.html">Other posts</a> +</div> +</div> +<div id="postamble" class="status"><a href="https://blog.0xhenrique.org/rss.xml">My RSS Feed</a> +<center>Created using GNU Emacs + <a href="https://github.com/bastibe/org-static-blog">Org Static Blog</a>.</center></div> +</body> +</html> |
