summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locale.json8
-rw-r--r--config/menu.json4
-rw-r--r--config/resources.json12
-rw-r--r--config/titles.json2
4 files changed, 26 insertions, 0 deletions
diff --git a/config/locale.json b/config/locale.json
new file mode 100644
index 0000000..56fab68
--- /dev/null
+++ b/config/locale.json
@@ -0,0 +1,8 @@
+{
+ "timezone": "Europe/Warsaw",
+ "languages": ["en"],
+ "default-language": "en",
+ "locale-id": {
+ "en": "en_US.UTF8"
+ }
+}
diff --git a/config/menu.json b/config/menu.json
new file mode 100644
index 0000000..bf64fbc
--- /dev/null
+++ b/config/menu.json
@@ -0,0 +1,4 @@
+{
+ "items": {
+ }
+}
diff --git a/config/resources.json b/config/resources.json
new file mode 100644
index 0000000..6226236
--- /dev/null
+++ b/config/resources.json
@@ -0,0 +1,12 @@
+{
+ "scripts": [
+ "jquery.min.js",
+ "bootstrap.min.js",
+ "ekko-lightbox.min.js"
+ ],
+ "sheets": [
+ "readable.min.css",
+ "ekko-lightbox.min.css"
+ ],
+ "minify": 1
+}
diff --git a/config/titles.json b/config/titles.json
new file mode 100644
index 0000000..2c63c08
--- /dev/null
+++ b/config/titles.json
@@ -0,0 +1,2 @@
+{
+}