Browse Source

Moving off GH Pages.

master
Ben Kurtovic 5 years ago
parent
commit
137d0e7fd6
5 changed files with 7 additions and 4 deletions
  1. +0
    -1
      CNAME
  2. +1
    -1
      README.md
  3. +1
    -1
      _layouts/base.html
  4. +4
    -0
      deploy.sh
  5. +1
    -1
      index.html

+ 0
- 1
CNAME View File

@@ -1 +0,0 @@
benkurtovic.com

+ 1
- 1
README.md View File

@@ -8,7 +8,7 @@ the exception of content in `_posts/`, `_drafts/`, and non-CSS/JS files in
LICENSE
-------

Copyright (C) 2011-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
Copyright (C) 2011-2018 Ben Kurtovic <ben.kurtovic@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
_layouts/base.html View File

@@ -24,7 +24,7 @@
<div id="container">
{{ content }}
<div id="footer">
<p>Copyright &copy; 2011&ndash;{{ site.time | date: "%Y" }} Ben&nbsp;Kurtovic &bull; <a href="https://github.com/earwig/earwig.github.io">View&nbsp;Source</a> &bull; <a href="https://validator.w3.org/check?uri=referer">Valid&nbsp;HTML5</a></p>
<p>Copyright &copy; 2011&ndash;{{ site.time | date: "%Y" }} Ben&nbsp;Kurtovic &bull; <a href="https://github.com/earwig/benkurtovic.com">View&nbsp;Source</a> &bull; <a href="https://validator.w3.org/check?uri=referer">Valid&nbsp;HTML5</a></p>
</div>
</div>
</body>


+ 4
- 0
deploy.sh View File

@@ -0,0 +1,4 @@
#! /bin/bash
SERVER=lyra.benkurtovic.com
STAGE=/usr/share/nginx/benkurtovic
rsync -chirvz --progress --delete-after _site/ $SERVER:$STAGE

+ 1
- 1
index.html View File

@@ -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


Loading…
Cancel
Save