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 | |
# Database credentials | |
# Getting username and password from .my.cnf | |
# [mysqldump] | |
# password=PASSWORD | |
# user=USERNAME | |
host="localhost" | |
db_name="NAME" | |
# Other options |
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
### Keybase proof | |
I hereby claim: | |
* I am deponeWD on github. | |
* I am depone (https://keybase.io/depone) on keybase. | |
* I have a public key whose fingerprint is 1DC3 9F03 E9CA 5A3F C179 A8D2 36A7 194D CBC3 4662 | |
To claim this, I am signing this object: |
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
<?php if ( comments_open() ) : ?> | |
<div id="comments"> | |
<?php if ( have_comments() ) : ?> | |
<h2 class="comment-count" ><?php printf( _n( '<span class="komplett" ><span class="zahl" >1</span> Reaktion</span>', '<span class="komplett"><span class="zahl" >%1$s</span> Reaktionen</span>', get_comments_number(), '' ), number_format_i18n( get_comments_number() )); ?></h2> | |
<?php endif; // check if there are comments ?> | |
<?php if ( post_password_required() ) : ?> |
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> | |
<title>Grid Example – Bourbon Neat</title> | |
<meta charset="UTF-8"> | |
<meta content="grid bourbon neat depone" name="keywords" /> | |
<meta content="Daniel Ehniss" name="author" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
</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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Grid Example – Susy</title> | |
<meta charset="UTF-8"> | |
<meta content="grid susy depone sass" name="keywords" /> | |
<meta content="Daniel Ehniss" name="author" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
</head> |