-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed jekyll-theme external dependency
- Loading branch information
axel
committed
Jun 16, 2024
1 parent
4a0755b
commit e004326
Showing
3 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,3 @@ _zip | |
|
||
build.log | ||
Gemfile.lock | ||
token |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |