summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-11-03 12:46:22 +0100
committerVictor Toso <victortoso@redhat.com>2015-11-03 12:46:22 +0100
commit0b2f04a29a42fe18f0747e6918ce4bf338b6db93 (patch)
treea107d3a3f4e3d8c38c012e99120011ffb3b766e9
parent01e8ec328606e351323a29d6731eeb882eeb1b86 (diff)
downloads: include folder for downloadables
-rw-r--r--content/downloads/.gitignore20
-rw-r--r--pelicanconf.py2
2 files changed, 21 insertions, 1 deletions
diff --git a/content/downloads/.gitignore b/content/downloads/.gitignore
new file mode 100644
index 0000000..60c5152
--- /dev/null
+++ b/content/downloads/.gitignore
@@ -0,0 +1,20 @@
+*.tar.bz2
+*.zip
+*.htaccess
+*.msi
+RPM-GPG-KEY-spice-fedora-12-x86_64
+arm
+binaries
+demos
+gtk
+libcacard
+releases
+seabios
+spice-html5
+spice-pre-commit
+spice.repo
+stable
+unstable
+usbredir
+windows
+wireshark
diff --git a/pelicanconf.py b/pelicanconf.py
index fc81262..48ad983 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -15,7 +15,7 @@ RELATIVE_URLS = False
# Static content that we reference in our site goes into folders appointed
# by this path
-STATIC_PATHS = ['static']
+STATIC_PATHS = ['static', 'downloads']
# Templates that are used directly to render content
DIRECT_TEMPLATES = ['search']