From c202edb498fa8fd3e5c4ff3f9a2d7f112996e14f Mon Sep 17 00:00:00 2001 From: Humaid Alqasimi Date: Sun, 23 Jun 2024 19:31:57 +0400 Subject: [PATCH] Update readme Signed-off-by: Humaid Alqasimi --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 95221e6..fd6c656 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -# huma.id -
-

huma.id website

-

Source of my personal website

+

huma.id

+

Source of my personal website

+[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) ## Description @@ -16,22 +15,21 @@ The website is generated using [Hugo]. - [Nix](https://zero-to-nix.com/start/install) (with flakes enabled) - Optional: [nix-direnv] - - If not using nix-direnv, you need to run `nix develop` to load - dependencies in your shell. + - If not used, you need to run `nix develop` to load dependencies in your + shell. ## Building -To build without cloning: +To build the site: ``` -nix build github:humaidq/huma.id +nix build ``` -The output would be in `./result`. - ## Usage -This package is imported by [dotfiles] repository. +This Nix flake is imported by my [dotfiles] repository, which hosts this +website. [dotfiles]: https://github.com/humaidq/dotfiles [Hugo]: https://gohugo.io