Skip to content
Snippets Groups Projects
Verified Commit e35a10e1 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Start new website based on ZOla and Bulma

parent 60e85221
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
*~
/node_modules/
/public/
base_url = "https://teckids.org"
title = "Teckids"
description = "Eine verstehbare (digitale) Welt – Gemeinsam, für Alle"
output_dir = "public"
compile_sass = true
build_search_index = true
generate_feed = true
hard_link_static = true
#minify_html = true
taxonomies = [
]
[markdown]
highlight_code = false
external_links_target_blank = true
external_links_no_referrer = true
[slugify]
paths_keep_dates = true
[search]
include_title = true
include_description = true
include_path = false
include_content = true
index_format = "elasticlunr_json"
[extra]
+++
+++
{
"dependencies": {
"bulma": "^0.9.4"
}
}
@charset "utf-8";
$family-sans-serif: "Roboto", sans-serif;
@import "../node_modules/bulma/bulma.sass";
<!DOCTYPE html>
<html lang="{{ lang }}">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
{% block meta %}
{% if config.description %}<meta name="description" content="{{ config.description }}" />{% endif %}
<link rel="alternate" type="application/atom+xml" href="{{ get_url(path="atom.xml", trailing_slash=false) }}" />
{% endblock %}
<link rel="stylesheet" href="{{ get_url(path="fonts/roboto/index.css") }}" />
<link rel="stylesheet" href="{{ get_url(path="fonts/font-awesome/css/all.css") }}" />
<link rel="stylesheet" href="{{ get_url(path="style.css") }}" />
<title>{% block title %}{{ config.title }}{% endblock %}</title>
</head>
<body class="has-navbar-fixed-top">
<header>
<nav class="navbar is-fixed-top is-transparent" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a href="{{ get_url(path="@/_index.md") }}" class="navbar-item">{{ config.title }}</a>
</div>
<div class="navbar-menu">
<div class="navbar-start">
<div class="navbar-item has-dropdown is-hoverable">
<a href="#" class="navbar-item">Projekte</a>
<div class="navbar-dropdown">
TBA
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a href="#" class="navbar-item">Informationen für…</a>
<div class="navbar-dropdown">
TBA
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a href="#" class="navbar-item">Teckids-Gemeinschaft</a>
<div class="navbar-dropdown">
TBA
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a href="#" class="navbar-item">Updates</a>
<div class="navbar-dropdown">
TBA
</div>
</div>
</div>
</div>
</nav>
</header>
</body>
</html>
{% extends "base.html" %}
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
bulma@^0.9.4:
version "0.9.4"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1"
integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment