-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README and create derivation in flake.nix
Signed-off-by: Humaid Alqasimi <[email protected]>
- Loading branch information
Showing
4 changed files
with
70 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ feeds/ | |
static/sfeed.html | ||
*\~ | ||
resources/_gen | ||
result |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# huma.id | ||
|
||
<div align="center"> | ||
<h3 align="center">huma.id website</h3> | ||
<p align="center">Source of my personal website</p> | ||
</div> | ||
|
||
## Description | ||
|
||
The source of my personal website, which includes a list of my projects, a | ||
blog, a recipes page, and more. | ||
|
||
The website is generated using [Hugo]. | ||
|
||
## Prerequisites | ||
|
||
- [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. | ||
|
||
## Building | ||
|
||
To build without cloning: | ||
|
||
``` | ||
nix build github:humaidq/huma.id | ||
``` | ||
|
||
The output would be in `./result`. | ||
|
||
## Usage | ||
|
||
This package is imported by [dotfiles] repository. | ||
|
||
[dotfiles]: https://github.com/humaidq/dotfiles | ||
[Hugo]: https://gohugo.io | ||
[nix-direnv]: https://github.com/nix-community/nix-direnv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters