Skip to content

Commit

Permalink
docs: add galerie born project
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodNeck committed Jan 8, 2021
1 parent d47a08c commit a6a188e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,4 @@ demo/_data/version.yml
demo/release/
dist/
declaration/
.jekyll-cache/
4 changes: 2 additions & 2 deletions config/validate-commit-msg.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var error = function() {

var validateMessage = function(message, fullMessage) {
var isValid = true;

if (IGNORED.test(message)) {
console.log('Commit message validation ignored.');
return true;
Expand Down Expand Up @@ -114,4 +114,4 @@ if (process.argv.join('').indexOf('jasmine-node') === -1) {
process.exit(0);
}
});
}
}
9 changes: 6 additions & 3 deletions demo/_data/egjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ css:
GA: UA-70842526-23
github:
user: naver
repo: egjs-view360
repo: egjs-view360
js:
- common/js/tab.js
- common/js/hash.js
Expand Down Expand Up @@ -47,6 +47,9 @@ subComponents:
- name: Naver Partner Square
image: ./common/img/thumbnail/naver_partner_square.jpg
url: https://partners.naver.com/
- name: Galerie Born
image: ./common/img/thumbnail/galerie_born.png
url: https://galerie-born.com/winter-2020-2021/
projections:
- name: Equirectangular
id: equirectangular
Expand Down Expand Up @@ -90,7 +93,7 @@ subComponents:
description: Scroll this page by touch on a mobile device or by wheel-scroll on a PC
link: examples/panoviewer/controls/doc-embeded.html
sort: 10
- name: Direction key & Wheel Zoom
- name: Direction key & Wheel Zoom
image: panoviewer/directionkey.png
description: Direction key & Wheel Zoom
link: examples/panoviewer/controls/keyboard-wheel.html
Expand Down Expand Up @@ -199,4 +202,4 @@ subComponents:
url: https://shopping.naver.com
- name: Naver Smart Store
image: ./common/img/thumbnail/naver_smartstore.jpg
url: https://sell.smartstore.naver.com/#/home/about
url: https://sell.smartstore.naver.com/#/home/about
Binary file added demo/common/img/thumbnail/galerie_born.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a6a188e

Please sign in to comment.