This repository was archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy paththeme.json
597 lines (597 loc) · 24.8 KB
/
theme.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
{
"label": "Liveblog 3 Default SEO Theme",
"name": "default",
"version": "3.3.9",
"asyncTheme": true,
"seoTheme": true,
"author": "Sourcefabric <[email protected]>",
"contributors": [
"Paul Solbach <[email protected]>",
"Massimo Scamarcia <[email protected]>",
"Löic Nogues <[email protected]>",
"Aleksandar Backo Jelicic <[email protected]>"
],
"repository": {
"type" : "git",
"url" : "[email protected]:liveblog/liveblog-default-theme"
},
"license": "AGPL-3.0",
"devStyles": ["dist/default-a1295c520c.css"],
"devScripts": ["dist/default-d84b82103a.js"],
"styles": ["dist/default-a1295c520c.css"],
"scripts": ["dist/default-d84b82103a.js"],
"options": [
{
"name": "datetimeFormat",
"label": "Date time Format",
"type": "datetimeformat",
"default": "lll",
"help": "Sets the date time format to be used in the embed. Please enter a custom format in valid moment.js format http://momentjs.com/docs/#/parsing/string-format"
},
{
"name": "showUpdateDatetime",
"label": "Show post update time",
"type": "checkbox",
"default": false,
"help": "If activated, users will see an additional timestamp, when the post has been updated"
},
{
"name": "postsPerPage",
"label": "Number of posts per page",
"type": "number",
"default": 10,
"help": "Set the number of posts you initially want to show to your readers"
},
{
"name": "postOrder",
"label": "Default posts order",
"type": "select",
"options": [
{"value": "editorial", "label": "Editorial"},
{"value": "newest_first", "label": "Newest first"},
{"value": "oldest_first", "label": "Oldest first"}
],
"default": "editorial"
},
{
"name": "hidePostOrder",
"label": "Hide sorting options",
"type": "checkbox",
"default": false,
"help": "Hide the post order sorting options"
},
{
"name": "autoApplyUpdates",
"label": "All updates are auto-applied periodically",
"type": "checkbox",
"default": true,
"help": "Turn off to prompt user to load updates"
},
{
"name": "canComment",
"label": "Users can comment",
"type": "checkbox",
"default": false,
"help": "Enables a commenting form for users"
},
{
"name": "showImage",
"label": "Show the blog image",
"type": "checkbox",
"default": false
},
{
"name": "showTitle",
"label": "Show the blog title",
"type": "checkbox",
"default": false
},
{
"name": "showDescription",
"label": "Show the blog description",
"type": "checkbox",
"default": false
},
{
"name": "showLiveblogLogo",
"label": "Show Liveblog logo",
"type": "checkbox",
"default": true,
"help": "Turn off to hide the “powered by Live Blog” logo"
},
{
"name": "showAuthor",
"label": "Show the author",
"type": "checkbox",
"default": true,
"help": "Show the author information on posts"
},
{
"name": "authorNameFormat",
"label": "Author name format",
"type": "select",
"default": "display_name",
"dependsOn": {
"showAuthor": true
},
"options": [
{"value": "display_name", "label": "Full name"},
{"value": "byline", "label": "Byline"},
{"value": "sign_off", "label": "Sign off"}
],
"help": "How to show the author info"
},
{
"name": "showAuthorAvatar",
"label": "Show author avatar",
"type": "checkbox",
"default": true,
"dependsOn": {
"showAuthor": true
},
"help": "Shows an author image besides the author name"
},
{
"name": "authorPosition",
"label": "Author info position",
"default": "top",
"type": "select",
"options": [
{
"value": "top",
"label": "Top"
},
{
"value": "bottom",
"label": "Bottom"
}
],
"dependsOn": {
"showAuthor": true
},
"help": "Where to show author info"
},
{
"name": "hasHighlights",
"label": "Show highlight button",
"type": "checkbox",
"default": false,
"help": "Introduces a button for the readers to filter the timeline by highlights"
},
{
"name": "permalinkDelimiter",
"label": "Permalink delimiter",
"type": "select",
"options": [
{
"value": "?",
"label": "Query delimiter (?)"
},
{
"value": "#",
"label": " Fragment identifier delimiter (#)"
}
],
"default": "?",
"help": "Sets the delimiter used to send the permalink. ex: permalinkHashMark=?, http://example.com/?..."
},
{
"name": "blockSearchEngines",
"label": "Block search engines",
"type": "checkbox",
"default": true,
"help": "Will block search engines from indexing the blog content"
},
{
"name": "showGallery",
"label": "Show slideshow gallery",
"type": "checkbox",
"default": false,
"help": "Multiple image posts will show up as an image gallery"
},
{
"name": "stickyPosition",
"label": "Pinned post behaviour",
"type": "select",
"options": [
{"value": "bottom", "label": "Show below menu bar"},
{"value": "top", "label": "Show above menu bar"}
],
"default": "bottom",
"help": "Please note: Pinned posts above the menu bar will not show the author info nor a timestamp. This setting is especially useful if you want to show a (streaming) video on top of your timeline."
},
{
"name": "gaCode",
"label": "Google analytics code",
"type": "text",
"placeholder": "UA-XXXXX-Y",
"default": "",
"help": "Please enter your google analytics account ID."
},
{
"name": "renderForESI",
"label": "Optimise the Live Blog output for ESI",
"type": "checkbox",
"default": false,
"help": "Strips the head and body tags from the Live Blog output to publish it using Edge Side Includes"
},
{
"name": "removeStylesESI",
"label": "Remove stylesheet from the Live Blog output for ESI",
"type": "checkbox",
"default": false,
"help": "Removes the link to the stylesheet from the Live Blog output to publish it using Edge Side Includes "
},
{
"name": "language",
"label": "Theme language",
"type": "select",
"options": [
{
"value": "en",
"label": "English"
},
{
"value": "fi",
"label": "Finnish"
},
{
"value": "se",
"label": "Swedish"
},
{
"value": "de",
"label": "Deutsch"
},
{
"value": "fr",
"label": "Français"
},
{
"value": "nl",
"label": "Nederlands"
},
{
"value": "no",
"label": "Norsk"
},
{
"value": "cs",
"label": "Čeština"
},
{
"value": "ro",
"label": "Română"
},
{
"value": "sr",
"label": "Srpski"
},
{
"value": "sr-cy",
"label": "Српски"
}
],
"default": "en"
},
{
"name": "showSyndicatedAuthor",
"label": "Show syndicated author",
"type": "checkbox",
"default": false,
"help": "If the users will see the syndicated author"
},
{
"name": "clientDatetimeOnly",
"label": "Show datetime only on client",
"type": "checkbox",
"default": false,
"help": "If the users will see the datetime only on client rendered"
}
],
"i18n": {
"se": {
"Highlights": "Höjdpunkter",
"Comment by": "Kommentar av",
"Powered by": "Powered by",
"Advertisement": "Reklam",
"Cancel": "Avbryt",
"Comment": "Kommentar",
"Comment should be maximum 300 characters in length": "Kommentaren får vara högst 300 tecken",
"Editorial": "Redaktionellt material",
"Load more posts": "Ladda fler inlägg",
"Loading": "Laddar",
"Name ": "Namn",
"Name should be maximum 30 characters in length": "Namnet får bestå av upp till 30 tecken",
"Newest first": "Nyaste först",
"No posts for now": "Inga inlägg just nu",
"Oldest first": "Äldsta först",
"One pinned post": "Ett inlägg fastnålat",
"pinned posts": "fastnålade inlägg",
"Please fill in your Comment": "Fyll i din kommentar",
"Please fill in your Name": "Fyll i ditt namn",
"Post a comment": "Skicka en kommentar",
"See one new update": "Se ett nytt inlägg",
"See new updates": "Se nya inlägg",
"Send": "Sänd",
"Show all posts": "Visa alla inlägg",
"Show highlighted post only": "Visa endast höjdpunkter",
"Sort by:": "Sortera enligt:",
"Updated": "Uppdaterat",
"Your comment was sent for approval": "Din kommentar väntar på att godkännas",
"credit:": "källa:"
},
"cs": {
"Highlights": "Hlavní body",
"Comment by": "Komentář",
"Powered by": "Poháněno",
"Advertisement": "reklama",
"Cancel": "Zrušit",
"Comment": "Váš příspěvek",
"Comment *": "Text *",
"Comment should be maximum 300 characters in length": "Maximální délka textu je 300 znaků",
"Editorial": "redakční",
"Load more posts": "Načíst další",
"Loading": "Načítám",
"Name *": "Jméno *",
"Name should be maximum 30 characters in length": "Maximální délka jména je 30 znaků",
"Newest first": "nejnovější",
"No posts for now": "Žádné příspěvky",
"Oldest first": "nejstarší",
"One pinned post": "Jeden připnutý příspěvek",
"pinned posts": "připnuté příspěvky",
"Post a comment": "Otázka / komentář",
"See one new update": "Zobraz 1 nový příspěvek",
"See new updates": "Zobraz nové příspěvky",
"Send": "Odeslat",
"Show all posts": "Zobrazit všechny",
"Show highlighted post only": "Zobraz jen zvýrazněné příspěvky",
"Sort by:": "Řazení:",
"Updated": "Aktualizace",
"Your comment was sent for approval": "Váš text byl úspěšně odeslán Čeká na schválení",
"credit:": " autor:"
}, "de": {
"Highlights": "Highlights",
"Comment by": "Kommentar von",
"Powered by": "Unterstützt von",
"Advertisement": "Werbung",
"Cancel": "Abbrechen",
"Comment": "Kommentar",
"Comment *": "Kommentar",
"Comment should be maximum 300 characters in length": "Kommentar darf maximal 300 Zeichen lang sein",
"Editorial": "Redaktionell",
"Load more posts": "Weitere Beiträge",
"Loading": "Lade",
"Name *": "Name",
"Name should be maximum 30 characters in length": "Name darf maximal 30 Zeichen lang sein",
"Newest first": "Neueste zuerst",
"No posts for now": "Kein Beitrag vorhanden",
"Oldest first": "Älteste zuerst",
"One pinned post": "Angehefteter Eintrag",
"pinned posts": "Angeheftete Einträge",
"Please fill in your Comment": "Bitte Kommentar hier eintragen",
"Please fill in your Name": "Bitte Namen hier eintragen",
"Post a comment": "Kommentar posten",
"See one new update": "Neuen Beitrag anzeigen",
"See new updates": "Neue Beiträge anzeigen",
"Send": "Abschicken",
"Show all posts": "Alle Beiträge anzeigen",
"Show highlighted post only": "Anzeigen hervorgehoben Beitrag ist nur",
"Sort by:": "Ordnen nach",
"Updated": "Aktualisiert am",
"Your comment was sent for approval": "Ihr Kommentar wartet auf Freischaltung",
"credit:": "Bild:"
}, "fi": {
"Highlights": "Kohokohtia",
"Comment by": "Comment by",
"Powered by": "Powered by",
"Advertisement": "Mainos",
"Cancel": "Peruuta",
"Comment": "Kommentoi",
"Comment *": "Kommentti *",
"Comment should be maximum 300 characters in length": "Kommentin enimmäispituus on 300 merkkiä",
"Editorial": "Toimituksellinen",
"Load more posts": "Lataa lisää julkaisuja",
"Loading": "Lataa",
"Name *": "Nimi *",
"Name should be maximum 30 characters in length": "Nimen enimmäispituus on 30 merkkiä",
"Newest first": "Uusimmat ensin",
"No posts for now": "Ei uusia julkaisuja",
"Oldest first": "Vanhimmat ensin",
"One pinned post": "Yksi kiinnitetty julkaisu",
"pinned posts": "kiinnitettyä julkaisua",
"Please fill in your Comment": "Lisää kommenttisi",
"Please fill in your Name": "Lisää nimesi",
"Post a comment": "Lähetä kommentti",
"See one new update": "Lataa yksi uusi julkaisu",
"See new updates": "Lataa uutta julkaisua",
"Send": "Lähetä",
"Show all posts": "Näytä kaikki julkaisut",
"Show highlighted post only": "Näytä vain korostettu julkaisu",
"Sort by:": "Järjestä:",
"Updated": "Päivitetty",
"Your comment was sent for approval": "Kommenttisi lähetettiin hyväksyttäväksi",
"credit:": "©"
}, "fr": {
"Highlights": "Messages en surbrillance",
"Comment by": "Commentaire de",
"Powered by": "Alimenté par",
"Advertisement": "Publicité",
"Cancel": "Annuler",
"Comment": "Commentaire",
"Comment *": "Commentaire *",
"Comment should be maximum 300 characters in length": "Un commentaire ne peut excéder 300 signes",
"Editorial": "Éditorial",
"Load more posts": "Afficher plus de messages",
"Loading": "Chargement",
"Name *": "Nom *",
"Name should be maximum 30 characters in length": "Le nom ne peut excéder 30 signes",
"Newest first": "Le plus récent d'abord",
"No posts for now": "Aucun message pour le moment",
"Oldest first": "Plus ancien en premier",
"One pinned post": "Voir le nouveau message",
"pinned posts": "Voir nouveaux messages",
"Please fill in your Comment": "Votre commentaire",
"Please fill in your Name": "Votre nom",
"Post a comment": "Envoyer un commentaire",
"See one new update": "Voir le nouveau message",
"See new updates": "Voir nouveaux messages",
"Send": "Envoyer",
"Show all posts": "Afficher tous les messages",
"Show highlighted post only": "Afficher uniquement les messages en surbrillance",
"Sort by:": "Trier par:",
"Updated": "Mise à jour",
"Your comment was sent for approval": "Votre commentaire a été envoyé et est en attente de validation",
"credit:": "crédit:"
}, "nl": {
"Highlights": "Highlights",
"Comment by": "Commentaar door",
"Powered by": "Aangedreven door",
"Advertisement": "Advertentie",
"Cancel": "Annuleren",
"Comment": "Reactie",
"Comment *": "Tekst *",
"Comment should be maximum 300 characters in length": "Uw reactie van maximaal 300 tekens",
"Editorial": "Redactioneel",
"Load more posts": "Meer",
"Loading": "Laden",
"Name *": "Naam *",
"Name should be maximum 30 characters in length": "Uw naam kan maximaal 30 tekens lang zijn",
"Newest first": "Toon nieuwste eerst",
"No posts for now": "Nog geen berichten beschikbaar",
"Oldest first": "Toon oudste eerst",
"One pinned post": "Bekijk nieuw bericht",
"pinned posts": "Bekijk nieuwe berichten",
"Please fill in your Comment": "Uw reactie",
"Please fill in your Name": "Vul hier uw naam in",
"Post a comment": "Schrijf een reactie",
"See one new update": "Bekijk nieuw bericht",
"See new updates": "Bekijk nieuwe berichten",
"Send": "Verzenden",
"Sort by:": "Sorteer:",
"Your comment was sent for approval": "Uw reactie is ontvangen ter beoordeling",
"credit:": "credit:"
}, "no": {
"Highlights": "Høydepunkter",
"Comment by": "Kommentar av",
"Powered by": "Drevet av",
"Advertisement": "Annonse",
"Cancel": "Avbryt",
"Comment": "Kommentar",
"Comment *": "Kommentar*",
"Comment should be maximum 300 characters in length": "Kommentarer kan være inntil 300 tegn",
"Editorial": "Redaksjonelt",
"Load more posts": "Henter flere poster",
"Loading": "Henter",
"Name *": "Navn*",
"Name should be maximum 30 characters in length": "Navn kan ikke ha mer enn 30 tegn",
"Newest first": "Nyeste først",
"No posts for now": "Ingen poster for øyeblikket",
"Oldest first": "Eldste først",
"One pinned post": "Én post festet til toppen",
"pinned posts": "poster festet til toppen",
"Please fill in your Comment": "Skriv inn din kommentar",
"Please fill in your Name": "Skriv inn navn",
"Post a comment": "Post en kommentar",
"See one new update": "Se én ny oppdatering",
"See new updates": "Se nye oppdateringer",
"Send": "Send",
"Show all posts": "Vis alle poster",
"Show highlighted post only": "Vis bare høydepunkter",
"Sort by:": "Sortér etter:",
"Updated": "Oppdatert",
"Your comment was sent for approval": "Din kommentar er sendt til godkjenning",
"credit:": "credit:"
}, "ro": {
"Highlights": "Repere",
"Comment by": "Comentariu de",
"Powered by": "Cu sprijinul",
"Advertisement": "Reclamă",
"Cancel": "Anulează",
"Comment": "Comentează",
"Comment *": "Comentariu *",
"Comment should be maximum 300 characters in length": "Comentariu nu poate fi mai lung de 300 de caractere",
"Editorial": "Editorial",
"Load more posts": "Încarcă mai multe posturi",
"Loading": "Se încarcă",
"Name *": "Numele *",
"Name should be maximum 30 characters in length": "Numele nu poate fi mai lung de 30 de caractere",
"Newest first": "Cele mai noi",
"No posts for now": "Deocamdata nu sunt articole",
"Oldest first": "Cele mai vechi",
"One pinned post": "Vezi un articol nou",
"pinned posts": "Vezi articole noi",
"Please fill in your Comment": "Completează comentariu",
"Please fill in your Name": "Completează numele",
"Post a comment": "Scrie un comentariu",
"See one new update": "Vezi un articol nou",
"See new updates": "Vezi articole noi",
"Send": "Trimite",
"Sort by:": "Ordonează după:",
"Your comment was sent for approval": "Comentariul tău a fost trimis spre aprobare",
"credit:": "credit:"
}, "sr": {
"Highlights": "Najvažnije",
"Comment by": "Komentar postavio",
"Powered by": "Ovo je",
"Advertisement": "Reklama",
"Cancel": "Otkaži",
"Comment": "Komentar",
"Comment *": "Komentar *",
"Comment should be maximum 300 characters in length": "Komentar je ograničen na 300 karaktera",
"Editorial": "Izbor urednika",
"Load more posts": "Učitaj još postova",
"Loading": "Učitavanje",
"Name *": "Ime *",
"Name should be maximum 30 characters in length": "Ime je ograničeno na 30 karaktera",
"Newest first": "Od najnovijeg",
"No posts for now": "Za sada nema postova",
"Oldest first": "Od najstarijeg",
"One pinned post": "Jedan istaknut post",
"pinned posts": "istaknuti postovi",
"Please fill in your Comment": "Molimo unesite vaš komentar",
"Please fill in your Name": "Molimo unesite vaše ime",
"Post a comment": "Postavite komentar",
"See one new update": "Pogledajte novi post",
"See new updates": "Pogledajte nove postove",
"Send": "Pošalji",
"Show all posts": "Prikaži sve postove",
"Show highlighted post only": "Prikaži najvažnije postove",
"Sort by:": "Sortiraj:",
"Updated": "Ažurirano",
"Your comment was sent for approval": "Vaš komentar je poslat na odobrenje",
"credit:": "autor:"
}, "sr-cy": {
"Highlights": "Најважније",
"Comment by": "Коментар поставио",
"Powered by": "Ово је",
"Advertisement": "Реклама",
"Cancel": "Откажи",
"Comment": "Коментар",
"Comment *": "Коментар *",
"Comment should be maximum 300 characters in length": "Коментар је ограничен на 300 карактера",
"Editorial": "Избор уредника",
"Load more posts": "Учитај још постова",
"Loading": "Учитавење",
"Name *": "Име *",
"Name should be maximum 30 characters in length": "Име је ограничено на 30 карактера",
"Newest first": "Од најновијег",
"No posts for now": "За сада нема постова",
"Oldest first": "Од најстаријег",
"One pinned post": "Један истакнут пост",
"pinned posts": "истакнути постови",
"Please fill in your Comment": "Молимо унесите ваш коментар",
"Please fill in your Name": "Молимо унесите ваше име",
"Post a comment": "Поставите коментар",
"See one new update": "Погледајте нови пост",
"See new updates": "Погледајте нове постове",
"Send": "Пошаљи",
"Show all posts": "Прикажи све постове",
"Show highlighted post only": "Прикажи најважније постове",
"Sort by:": "Сортирај:",
"Updated": "Ажурирано",
"Your comment was sent for approval": "Ваш коментар је послат на одобрење",
"credit:": "аутор:"
}
}
}