Skip to content

Commit 1b202e8

Browse files
setup github pages
1 parent 187fc45 commit 1b202e8

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

404.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: 404
3+
---

_config.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
remote_theme: JS-DevTools/gh-pages-theme
2+
3+
title: Sourcemapify
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)