From fa916117b64a6cb4650c7fdeb6f2637d3444ab7f Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 12 Mar 2015 19:36:42 -0700 Subject: [PATCH] Update "What's new?" text --- scripts/deploy | 2 +- src/jade/templates/home_page.jade | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/scripts/deploy b/scripts/deploy index 2c312dbb3..63fd6ed72 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -21,7 +21,7 @@ fi if [[ "$TARGET" == "new" ]]; then find "$ROOT" -name ".DS_Store" | xargs rm grunt clean dist - aws s3 sync "$ROOT/" "s3://new.$SITE/" --delete + s3cmd sync -r --delete-removed --add-header="cache-control:max-age=1800" "$ROOT/" "s3://new.$SITE/" grunt clean build elif [[ "$TARGET" == "promote" ]]; then aws s3 sync "s3://new.$SITE" "s3://$SITE" --delete diff --git a/src/jade/templates/home_page.jade b/src/jade/templates/home_page.jade index 45424d7ce..89cabfe87 100644 --- a/src/jade/templates/home_page.jade +++ b/src/jade/templates/home_page.jade @@ -47,13 +47,23 @@ .section h2 What's new? .panel + h3 2015-03-12 + .entry + p. + Thanks to the extraordinary generosity and effort of Sheldon Griffin, Crafting Guide now supports + Forestry! Forestry is not a small mod, but he put in a huge effort, and it looks great. + If you'd like to help out too, head over to the GitHub + Wiki for full instructions: no programming required! + h3 2015-03-09 .entry p. It may seem like not much has been happening lately, but that's because all the changes have been behind the scenes, and focused on making Google happier with the site. This will make the site show up better is search results, and will make it load a bit faster. - + p. As a result of this work, the site also now qualifies for AdSense. I absolutely don't want to choke the site with ads as other big sites do, but it will be nice to pay the bills!