Skip to content

Instantly share code, notes, and snippets.

View lukas-h's full-sized avatar
🎯
Focusing

Lukas Himsel lukas-h

🎯
Focusing
  • Nuremberg, Germany
  • 09:30 (UTC +02:00)
View GitHub Profile
@lukas-h
lukas-h / head.html
Last active July 13, 2020 08:54
AMP jekyll include head
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}" />
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
@lukas-h
lukas-h / _config.yml
Last active June 5, 2017 18:33
AMP jekyll config file replacements
...
replacements:
- - "<img"
- "<amp-img"
- - alt="" />
- ' layout="responsive" height="300px" width="600px"></amp-img>'
- - "<video"
- "<amp-video"
- - "</video"
@lukas-h
lukas-h / orgs.json
Last active June 15, 2017 09:39
Github Organisations associated with Code for Germany - http://codefor.de
{
"orgs":[
'okfde',
'codeformunich',
'ulmapi',
'opendata-stuttgart',
'opendata-heilbronn',
'opendatalab-de',
'CodeforKarlsruhe',
'codeforfrankfurt',
@lukas-h
lukas-h / carousel.html
Last active June 16, 2017 07:54
Jekyll & AMP - Image Carousel
@lukas-h
lukas-h / header.html
Last active June 16, 2017 07:54
Jekyll & AMP - Image Carousel Raw
...
{% if page.layout == 'post' %}
{% if page.images %}
<script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
{% endif %}
{% endif %}
...
@lukas-h
lukas-h / date-postname.md
Last active June 16, 2017 07:57
Jekyll & AMP - Image Carousel
title layout images
FOOBAR
post
/uploads/sample.png
@lukas-h
lukas-h / map.html
Created July 6, 2017 13:20
Leaflet map that gets geojson as a parameter
<!DOCTYPE html>
<html lang="en">
<head>
<title>map</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css">
<script src="https://unpkg.com/leaflet@1.0.3/dist/leaflet.js"></script>
.shadow-right-bottom{
text-shadow:
0px 0px 0 yellow,
1px 0.3px 0 yellow,
2px 0.6px 0 yellow,
3px 0.9px 0 yellow,
4px 1.2px 0 yellow,
5px 1.5px 0 yellow,
6px 1.8px 0 yellow,
7px 2.1px 0 yellow,
@lukas-h
lukas-h / a.geojson
Created July 12, 2017 14:13
jogging route
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lukas-h
lukas-h / Speckfeld.geojson
Created July 12, 2017 14:22
Burgruine Speckfeld
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.