feat: Replace directory for includes with submodule
Create new repository hippie-view for _includes.
This commit is contained in:
parent
86f3c679c3
commit
bffa82030b
74 changed files with 84 additions and 684 deletions
|
|
@ -3,7 +3,7 @@ title: Blog
|
|||
tags:
|
||||
- demoExample
|
||||
---
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="sec_main_center">
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@ tags:
|
|||
- demoExample
|
||||
---
|
||||
{% assign pageClass = "html_card" %}
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="card_bkg">
|
||||
<div id="dither"></div>
|
||||
{% render 'hippie/partials/placeholder-flag.liquid', type: '', id: 'flag' %}
|
||||
{% render 'hippie-view/partials/placeholder-flag.liquid', type: '', id: 'flag' %}
|
||||
{% comment %}<img id="dither" src="art/flag_dither.png" width="1920" height="1200" alt="Background flag dithered"/>{% endcomment %}
|
||||
</div>
|
||||
<div class="card_box">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- demoExample
|
||||
---
|
||||
{% assign bodyClass = 'body_clock' -%}
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<header class="io pos_fix pin_top pin_right pin_left">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- demoExample
|
||||
- index
|
||||
---
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="sec_main_center">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- game
|
||||
---
|
||||
{% assign bodyClass = 'body_intro' -%}
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
{% layout 'hippie-view/app.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div id="loader" class="step op_show">
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ tags:
|
|||
- game
|
||||
---
|
||||
{% assign bodyClass = 'body_menu' -%}
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
{% render 'hippie/partials/game-menu.liquid', links: menu %}
|
||||
{% render 'hippie-view/partials/game-menu.liquid', links: menu %}
|
||||
<footer>
|
||||
{% brand 'brand', 'last' %}
|
||||
<p>Marke</p>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- game
|
||||
---
|
||||
{% assign bodyClass = 'body_mwo' -%}
|
||||
{% layout 'hippie/game.liquid' %}
|
||||
{% layout 'hippie-view/game.liquid' %}
|
||||
|
||||
{% block links %}
|
||||
{{ block.super -}}
|
||||
|
|
@ -41,6 +41,21 @@ tags:
|
|||
<button onclick="changeConnectorStyle('circle')"><i class="bi bi-circle-fill"></i></button>
|
||||
<button onclick="changeConnectorStyle('diamond')"><i class="bi bi-diamond-fill"></i></button>
|
||||
</nav>
|
||||
<nav>
|
||||
<span>Drag/Attraction</span>
|
||||
<button>Toggle</button>
|
||||
<hr class="vertical">
|
||||
<div class="group_nav">
|
||||
<label>Strength</label>
|
||||
<input min="0" max="100" value="16" type="range">
|
||||
<span>0.15</span>
|
||||
</div>
|
||||
<div class="group_nav">
|
||||
<label>Distance</label>
|
||||
<input min="48" max="512" value="256" type="range">
|
||||
<span>256</span>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- game
|
||||
---
|
||||
{% assign bodyClass = 'body_tfw' -%}
|
||||
{% layout 'hippie/game.liquid' %}
|
||||
{% layout 'hippie-view/game.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<header class="io">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Hello World"
|
||||
layout: hippie/world.liquid
|
||||
layout: hippie-view/world.liquid
|
||||
tags:
|
||||
- demoExample
|
||||
---
|
||||
|
|
|
|||
|
|
@ -14,16 +14,16 @@ links:
|
|||
img: '/art/bullet.gif'
|
||||
---
|
||||
{% assign bodyClass = "body_portal" %}
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="portal">
|
||||
{% render 'hippie/partials/gate-list',
|
||||
{% render 'hippie-view/partials/gate-list',
|
||||
name: 'Tor mit Symbol und Liste',
|
||||
url: '../demo',
|
||||
image: image,
|
||||
links: links
|
||||
%}
|
||||
{% render 'hippie/partials/gate-simple', name: 'Tor', url: '../demo' %}
|
||||
{% render 'hippie-view/partials/gate-simple', name: 'Tor', url: '../demo' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
@ -3,7 +3,7 @@ title: Songbook
|
|||
tags:
|
||||
- demoExample
|
||||
---
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="sec_main_center">
|
||||
|
|
@ -31,7 +31,7 @@ tags:
|
|||
richten.</p>
|
||||
<hr class="double dotted">
|
||||
{%- for piece in collections.song -%}
|
||||
{% render 'hippie/partials/song.liquid', index: forloop.index0, data: piece.data, content: piece.content %}
|
||||
{% render 'hippie-view/partials/song.liquid', index: forloop.index0, data: piece.data, content: piece.content %}
|
||||
{%- endfor -%}
|
||||
<hr/>
|
||||
<address>{% text hippie.placeholders.name %}</address>
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@ tags:
|
|||
---
|
||||
{% assign pageId = page.fileSlug -%}
|
||||
{% assign bodyClass = 'body_start' -%}
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
{% render 'hippie/partials/header-status', hippie: hippie, links: start %}
|
||||
{% render 'hippie-view/partials/header-status', hippie: hippie, links: start %}
|
||||
<main>
|
||||
<header class="io">
|
||||
<form id="wwwForm" class="group_nav" action="https://duckduckgo.com/">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- ui
|
||||
---
|
||||
{% assign bodyClass = 'body_cli' -%}
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
{% layout 'hippie-view/app.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div id="cli">
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: Drag
|
|||
tags:
|
||||
- ui
|
||||
---
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
{% layout 'hippie-view/app.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<header class="io pos_fix pin_top pin_right pin_left">
|
||||
|
|
@ -13,9 +13,9 @@ tags:
|
|||
<div>
|
||||
<div id="test">
|
||||
<div class="body_frame">
|
||||
{% render 'hippie/partials/frame-header.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-header.liquid' %}
|
||||
<main></main>
|
||||
{% render 'hippie/partials/frame-mode.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-mode.liquid' %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ tags:
|
|||
- ui
|
||||
---
|
||||
{% assign bodyClass = 'body_frame' -%}
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
{% layout 'hippie-view/app.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
{% render 'hippie/partials/frame-header.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-header.liquid' %}
|
||||
<main class="io">
|
||||
<aside class="io">
|
||||
<nav>
|
||||
|
|
@ -138,8 +138,8 @@ tags:
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% render 'hippie/partials/frame-status.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-status.liquid' %}
|
||||
</section>
|
||||
</main>
|
||||
{% render 'hippie/partials/frame-mode.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-mode.liquid' %}
|
||||
{% endblock %}
|
||||
|
|
@ -4,10 +4,10 @@ tags:
|
|||
- ui
|
||||
---
|
||||
{% assign bodyClass = 'body_frame' -%}
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
{% layout 'hippie-view/app.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
{% render 'hippie/partials/frame-header.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-header.liquid' %}
|
||||
<header class="io">
|
||||
<h1>Formulare</h1>
|
||||
<button data-action="add">Hinzufügen</button>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ tags:
|
|||
- ui
|
||||
---
|
||||
{% assign bodyClass = 'body_frame' -%}
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
{% layout 'hippie-view/app.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
{% render 'hippie/partials/frame-header.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-header.liquid' %}
|
||||
<main class="io">
|
||||
<section>
|
||||
<header class="io">
|
||||
|
|
@ -27,10 +27,10 @@ tags:
|
|||
<div>B</div>
|
||||
<div>C</div>
|
||||
</div>
|
||||
{% render 'hippie/partials/frame-status.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-status.liquid' %}
|
||||
</section>
|
||||
</main>
|
||||
{% render 'hippie/partials/frame-mode.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-mode.liquid' %}
|
||||
{% endblock %}
|
||||
|
||||
{%- block script %}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- demoExample
|
||||
- index
|
||||
---
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
{% layout 'hippie-view/simple.liquid' %}
|
||||
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ tags:
|
|||
- ui
|
||||
---
|
||||
{% assign bodyClass = 'body_frame' -%}
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
{% layout 'hippie-view/app.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
{% render 'hippie/partials/frame-header.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-header.liquid' %}
|
||||
<main class="io">
|
||||
<section>
|
||||
<header class="io">
|
||||
|
|
@ -54,7 +54,7 @@ tags:
|
|||
</thead>
|
||||
<tbody id="positions"></tbody>
|
||||
</table>
|
||||
{% render 'hippie/partials/frame-status.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-status.liquid' %}
|
||||
</section>
|
||||
</main>
|
||||
<template id="rowDefault">
|
||||
|
|
@ -185,7 +185,7 @@ tags:
|
|||
</tr>
|
||||
</template>
|
||||
|
||||
{% render 'hippie/partials/frame-mode.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-mode.liquid' %}
|
||||
{% endblock %}
|
||||
|
||||
{%- block script %}
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ tags:
|
|||
- ui
|
||||
---
|
||||
{% assign bodyClass = 'body_frame' -%}
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
{% layout 'hippie-view/app.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
{% render 'hippie/partials/frame-header.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-header.liquid' %}
|
||||
<main class="io"></main>
|
||||
{% render 'hippie/partials/frame-mode.liquid' %}
|
||||
{% render 'hippie-view/partials/frame-mode.liquid' %}
|
||||
{% endblock %}
|
||||
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- ui
|
||||
---
|
||||
{% assign bodyClass = 'body_frame' -%}
|
||||
{% layout 'hippie/app.liquid' %}
|
||||
{% layout 'hippie-view/app.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
<div id="task-bar">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue