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
# sets the proxy cache path location, max size 2g | |
proxy_cache_path /data/nginx/cache levels=1:2 keys_zone=STATIC:100m inactive=24h max_size=2g; | |
# transfers the `Host` header to the backend | |
proxy_set_header Host $host; | |
# uses the defined STATIC cache zone | |
proxy_cache STATIC; | |
# cache 200 10 minutes, 404 1 minute, others status codes not cached |
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
https://images.unsplash.com/photo-1448318440207-ef1893eb8ac0 | |
https://images.unsplash.com/photo-1447678523326-1360892abab8 | |
https://images.unsplash.com/photo-1445754574409-bcd715e18017 | |
https://images.unsplash.com/photo-1444682717031-a2498d603d5b | |
https://images.unsplash.com/photo-1442405740009-7b57cca9d316 | |
https://images.unsplash.com/photo-1439337153520-7082a56a81f4 | |
https://images.unsplash.com/photo-1433832597046-4f10e10ac764 | |
https://images.unsplash.com/photo-1430651717504-ebb9e3e6795e | |
https://images.unsplash.com/photo-1428190318100-06790c8b2e5a | |
https://images.unsplash.com/photo-1422504090664-c57eba84293f |
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
#!/usr/bin/env ruby | |
# | |
# Convert blogger (blogspot) posts to jekyll posts | |
# | |
# Basic Usage | |
# ----------- | |
# | |
# ./blogger_to_jekyll.rb feed_url | |
# | |
# where `feed_url` can have the following format: |