Skip to content

Commit

Permalink
fix: Configure jekyll a little more. It seems the standard config is …
Browse files Browse the repository at this point in the history
…no longer working.
  • Loading branch information
richtera committed Jun 13, 2024
1 parent 092c1cf commit 650d9ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: Tools Data Providers
description: Tools Data Providers API Documentation
baseurl: "/tools-data-providers"
url: "https://lukso-network.github.io/tools-data-providers"

markdown: kramdown
kramdown:
input: GFM

plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate

theme: minima
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "turbo test",
"version-packages": "turbo run build lint test",
"publish-packages": "turbo run build lint test && changeset version && changeset publish",
"documentation": "turbo run docs && mkdir -p temp && cp packages/*/temp/* temp/ && api-documenter markdown -i temp -o docs",
"documentation": "turbo run docs && mkdir -p temp && cp packages/*/temp/* temp/ && api-documenter markdown -i temp -o docs && cp _config.yml docs",
"demo": "turbo run demo"
},
"devDependencies": {
Expand Down

0 comments on commit 650d9ec

Please sign in to comment.