From c1b973a39a5be58eb4465603b971235ed7fedd4d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 24 Feb 2024 15:03:05 -0300 Subject: Feat: migrate docs from Ikiwiki to MkDocs --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index adda109..dd13f69 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Ikiwiki Makefile by Silvio Rhatto (rhatto at riseup.net). +# Makefile for PadrĂ£o Fluxo by Silvio Rhatto (rhatto at riseup.net). # # This Makefile is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the Free @@ -15,9 +15,9 @@ # web: - @ikiwiki --setup ikiwiki.yaml + @mkdocs build web_deploy: - @rsync -avz --delete www/ padrao:/var/sites/padrao/www/ + @rsync -avz --delete site/ padrao:/var/sites/padrao/www/ publish: web web_deploy -- cgit v1.2.3