View example.com
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
server { | |
listen 80; | |
listen [::]:80; | |
root /var/www/example.com/html/production; | |
index index.html index.htm index.nginx-debian.html; | |
server_name example.com www.example.com; | |
location / { |
View example.com
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
# Expires map | |
map $sent_http_content_type $expires { | |
default off; | |
text/html epoch; | |
text/css max; | |
application/javascript max; | |
~image/ max; | |
} | |
server { |
View gist:a8c42602fc4e21c7081f83d492f14714
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
hugo version | |
sudo apt-get remove hugo | |
wget https://github.com/gohugoio/hugo/releases/download/v0.41/hugo_0.41_Linux-64bit.deb | |
sudo dpkg -i hugo*.deb | |
hugo version |
View index.html
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> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font: 12px sans-serif; | |
} | |
.background { | |
fill: url(#background-gradient); |
View index.html
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> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font: 12px sans-serif; | |
} | |
.background { | |
fill: url(#background-gradient); |
View data.tsv
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
date | rate | |
---|---|---|
1-Jan-15 | 210.73 | |
1-Dec-14 | 196.97 | |
1-Nov-14 | 189.31 | |
1-Oct-14 | 180.86 | |
1-Sep-14 | 165.30 | |
1-Aug-14 | 166.43 | |
1-Jul-14 | 142.83 | |
1-Jun-14 | 139.35 | |
1-May-14 | 127.24 |
View data.tsv
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
date | rate | |
---|---|---|
1-Jan-15 | 210.73 | |
1-Dec-14 | 196.97 | |
1-Nov-14 | 189.31 | |
1-Oct-14 | 180.86 | |
1-Sep-14 | 165.30 | |
1-Aug-14 | 166.43 | |
1-Jul-14 | 142.83 | |
1-Jun-14 | 139.35 | |
1-May-14 | 127.24 |