Ready.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Thu, 18 Dec 2014 08:27:50 +0000 (09:27 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Thu, 18 Dec 2014 08:27:50 +0000 (09:27 +0100)
content/index.html
production.yaml [new file with mode: 0644]
site.yaml

index 7c0fb54..aa33341 100644 (file)
@@ -45,7 +45,7 @@ extends: base.j2
         {%- endif -%}
         {%- if grp.name == "outro" -%}
             <a href="{{ media_url('prawo-kultury-scenariusze-przyszlosci.pdf') }}"><div>Pobierz raport w wersji PDF</div></a>
-            <a href=""><div>English version</div></a>
+            <a href="/scenarios/"><div>English version</div></a>
         {%- endif -%}
         </section>
     {%- endif -%}
diff --git a/production.yaml b/production.yaml
new file mode 100644 (file)
index 0000000..237c0ed
--- /dev/null
@@ -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
index 4244301..bd80ebe 100644 (file)
--- 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