瀏覽代碼

Moving off GH Pages.

master
Ben Kurtovic 6 年之前
父節點
當前提交
137d0e7fd6
共有 5 個文件被更改,包括 7 次插入4 次删除
  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 查看文件

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

+ 1
- 1
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 <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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存