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:
parent
48437cc4f4
commit
92d1609213
37 changed files with 664 additions and 637 deletions
|
|
@ -1,13 +1,11 @@
|
|||
<!-- template-demo-default.njk -->
|
||||
<!-- template-default.njk -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
{% block head %}
|
||||
<title>{% block title %}{% endblock %} - HIPPIE</title>
|
||||
|
||||
{% include "hippie/partials/head-meta.njk" %}
|
||||
{% include "demo/partials/head-meta.njk" %}
|
||||
|
||||
<link rel="icon" href="./favicon.ico" type="image/vnd.microsoft.icon">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
<!-- template-demo-extended.njk -->
|
||||
<!-- template-extended.njk -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
{% block head %}
|
||||
<title>{% block title %}{% endblock %} - HIPPIE</title>
|
||||
{% include "demo/partials/head-meta.njk" %}
|
||||
|
||||
<!--[if lte IE 9]>
|
||||
<script src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
|
|
@ -16,8 +16,6 @@
|
|||
<!--Local alternative: <script src="./code/html5shiv.min.js"></script>-->
|
||||
<!--Only use one of the above!-->
|
||||
|
||||
{% include "hippie/partials/head-meta.njk" %}
|
||||
|
||||
<link rel="icon" href="./favicon.ico" type="image/vnd.microsoft.icon">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{% set item = [['mateladen', 'shop'], ['zubereitung', 'preparation'], ['wissen', 'knowledge'], ['blog', 'blog'], ['kontakt', 'contact']] %}
|
||||
{% set item = [['one', 'filename'], ['two', 'filename']] %}
|
||||
{% macro active(activePage='') %}<!-- nav.macro -->
|
||||
<nav class="nav_site">
|
||||
<span id="js_nav_tog" class="nav_site_toggle"><img src="./art/more.svg" width="22" height="22"/></span>
|
||||
|
|
@ -1,13 +1,11 @@
|
|||
<!-- template-demo-maintenance.njk -->
|
||||
<!-- template-maintenance.njk -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
{% block head %}
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
|
||||
{% include "hippie/partials/head-meta.njk" %}
|
||||
{% include "demo/partials/head-meta.njk" %}
|
||||
|
||||
<link rel="icon" href="./favicon.ico" type="image/vnd.microsoft.icon">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
<!-- head-meta.partial -->
|
||||
<title>{% block title %}{% endblock %} - HIPPIE</title>
|
||||
|
||||
<meta name="author" content="Interaktionsweise">
|
||||
<meta name="description" content="hippie">
|
||||
<meta name="generator" content="Notepad++, Atom">
|
||||
Loading…
Add table
Add a link
Reference in a new issue