summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Soupault.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-27 09:22:57 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-27 09:27:50 +0100
commit1a9268f141ac4234b2836d0207b1e87009821dd7 (patch)
tree849a707022a09fb5e62c25eb6931ccc5af876c2a /site/cleopatra/Soupault.org
parentMake a generation process prebuild depends on its tangled file (diff)
Theme reloading
Diffstat (limited to 'site/cleopatra/Soupault.org')
-rw-r--r--site/cleopatra/Soupault.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/cleopatra/Soupault.org b/site/cleopatra/Soupault.org
index a5703be..6b1ed58 100644
--- a/site/cleopatra/Soupault.org
+++ b/site/cleopatra/Soupault.org
@@ -9,7 +9,7 @@ soupault-build :
@echo " run soupault"
@soupault
-serve : build
+serve : soupault-prebuild
@echo " start a python server"
@cd build; python -m http.server 2>/dev/null
@@ -419,6 +419,7 @@ main "$(cat)" "${1}"
#+BEGIN_SRC sass :tangle site/style/plugins.sass
#history
table
+ @include margin-centered(2rem)
border-top: 2px solid $primary-color
border-bottom: 2px solid $primary-color
border-collapse: collapse;