Next content push

- changed .gitignore for art folder
- add gulp processing for art
- changed nunjucks templates file structure to reflect demo files
- removed file for new styles
- renamed most sass variables
- added sass function for space classes
- great progress with content of the intro page
- moved old gulp tasks to DEPRECATED.md
This commit is contained in:
Stephan 2018-10-09 23:47:51 +02:00
parent 48437cc4f4
commit 92d1609213
37 changed files with 664 additions and 637 deletions

View file

@ -2,9 +2,9 @@
{% set pageId = "blank" %}
{% set pageClass = "height_full" %}
{% extends "hippie/demo-default.njk" %}
{% extends "demo/default.njk" %}
{% block title %}blank{% endblock %}
{% block title %}tests - HIPPIE{% endblock %}
{% block head %}
{{ super() }}
<link rel="stylesheet" type="text/css" media="all" href="../css/demo.css"/>
@ -29,7 +29,7 @@
<input id="txtName" type="text" /><span id="error">Caps Lock is ON.</span>
</form>
{% import "hippie/macros/nav-macro.njk" as forms %}
{% import "demo/macros/nav-macro.njk" as forms %}
{{ forms.active('zubereitung') }}
{% endblock %}