Skip to content

Commit a643b4a

Browse files
setup github pages
1 parent 68801f2 commit a643b4a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

Diff for: 404.md

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

Diff for: _config.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
remote_theme: JS-DevTools/gh-pages-theme
2+
3+
title: Modular ESLint configuration
4+
description: Combine modules to get the right configuration for your project
5+
logo: https://jsdevtools.org/img/logos/logo.png
6+
7+
author:
8+
twitter: JS_DevTools
9+
10+
google_analytics: UA-68102273-3
11+
12+
twitter:
13+
username: JS_DevTools
14+
card: summary
15+
16+
defaults:
17+
- scope:
18+
path: ""
19+
values:
20+
image: https://jsdevtools.org/img/logos/card.png
21+
- scope:
22+
path: "test/**/*"
23+
values:
24+
sitemap: false
25+
26+
plugins:
27+
- jekyll-sitemap

0 commit comments

Comments
 (0)