From 7d0b0ea39b82618b2bcbae62a6e7b4d96cf1f8c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 26 Nov 2019 23:05:51 +0100 Subject: [PATCH] :art: Uudate --- Makefile | 4 +--- README.md | 13 ++++++++----- book.toml | 12 ------------ custom.css | 25 ------------------------- 4 files changed, 9 insertions(+), 45 deletions(-) delete mode 100644 book.toml delete mode 100644 custom.css diff --git a/Makefile b/Makefile index 32849fd8..4f753af3 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,7 @@ serve: ensure build: ensure @mdbook build -book: build - -deploy: book +deploy: build @sh scripts/deploy.sh ensure: diff --git a/README.md b/README.md index 0282840f..59871679 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # Documentation for Gwion it builds using mdr, mdbook and vale - * book + +## Makefile targets + +you can use those recipes: * build + * serve + * deploy + * lint + * ensure * clean * clean-all * clean-tests - * deploy - * ensure - * lint - * serve diff --git a/book.toml b/book.toml deleted file mode 100644 index 9c120e73..00000000 --- a/book.toml +++ /dev/null @@ -1,12 +0,0 @@ -[book] -authors = ["Jérémie Astor"] -title = "Gwion" -src = "md" - -[output.html] -default-theme = "rust" -additional-css = ["custom.css"] - -[output.html.fold] -enable = true -level = 0 diff --git a/custom.css b/custom.css deleted file mode 100644 index a4532723..00000000 --- a/custom.css +++ /dev/null @@ -1,25 +0,0 @@ -.mdr { - color:var(--sidebar-active); - background-color:var(--sidebar-bg); - border: 5px solid var(--sidebar-fg); - padding: 10px; - margin-right: 20%; - margin-left: 20%; - moz-border-radius: 15px; - -webkit-border-radius: 15px; -} - -footer { - padding: 10px; - text-align: center; - font-size: small; - font-style: italic; -} - -.zoom { - transition: transform .2s; /* Animation */ -} - -.zoom:hover { - transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ -} -- 2.43.0