This file contains hidden or 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
| <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"> | |
| <path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5" /> | |
| </svg> |
This file contains hidden or 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 / { |
This file contains hidden or 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 { |
This file contains hidden or 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 |
This file contains hidden or 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); |
This file contains hidden or 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); |
This file contains hidden or 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 |
This file contains hidden or 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 |