mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Create a content handler for GitHub pages
This will search for the markdown <article> element and make it the only page element so we add a repo's README.
This commit is contained in:
parent
14c87a1240
commit
f39c6923b0
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import { TDotCoHandler } from './websites/t-dot-co-handler'
|
|||
import { TwitterHandler } from './websites/twitter-handler'
|
||||
import { YoutubeHandler } from './websites/youtube-handler'
|
||||
import { WikipediaHandler } from './websites/wikipedia-handler'
|
||||
import { GitHubHandler } from './websites/github-handler'
|
||||
import {
|
||||
ContentHandler,
|
||||
NewsletterInput,
|
||||
|
|
@ -52,6 +53,7 @@ const contentHandlers: ContentHandler[] = [
|
|||
new TwitterHandler(),
|
||||
new YoutubeHandler(),
|
||||
new WikipediaHandler(),
|
||||
new GitHubHandler(),
|
||||
new AxiosHandler(),
|
||||
new GolangHandler(),
|
||||
new MorningBrewHandler(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue