Skip to content

Commit

Permalink
Add mdBook config file and ignore its output.
Browse files Browse the repository at this point in the history
Just run `mdbook build`, output goes into `book`.

I do not like that it keeps references to remote, Google-hosted fonts, I will
try to disable that.
  • Loading branch information
ivilata committed Apr 24, 2020
1 parent b853949 commit 850d89b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions user-manual/en/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
book
6 changes: 6 additions & 0 deletions user-manual/en/book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[book]
authors = ["Ivan Vilata-i-Balaguer"]
language = "en"
multilingual = false
src = "."
title = "Censorship.no! User Manual"

0 comments on commit 850d89b

Please sign in to comment.