Skip to content

Commit

Permalink
Removed jekyll-theme external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Jun 16, 2024
1 parent 4a0755b commit e004326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ _zip

build.log
Gemfile.lock
token
2 changes: 2 additions & 0 deletions _layouts/repository.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: page
---
{{ site.github.public_repositories | jsonify }}

{% for repo in site.github.public_repositories %}
{% if repo.fork == false and repo.topics.size > 0 %}
## [{{ repo.name }}]({{ repo.html_url }})
Expand Down
10 changes: 1 addition & 9 deletions repos.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
---
layout: page
layout: repository
title: Repositories
permalink: /repositories/
sidebar: true
order: 6
description: >
Proof-of-concept and utility repositories that i am hosting on Github.
---
{% for repo in site.github.public_repositories %}
{% if repo.fork == false and repo.topics.size > 0 %}
## [{{ repo.name }}]({{ repo.html_url }})
{{repo.description}}
Topics: {{ repo.topics | array_to_sentence_string}}
Last updated: {{repo.updated_at | date_to_string}}
{% endif %}
{% endfor %}

0 comments on commit e004326

Please sign in to comment.