initial boilerplate

This commit is contained in:
Ezri Zhu 2024-09-25 20:54:48 -04:00
commit 6c38ab1394
Signed by: ezri
SSH key fingerprint: SHA256:PjS2hKMfl3gJ5Furjjq+kXa4ZvS1c0gb4/djAxxAf6c
5 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
book

6
book.toml Normal file
View file

@ -0,0 +1,6 @@
[book]
authors = ["Ezri"]
language = "en"
multilingual = false
src = "src"
title = "wolfgirl.systems"

7
shell.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
buildInputs = with pkgs; [
mdbook
];
}

3
src/SUMMARY.md Normal file
View file

@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

1
src/chapter_1.md Normal file
View file

@ -0,0 +1 @@
# Chapter 1