From: Jérémie Astor Date: Tue, 26 Nov 2019 22:05:51 +0000 (+0100) Subject: :art: Uudate X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=7d0b0ea39b82618b2bcbae62a6e7b4d96cf1f8c5;p=gwion.git :art: Uudate --- 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) */ -}