Skip to content

Commit 5d75cb2

Browse files
author
Noam Yorav-Raphael
committed
Update book.toml to include links to github
1 parent 2f49046 commit 5d75cb2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

book.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[book]
2+
title = "Nix Pills"
23
authors = ["Luca Bruno"]
34
language = "en"
45
multilingual = false
56
src = "pills"
6-
title = "Nix Pills"
77

88
[output.html]
99
additional-css = ["custom.css"]
10+
edit-url-template = "https://github.com/NixOS/nix-pills/tree/master/{path}"
11+
git-repository-url = "https://github.com/NixOS/nix-pills"
1012

1113
[output.linkcheck]
1214
follow-web-links = true

pills/00-preface.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: Nix Pills
3-
---
4-
51
# Preface
62

73
This is a ported version of the **Nix Pills**, a series of blog posts written by **Luca Bruno** (aka Lethalman) and originally published in 2014 and 2015. It provides a tutorial introduction into the Nix package manager and Nixpkgs package collection, in the form of short chapters called 'pills'.

0 commit comments

Comments
 (0)