Skip to content

Commit a3555df

Browse files
setup github pages
1 parent 91b6148 commit a3555df

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

404.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: 404
3+
---

_config.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
remote_theme: JS-DevTools/gh-pages-theme
2+
3+
title: Version Bump Prompt
4+
logo: https://jsdevtools.org/img/logos/logo.png
5+
6+
author:
7+
twitter: JS_DevTools
8+
9+
google_analytics: UA-68102273-3
10+
11+
twitter:
12+
username: JS_DevTools
13+
card: summary
14+
15+
defaults:
16+
- scope:
17+
path: ""
18+
values:
19+
image: https://jsdevtools.org/img/logos/card.png
20+
- scope:
21+
path: "test/**/*"
22+
values:
23+
sitemap: false
24+
25+
plugins:
26+
- jekyll-sitemap

0 commit comments

Comments
 (0)