This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Bildoptimierungs-Skript | |
# ------------------------ | |
# | |
# Dieses Skript überwacht einen Ordner auf neue Bild-Dateien (JPEG, PNG) und optimiert diese automatisch. | |
# | |
# Installation der benötigten Programme: | |
# | |
# Für macOS mit Homebrew: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="de"> | |
<head> | |
<title></title> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta name="description" content=""> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Hallo!</title> | |
<style> | |
body { | |
background: #000; | |
background: url(https://phlow.github.io/static/waiting.gif) no-repeat center center fixed; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html class="no-js" lang="de"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Unsere Schlümpfe bauen gerade die Website</title> | |
<style> | |
body {font-size: 1.2em; padding:1em;background: #ECDBB8;color: #850C3A;} | |
</style> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
font: | |
catalog: | |
# Noto Serif supports Latin, Latin-1 Supplement, Latin Extended-A, Greek, Cyrillic, Vietnamese & an assortment of symbols | |
Open Sans: | |
normal: OpenSans-Regular.ttf | |
bold: OpenSans-Bold.ttf | |
italic: OpenSans-Italic.ttf | |
bold_italic: OpenSans-BoldItalic.ttf | |
Open Sans Condensed: | |
normal: OpenSansCondensed-Light.ttf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Guetzli JPG/JPEG Optimizer | |
# This little script compresses JPG-files and shows you how | |
# many bytes Guetzli saved you in the progress. Change the | |
# variable QUALITY to change the quality of the compression. | |
# | |
clear | |
QUALITY=85 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% comment %} | |
* | |
* This loop loops through a category of your choice and lists | |
* all entries. To address the category of your linking use the | |
* include like this: | |
* | |
* {% include loop-category category='webdesign' %} | |
* | |
{% endcomment %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Get script › wget https://gist.githubusercontent.com/Phlow/94ebb77a6b6cc6dccd3451436be43096/raw/2fee13d632dec696483d42f84c734e37fe17577a/schrifteninstallieren.sh | |
# Google Fonts | |
cd && wget https://raw.githubusercontent.com/hotice/webupd8/master/install-google-fonts | |
chmod +x install-google-fonts | |
./install-google-fonts | |
# Linux Libertine und EB Garamond | |
sudo apt-get install ttf-linux-libertine | |
sudo apt-get install fonts-ebgaramond fonts-ebgaramond-extra | |
sudo apt-get install ttf-mscorefonts-installer |
NewerOlder