From df508cdef0ddd45902a217e480d37529cabdd54e Mon Sep 17 00:00:00 2001 From: Joxit Date: Mon, 18 Mar 2019 22:40:20 +0100 Subject: [PATCH] Update links --- README.md | 4 ++-- _config.yml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 847e062..4d30768 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ All registries will be stored in the [local storage](https://en.wikipedia.org/wi This web user interface uses [Riot](https://github.com/Riot/riot) the react-like user interface micro-library and [riot-mui](https://github.com/kysonic/riot-mui) components. -## [GitHub Page](https://joxit.github.io/docker-registry-ui) and [Live Demo](https://joxit.github.io/docker-registry-ui/demo/) +## [GitHub Page](https://joxit.dev/docker-registry-ui) and [Live Demo](https://joxit.dev/docker-registry-ui/demo/) ![preview](https://raw.github.com/Joxit/docker-registry-ui/master/docker-registry-ui.gif "Preview of Docker Registry UI") @@ -20,7 +20,7 @@ This web user interface uses [Riot](https://github.com/Riot/riot) the react-like - Sort the tag list - One interface for many registries - Use a secured docker registry -- Share your docker registry with query parameter `url` (e.g. `https://joxit.github.io/docker-registry-ui/demo?url=https://registry.example.com`) +- Share your docker registry with query parameter `url` (e.g. `https://joxit.dev/docker-registry-ui/demo?url=https://registry.example.com`) - Use `joxit/docker-registry-ui:static` as reverse proxy to your docker registry (This will avoid CORS). - Display image size (see #30) - Add Title when using REGISTRY_URL (see #28) diff --git a/_config.yml b/_config.yml index bacb0c0..eb465a9 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,6 @@ title: Docker Registry v2 User Interface google_analytics: UA-99119327-1 -theme: jekyll-theme-cayman \ No newline at end of file +theme: jekyll-theme-cayman +author: Jones Magloire +twitter: + username: Joxit \ No newline at end of file