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