Skip to content

Commit 04e8eb2

Browse files
committed
add homepage to package and theme to githubpage pages
1 parent 86d0293 commit 04e8eb2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
title: Formula 1 API
2+
description: NPM library to extract JSON data from F1 website
3+
theme: jekyll-theme-midnight
4+
url: https://yashkathe.github.io/F1-API-JSON/

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A simple library written in typescript to fetch Formula-1 data",
55
"main": "dist/server.js",
66
"types": "dist/server.d.ts",
7+
"homepage": "https://yashkathe.github.io/F1-API-JSON",
78
"files": [
89
"dist",
910
"README.md"

0 commit comments

Comments
 (0)