diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-05-30 20:47:52 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-05-30 20:47:52 +0000 |
| commit | 58c947fe57c5b6492906e588f9510ae30383615d (patch) | |
| tree | b8ccc2ae0df259ec3a68696a50479a7b0b680e3d /public/post/nixos-p1/index.html | |
| parent | cf259bfe2fdc33894f10083737776f79903a6fbe (diff) | |
routine updates
Diffstat (limited to 'public/post/nixos-p1/index.html')
| -rw-r--r-- | public/post/nixos-p1/index.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/public/post/nixos-p1/index.html b/public/post/nixos-p1/index.html index 1b69d88..54c7ccb 100644 --- a/public/post/nixos-p1/index.html +++ b/public/post/nixos-p1/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head><title>Adventures in NixOS - Part 1 – Kumar Damani - Home</title> -<meta name="description" content="Git, email, resume etc."> +<meta name="description" content="Git, email, and resume"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8"/> @@ -16,7 +16,7 @@ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" /> -<link rel="stylesheet" href="https://kumardamani.net/css/palettes/gruvbox-dark.css"> +<link rel="stylesheet" href="https://kumardamani.net/css/palettes/tokyo-night-dark.css"> <link rel="stylesheet" href="https://kumardamani.net/css/risotto.css"> <link rel="stylesheet" href="https://kumardamani.net/css/custom.css"> </head> @@ -24,9 +24,9 @@ <body> <div class="page"> - <header class="page__header"><h1 class="page__logo"><a href="https://kumardamani.net/" class="page__logo-inner">Kumar Damani - Home</a></h1> -<nav class="page__nav main-nav"> + <header class="page__header"><nav class="page__nav main-nav"> <ul> + <h1 class="page__logo"><a href="https://kumardamani.net/" class="page__logo-inner">Kumar Damani - Home</a></h1> <li class="main-nav__item"><a class="nav-main-item active" href="https://kumardamani.net/post/" title="Posts">Posts</a></li> @@ -40,6 +40,7 @@ <header class="content__header"> <h1>Adventures in NixOS - Part 1</h1> </header> + <div class="content__body"> <p>Almost a guide to getting started with NixOS the modern (2023) way.</p> <p>There seems to be a shortage of written guides on the Internet for setting up NixOS @@ -375,7 +376,7 @@ all my apps support it, and things just <em>feel</em> more polished than I have <div class="aside__about"> <img class="about__logo" src="https://kumardamani.net/images/rice.svg" alt="Logo"> <h1 class="about__title">Links</h1> -<p class="about__description">Git, email, resume etc.</p> +<p class="about__description">Git, email, and resume</p> </div> @@ -405,6 +406,8 @@ all my apps support it, and things just <em>feel</em> more polished than I have </p> + + </div> </section> |
