aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-09 14:18:06 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-09 14:18:06 +0100
commit95b5ceefab48c9c01e12a15dc92e0eed184a74b0 (patch)
tree5e07d9507d7a8f3df389389c6adac110de8afafb
parent167a2bbdb2190a7b4189d1bb3fab2b961e9615a8 (diff)
downloadvericert-docs-95b5ceefab48c9c01e12a15dc92e0eed184a74b0.tar.gz
vericert-docs-95b5ceefab48c9c01e12a15dc92e0eed184a74b0.zip
Update custom css and add to readme
-rw-r--r--README.org4
-rw-r--r--assets/_custom.scss1
2 files changed, 4 insertions, 1 deletions
diff --git a/README.org b/README.org
index 46c5c8b..4113ed9 100644
--- a/README.org
+++ b/README.org
@@ -1,3 +1,7 @@
#+title: Vericert Documentation
The documentation for [[https://github.com/ymherklotz/vericert][Vericert]], which is written in the [[/documentation.org][documentation.org]] file.
+
+* How to develop on documentation
+
+The documentation uses =hugo= to generate the website,
diff --git a/assets/_custom.scss b/assets/_custom.scss
index 7e4ecc6..4b7dbec 100644
--- a/assets/_custom.scss
+++ b/assets/_custom.scss
@@ -32,7 +32,6 @@
.book-page {
background: var(--gray-100);
border-radius: 20px;
- padding: 3rem 3rem;
}
.markdown pre {