Update "What's new?" text
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -47,13 +47,23 @@
|
||||
.section
|
||||
h2 What's new?
|
||||
.panel
|
||||
h3 2015-03-12
|
||||
.entry
|
||||
p.
|
||||
Thanks to the extraordinary generosity and effort of <a
|
||||
href="https://github.com/sheldongriffin">Sheldon Griffin</a>, Crafting Guide now supports
|
||||
Forestry! Forestry is <i>not</i> 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 <a
|
||||
href="https://github.com/andrewminer/crafting-guide/wiki/Adding-support-for-a-new-Mod">GitHub
|
||||
Wiki</a> 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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user