diff --git a/CNAME b/CNAME deleted file mode 100644 index be0a33d..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -benkurtovic.com diff --git a/README.md b/README.md index 287d016..c6acae5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ the exception of content in `_posts/`, `_drafts/`, and non-CSS/JS files in LICENSE ------- -Copyright (C) 2011-2015 Ben Kurtovic +Copyright (C) 2011-2018 Ben Kurtovic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_layouts/base.html b/_layouts/base.html index 904166e..e1a0f59 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -24,7 +24,7 @@
{{ content }}
diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..732ebd5 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,4 @@ +#! /bin/bash +SERVER=lyra.benkurtovic.com +STAGE=/usr/share/nginx/benkurtovic +rsync -chirvz --progress --delete-after _site/ $SERVER:$STAGE diff --git a/index.html b/index.html index 67a8e3e..aa6ac35 100644 --- a/index.html +++ b/index.html @@ -97,7 +97,7 @@ projects: langs: Python started: June 2011 description: A console script that allows you to easily pull to multiple git repositories at once - - name: earwig.github.io + - name: benkurtovic.com langs: Web started: June 2011 description: The site you're viewing right now in source code form