From 1866405631e240d313f827630b58453103fdb70a Mon Sep 17 00:00:00 2001 From: Marcel Schaeben Date: Wed, 8 Jun 2022 17:34:06 +0200 Subject: [PATCH] wip --- .github/workflows/gh-pages.yml | 7 +- .github/workflows/update-release.yml | 36 -- website/Gemfile | 1 + website/Gemfile.lock | 1 + website/_config.yml | 1 + website/_data/desktop-winery-releases.json | 457 --------------------- website/_layouts/home.html | 2 +- 7 files changed, 6 insertions(+), 499 deletions(-) delete mode 100644 .github/workflows/update-release.yml delete mode 100644 website/_data/desktop-winery-releases.json diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9de6d6b..291f113 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -6,10 +6,8 @@ on: - 'website/**/*' - '.github/workflows/gh-pages.yml' # workflow_call: - workflow_run: - workflows: [Update release data for website] - types: - - completed + release: + types: [published, unpublished, edited] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -24,7 +22,6 @@ jobs: - uses: actions/checkout@v3 - name: Push website directory as subtree to branch gh-pages -# run: git push origin `git subtree split --prefix website main`:refs/heads/gh-pages --force run: | git subtree split --branch gh-pages --prefix website/ git push origin gh-pages --force diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml deleted file mode 100644 index 75f8089..0000000 --- a/.github/workflows/update-release.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Update release data for website - -on: - release: - types: [published, unpublished, edited] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - update-releases: - runs-on: ubuntu-latest - permissions: - contents: write - - steps: - - uses: actions/checkout@v3 - with: - ref: 'main' - - - name: Push website directory as subtree to branch gh-pages - run: | - curl https://api.github.com/repos/${{ github.repository }}/releases > website/_data/desktop-winery-releases.json - git config user.name github-actions - git config user.email github-actions@github.com - git add website/_data/desktop-winery-releases.json - git diff-index --quiet HEAD || git commit -m "Update releases for website" - git push - -# update-pages-branch: -# needs: update-releases -# permissions: -# contents: write -# uses: ./.github/workflows/gh-pages.yml -# - diff --git a/website/Gemfile b/website/Gemfile index d85da23..9cc9e15 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -16,6 +16,7 @@ gem "minima", "~> 2.5" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" + gem "jekyll-github-metadata" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 2a2cc07..4756793 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -258,6 +258,7 @@ DEPENDENCIES github-pages (~> 226) http_parser.rb (~> 0.6.0) jekyll-feed (~> 0.12) + jekyll-github-metadata minima (~> 2.5) tzinfo (~> 1.2) tzinfo-data diff --git a/website/_config.yml b/website/_config.yml index 785c7e9..182aaf3 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -33,6 +33,7 @@ github_username: jekyll theme: minima plugins: - jekyll-feed + - jekyll-github-metadata # Exclude from processing. # The following items will not be processed, by default. diff --git a/website/_data/desktop-winery-releases.json b/website/_data/desktop-winery-releases.json deleted file mode 100644 index 3dc69c2..0000000 --- a/website/_data/desktop-winery-releases.json +++ /dev/null @@ -1,457 +0,0 @@ -[ - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/68954925", - "assets_url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/68954925/assets", - "upload_url": "https://uploads.github.com/repos/olvidalo/desktop-winery/releases/68954925/assets{?name,label}", - "html_url": "https://github.com/olvidalo/desktop-winery/releases/tag/v0.0.4-alpha", - "id": 68954925, - "author": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "node_id": "RE_kwDOHT_IAs4EHCst", - "tag_name": "v0.0.4-alpha", - "target_commitish": "main", - "name": "v0.0.2-alpha1112", - "draft": false, - "prerelease": true, - "created_at": "2022-06-08T14:15:56Z", - "published_at": "2022-06-08T13:57:53Z", - "assets": [ - - ], - "tarball_url": "https://api.github.com/repos/olvidalo/desktop-winery/tarball/v0.0.4-alpha", - "zipball_url": "https://api.github.com/repos/olvidalo/desktop-winery/zipball/v0.0.4-alpha", - "body": "abc" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/66516511", - "assets_url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/66516511/assets", - "upload_url": "https://uploads.github.com/repos/olvidalo/desktop-winery/releases/66516511/assets{?name,label}", - "html_url": "https://github.com/olvidalo/desktop-winery/releases/tag/v0.0.1-alpha", - "id": 66516511, - "author": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "node_id": "RE_kwDOHT_IAs4D9vYf", - "tag_name": "v0.0.1-alpha", - "target_commitish": "main", - "name": "v0.0.1-alpha", - "draft": false, - "prerelease": false, - "created_at": "2022-06-07T08:06:45Z", - "published_at": "2022-06-08T11:57:03Z", - "assets": [ - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67757762", - "id": 67757762, - "node_id": "RA_kwDOHT_IAs4ECebC", - "name": "latest-linux.yml", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 398, - "download_count": 3, - "created_at": "2022-06-07T08:18:52Z", - "updated_at": "2022-06-07T08:18:53Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/latest-linux.yml" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67758618", - "id": 67758618, - "node_id": "RA_kwDOHT_IAs4ECeoa", - "name": "latest-mac.yml", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 535, - "download_count": 1, - "created_at": "2022-06-07T08:31:18Z", - "updated_at": "2022-06-07T08:31:18Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/latest-mac.yml" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67758442", - "id": 67758442, - "node_id": "RA_kwDOHT_IAs4ECelq", - "name": "latest.yml", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "text/yaml", - "state": "uploaded", - "size": 375, - "download_count": 1, - "created_at": "2022-06-07T08:28:50Z", - "updated_at": "2022-06-07T08:28:50Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/latest.yml" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67758562", - "id": 67758562, - "node_id": "RA_kwDOHT_IAs4ECeni", - "name": "winery-electron-scratch-1.0.0-mac.zip", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/zip", - "state": "uploaded", - "size": 236408037, - "download_count": 0, - "created_at": "2022-06-07T08:30:30Z", - "updated_at": "2022-06-07T08:30:38Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/winery-electron-scratch-1.0.0-mac.zip" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67758558", - "id": 67758558, - "node_id": "RA_kwDOHT_IAs4ECene", - "name": "winery-electron-scratch-1.0.0-mac.zip.blockmap", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 245667, - "download_count": 0, - "created_at": "2022-06-07T08:30:24Z", - "updated_at": "2022-06-07T08:30:25Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/winery-electron-scratch-1.0.0-mac.zip.blockmap" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67757299", - "id": 67757299, - "node_id": "RA_kwDOHT_IAs4ECeTz", - "name": "winery-electron-scratch-1.0.0.AppImage", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 248726399, - "download_count": 0, - "created_at": "2022-06-07T08:18:05Z", - "updated_at": "2022-06-07T08:18:12Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/winery-electron-scratch-1.0.0.AppImage" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67758602", - "id": 67758602, - "node_id": "RA_kwDOHT_IAs4ECeoK", - "name": "winery-electron-scratch-1.0.0.dmg", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 241019260, - "download_count": 0, - "created_at": "2022-06-07T08:31:09Z", - "updated_at": "2022-06-07T08:31:15Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/winery-electron-scratch-1.0.0.dmg" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67758604", - "id": 67758604, - "node_id": "RA_kwDOHT_IAs4ECeoM", - "name": "winery-electron-scratch-1.0.0.dmg.blockmap", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 252485, - "download_count": 0, - "created_at": "2022-06-07T08:31:10Z", - "updated_at": "2022-06-07T08:31:10Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/winery-electron-scratch-1.0.0.dmg.blockmap" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67758429", - "id": 67758429, - "node_id": "RA_kwDOHT_IAs4ECeld", - "name": "winery-electron-scratch-Setup-1.0.0.exe", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 203763154, - "download_count": 0, - "created_at": "2022-06-07T08:28:44Z", - "updated_at": "2022-06-07T08:28:48Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/winery-electron-scratch-Setup-1.0.0.exe" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67758404", - "id": 67758404, - "node_id": "RA_kwDOHT_IAs4ECelE", - "name": "winery-electron-scratch-Setup-1.0.0.exe.blockmap", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 212069, - "download_count": 0, - "created_at": "2022-06-07T08:28:18Z", - "updated_at": "2022-06-07T08:28:19Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/winery-electron-scratch-Setup-1.0.0.exe.blockmap" - }, - { - "url": "https://api.github.com/repos/olvidalo/desktop-winery/releases/assets/67757706", - "id": 67757706, - "node_id": "RA_kwDOHT_IAs4ECeaK", - "name": "winery-electron-scratch_1.0.0_amd64.snap", - "label": "", - "uploader": { - "login": "olvidalo", - "id": 4175380, - "node_id": "MDQ6VXNlcjQxNzUzODA=", - "avatar_url": "https://avatars.githubusercontent.com/u/4175380?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/olvidalo", - "html_url": "https://github.com/olvidalo", - "followers_url": "https://api.github.com/users/olvidalo/followers", - "following_url": "https://api.github.com/users/olvidalo/following{/other_user}", - "gists_url": "https://api.github.com/users/olvidalo/gists{/gist_id}", - "starred_url": "https://api.github.com/users/olvidalo/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/olvidalo/subscriptions", - "organizations_url": "https://api.github.com/users/olvidalo/orgs", - "repos_url": "https://api.github.com/users/olvidalo/repos", - "events_url": "https://api.github.com/users/olvidalo/events{/privacy}", - "received_events_url": "https://api.github.com/users/olvidalo/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 224694272, - "download_count": 0, - "created_at": "2022-06-07T08:18:43Z", - "updated_at": "2022-06-07T08:18:49Z", - "browser_download_url": "https://github.com/olvidalo/desktop-winery/releases/download/v0.0.1-alpha/winery-electron-scratch_1.0.0_amd64.snap" - } - ], - "tarball_url": "https://api.github.com/repos/olvidalo/desktop-winery/tarball/v0.0.1-alpha", - "zipball_url": "https://api.github.com/repos/olvidalo/desktop-winery/zipball/v0.0.1-alpha", - "body": "abcd" - } -] diff --git a/website/_layouts/home.html b/website/_layouts/home.html index 7651406..06818d9 100644 --- a/website/_layouts/home.html +++ b/website/_layouts/home.html @@ -6,7 +6,7 @@

Releases