Skip to content

Commit

Permalink
basic settings
Browse files Browse the repository at this point in the history
  • Loading branch information
b1nhack committed Jun 23, 2024
1 parent f8b4856 commit 79a9637
Show file tree
Hide file tree
Showing 11 changed files with 1,278 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
book
15 changes: 15 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[book]
authors = ["b1n <[email protected]>"]
language = "en"
multilingual = false
src = "src"
title = "PumpBin Documentation"

[output.html]
default-theme = "macchiato"
preferred-dark-theme = "macchiato"
smart-punctuation = true
git-repository-url = "https://github.com/pumpbin/book"
edit-url-template = "https://github.com/pumpbin/book/edit/main/{path}"
additional-css = ["theme/catppuccin.css"]
cname = "pumpbin.b1n.io"
3 changes: 3 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Summary

- [Chapter 1](./chapter_1.md)
1 change: 1 addition & 0 deletions src/chapter_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Chapter 1
Loading

0 comments on commit 79a9637

Please sign in to comment.