mirror of
https://github.com/vale981/website
synced 2025-03-04 09:01:41 -05:00
init
This commit is contained in:
commit
7d4a4719be
4 changed files with 8 additions and 0 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
use_nix
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/.direnv/
|
2
readme.org
Normal file
2
readme.org
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Valentin's new Website
|
||||||
|
Valentin's new Hugo website powered by [[https://gohugo.io/][hugo]] and [[https://ox-hugo.scripter.co/][ox-hugo]]
|
4
shell.nix
Normal file
4
shell.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
pkgs.mkShell {
|
||||||
|
nativeBuildInputs = with pkgs; [ hugo ];
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue