diff options
-rw-r--r-- | config.toml | 4 | ||||
-rwxr-xr-x | rsync_to_testing | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/config.toml b/config.toml index b07db99..56bd61e 100644 --- a/config.toml +++ b/config.toml @@ -67,7 +67,7 @@ highlight_code = true # See below for list of accepted values #highlight_theme = "monokai"#"base16-atelierdune-light" # "1337" -render_emoji = true +render_emoji = true # like :smile: and :shrug: [translations] @@ -100,7 +100,7 @@ hermit_social = [ enable = true clipboard = true -theme = "1337"#"railscasts" +theme = "1337" #"railscasts" [extra.disqus] diff --git a/rsync_to_testing b/rsync_to_testing new file mode 100755 index 0000000..9e6274a --- /dev/null +++ b/rsync_to_testing @@ -0,0 +1,5 @@ +#!/bin/bash + +set -e + +rsync -vhPr --delete-after ~/dev/blog/public ~/dev/websites/alphara |