diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/food/_index.es.md | 7 | ||||
-rw-r--r-- | content/food/_index.ru.md | 7 | ||||
-rw-r--r-- | content/food/archive.es.md | 6 | ||||
-rw-r--r-- | content/food/archive.ru.md | 6 | ||||
-rw-r--r-- | content/weblog/_index.es.md | 7 | ||||
-rw-r--r-- | content/weblog/_index.ru.md | 7 | ||||
-rw-r--r-- | content/weblog/archive.es.md | 6 | ||||
-rw-r--r-- | content/weblog/archive.ru.md | 6 |
8 files changed, 52 insertions, 0 deletions
diff --git a/content/food/_index.es.md b/content/food/_index.es.md new file mode 100644 index 0000000..ecb844f --- /dev/null +++ b/content/food/_index.es.md @@ -0,0 +1,7 @@ ++++ +title = "A collection of recipes by Yaroslav de la Peña Smirnov" +sort_by = "date" +template = "weblog.html" +paginate_by = 10 +generate_feed = true ++++ diff --git a/content/food/_index.ru.md b/content/food/_index.ru.md new file mode 100644 index 0000000..ecb844f --- /dev/null +++ b/content/food/_index.ru.md @@ -0,0 +1,7 @@ ++++ +title = "A collection of recipes by Yaroslav de la Peña Smirnov" +sort_by = "date" +template = "weblog.html" +paginate_by = 10 +generate_feed = true ++++ diff --git a/content/food/archive.es.md b/content/food/archive.es.md new file mode 100644 index 0000000..940ab0c --- /dev/null +++ b/content/food/archive.es.md @@ -0,0 +1,6 @@ ++++ +sort_by = "date" +template = "food_archive.html" +paginate_by = 0 ++++ + diff --git a/content/food/archive.ru.md b/content/food/archive.ru.md new file mode 100644 index 0000000..940ab0c --- /dev/null +++ b/content/food/archive.ru.md @@ -0,0 +1,6 @@ ++++ +sort_by = "date" +template = "food_archive.html" +paginate_by = 0 ++++ + diff --git a/content/weblog/_index.es.md b/content/weblog/_index.es.md new file mode 100644 index 0000000..5120004 --- /dev/null +++ b/content/weblog/_index.es.md @@ -0,0 +1,7 @@ ++++ +title = "Un weblog escrito por Yaroslav de la Peña Smirnov" +sort_by = "date" +template = "weblog.html" +paginate_by = 10 +generate_feed = true ++++ diff --git a/content/weblog/_index.ru.md b/content/weblog/_index.ru.md new file mode 100644 index 0000000..b8c0142 --- /dev/null +++ b/content/weblog/_index.ru.md @@ -0,0 +1,7 @@ ++++ +title = "Веб-журнал Ярослава де ла Пенья Смирнова" +sort_by = "date" +template = "weblog.html" +paginate_by = 10 +generate_feed = true ++++ diff --git a/content/weblog/archive.es.md b/content/weblog/archive.es.md new file mode 100644 index 0000000..c90f85f --- /dev/null +++ b/content/weblog/archive.es.md @@ -0,0 +1,6 @@ ++++ +sort_by = "date" +template = "weblog_archive.html" +paginate_by = 0 ++++ + diff --git a/content/weblog/archive.ru.md b/content/weblog/archive.ru.md new file mode 100644 index 0000000..c90f85f --- /dev/null +++ b/content/weblog/archive.ru.md @@ -0,0 +1,6 @@ ++++ +sort_by = "date" +template = "weblog_archive.html" +paginate_by = 0 ++++ + |