Release v1.2.0: Add multi-delete & demo canonical URL update

This commit is contained in:
Joxit 2019-04-23 08:06:41 +02:00
parent 63c310181b
commit c01b440ff2
No known key found for this signature in database
GPG Key ID: F526592B8E012263
6 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,5 @@
title: Docker Registry v2 User Interface
url: https://joxit.dev/docker-registry-ui/
google_analytics: UA-99119327-1
theme: jekyll-theme-cayman
author: Jones Magloire

View File

@ -26,8 +26,8 @@
<meta property="og:locale" content="en_US" />
<meta name="description" content="This is the live demo for my project Docker Registry v2 web User Interface. Sources : https://github.com/Joxit/docker-registry-ui" />
<meta property="og:description" content="This is the live demo for my project Docker Registry v2 web User Interface. Sources : https://github.com/Joxit/docker-registry-ui" />
<link rel="canonical" href="http://joxit.dev/docker-registry-ui/demo/" />
<meta property="og:url" content="http://joxit.dev/docker-registry-ui/demo/" />
<link rel="canonical" href="https://joxit.dev/docker-registry-ui/demo/" />
<meta property="og:url" content="https://joxit.dev/docker-registry-ui/demo/" />
<meta property="og:site_name" content="Demo | Docker Registry UI" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@Joxit" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "1.1.2",
"version": "1.2.0",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},
@ -14,7 +14,7 @@
"dependencies": {},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0",
"gulp": "^4.0.1",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^5.1.0",