From 167500bc716f126d5085af5f82ebb2f49048b4e5 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 10 Sep 2018 00:36:31 -0400 Subject: [PATCH] Migrate benkurtovic.com to gitea. --- _includes/repo.html | 6 ++++++ _layouts/base.html | 2 +- index.html | 11 +++-------- 3 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 _includes/repo.html diff --git a/_includes/repo.html b/_includes/repo.html new file mode 100644 index 0000000..eb2f802 --- /dev/null +++ b/_includes/repo.html @@ -0,0 +1,6 @@ +{% capture domain %}{% if project.host == "gitea" %}git.benkurtovic.com{% else %}github.com{% endif %}{% endcapture %} +{% capture user %}{% if project.host == "gitea" %}ben{% else %}earwig{% endif %}{% endcapture %} +
  • + {{ project.name }} ({{ project.langs }} // started {{ project.started }}{% if project.incomplete %} // in development{% endif %}{% if project.abandoned %} // abandoned{% endif %})
    + {{ project.description }} +
  • diff --git a/_layouts/base.html b/_layouts/base.html index e1a0f59..f955983 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -24,7 +24,7 @@
    {{ content }}
    diff --git a/index.html b/index.html index aa6ac35..9454c44 100644 --- a/index.html +++ b/index.html @@ -98,6 +98,7 @@ projects: started: June 2011 description: A console script that allows you to easily pull to multiple git repositories at once - name: benkurtovic.com + host: gitea langs: Web started: June 2011 description: The site you're viewing right now in source code form @@ -124,19 +125,13 @@ projects:

    Highlights

    Other work