Skip to content

Commit

Permalink
wip: remove deprecated plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jthodge committed Oct 16, 2023
1 parent c4afa20 commit 9d6596c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
title: Today I Learned
about: jthodge/til
about_url: https://github.com/jthodge/til
plugins:
datasette-graphql:
path: /-/graphql
datasette-atom:
allow_unsafe_html_in_canned_queries: true
datasette-block-robots:
literal: |-
User-agent: *
Disallow: /tils
datasette-sitemap:
sql: |-
select '/' || topic || '/' || slug as path from til
# plugins:
# datasette-graphql:
# path: /-/graphql
# datasette-atom:
# allow_unsafe_html_in_canned_queries: true
# datasette-block-robots:
# literal: |-
# User-agent: *
# Disallow: /tils
# datasette-sitemap:
# sql: |-
# select '/' || topic || '/' || slug as path from til
databases:
til:
queries:
Expand Down

0 comments on commit 9d6596c

Please sign in to comment.