From: Radek Czajka Date: Thu, 18 Dec 2014 08:27:50 +0000 (+0100) Subject: Ready. X-Git-Url: https://git.mdrn.pl/static.git/commitdiff_plain/46f05868657c7648d27306e92326038091e64188 Ready. --- diff --git a/content/index.html b/content/index.html index 7c0fb54..aa33341 100644 --- a/content/index.html +++ b/content/index.html @@ -45,7 +45,7 @@ extends: base.j2 {%- endif -%} {%- if grp.name == "outro" -%}
Pobierz raport w wersji PDF
-
English version
+
English version
{%- endif -%} {%- endif -%} diff --git a/production.yaml b/production.yaml new file mode 100644 index 0000000..237c0ed --- /dev/null +++ b/production.yaml @@ -0,0 +1,11 @@ +extends: site.yaml +base_url: /scenariusze +media_url: /scenariusze/media +deploy_root: deploy_p_scenariusze +publisher: + default: + type: hyde.ext.publishers.ssh.SSH + username: prawokultury + server: giewont.icm.edu.pl + target: /srv/prawokultury/static_pages/scenariusze + opts: -r -v --delete diff --git a/site.yaml b/site.yaml index 4244301..bd80ebe 100644 --- a/site.yaml +++ b/site.yaml @@ -1,7 +1,7 @@ base_url: / context: data: - domain: https://przyszlosc.prawokultury.pl + domain: https://prawokultury.pl plugins: - hyde.ext.plugins.meta.MetaPlugin - hyde.ext.plugins.meta.AutoExtendPlugin @@ -46,10 +46,3 @@ grouper: - name: intro - name: main - name: outro -publisher: - default: - type: hyde.ext.publishers.ssh.SSH - username: prawokultury - server: giewont.icm.edu.pl - target: /srv/przyszlosc/www/ - opts: -r -v --delete