Skip to content

Instantly share code, notes, and snippets.

View d3orn's full-sized avatar

Domi d3orn

  • Switzerland
View GitHub Profile
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteCond %{REQUEST_URI} ^/oxocard-blockly/
RewriteRule ^ http://www.oxocard.ch/oxocard-blockly [R=301,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
@d3orn
d3orn / .gitignore_global
Created February 17, 2016 08:30
Default .gitignore_global
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
#!/bin/bash
type -P compass &>/dev/null || { echo "Compass command not found."; exit 1; }
type -P coffee &>/dev/null || { echo "Coffee command not found."; exit 1; }
# Get current directory (project path)
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SASS_DIR="$DIR/public/stylesheets/sass/"
CSS_DIR="$DIR/public/stylesheets/"
@d3orn
d3orn / User Settings
Last active February 23, 2017 13:11
Sublime Settings
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_options": "subpixel_antialias",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"