This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"type":"rich","title":"Other Settings","description":"Global Stack Size Multiplier: x10\nFuel Consumption: x1.75\nCorpse Decomposition: 45 minutes\nItem Decomposition: 5 minutes\nCrop Spoil Time: x2 (half the default decay times)","color":16312092} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% assign slider_images = "" | split: ',' %} | |
{% for image in site.static_files %} | |
{% if image.path contains page.image_namespace %} | |
{% assign slider_images = slider_images | push: image %} | |
{% endif %} | |
{% endfor %} | |
{% assign slider_images = site.static_files | where_exp: "item", "item.path contains page.image_namespace" %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"template": "layouts/item.html.twig", | |
"description": { | |
"en-GB": "Empty item page. Must only be used for single event, project, channel or article page." | |
}, | |
"template_config": { | |
"attributes": { | |
"label": { | |
"en-GB": "Attributes" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"template": "layouts/item.html.twig", | |
"description": { | |
"en-GB": "Empty item page. Must only be used for single event, project, channel or article page." | |
}, | |
"template_config": { | |
"attributes": { | |
"label": { | |
"en-GB": "Attributes" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": { | |
"en-GB": "Single article" | |
}, | |
"description": { | |
"en-GB": "Single article output – header and body" | |
}, | |
"template": "containers/global/group/group.html.twig", | |
"template_config": { | |
"config": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"template": "layouts/global.html.twig", | |
"description": { | |
"en-GB": "Empty page, a clean slate…" | |
}, | |
"template_config": { | |
"attributes": { | |
"label": { | |
"en-GB": "Attributes" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": { | |
"en-GB": "Hero" | |
}, | |
"description": { | |
"en-GB": "Hero with optional promotional slogan" | |
}, | |
"template": "containers/media/hero/hero-slogan.html.twig", | |
"template_config": { | |
"model": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg class="is-narrative" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<g id="icon-heart" viewBox="0 0 21 21" fill-rule="evenodd"> | |
<title>Heart</title> | |
<path id="a" d="M19.137 11.078c-.474.653-1.328 1.653-1.9 2.223l-5.7 5.704c-.57.57-1.503.57-2.073 0L3.762 13.3c-.57-.57-1.425-1.57-1.9-2.222 0 0-.862-1.188-.862-2.742C1 5.39 3.39 3 6.336 3c1.516 0 2.885.632 3.856 1.647l.108.113c.11.13.29.13.4 0l.108-.113C11.778 3.632 13.148 3 14.664 3 17.61 3 20 5.39 20 8.336c0 1.554-.863 2.742-.863 2.742z"/> | |
</g> | |
<g id="icon-loop" viewBox="0 0 21 21" fill-rule="evenodd"> | |
<title>Loop</title> | |
<path id="a" d="M18.518 16.254l-5.07-5.07c.517-.9.815-1.942.815-3.052 0-3.38-2.75-6.132-6.13-6.132C4.75 2 2 4.75 2 8.132c0 3.38 2.75 6.132 6.132 6.132 1.074 0 2.085-.278 2.962-.766l5.09 5.09c.32.322.744.483 1.167.483.424 0 .846-.16 1.168-.482.643-.644.643-1.69 0-2.334z"/> | |
</g> | |
<g id="icon-pen" viewBox="0 0 21 21" fill-rule="evenodd"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************/ | |
/** Basic Imports */ | |
/******************/ | |
var gulp = require('gulp'), | |
methods = { | |
minify: require('gulp-clean-css'), | |
postcss: require('gulp-postcss'), | |
imagemin: require('gulp-imagemin') | |
}, | |
sass = require('gulp-sass'), |
NewerOlder