mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
468 B
JSON
20 lines
468 B
JSON
{
|
|
"name": "Jekyll",
|
|
"website": "http://jekyllrb.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "Powered by <a href=\"https?://jekyllrb\\.com\"[^>]*>Jekyll</"
|
|
},
|
|
{
|
|
"regexp": "<!-- Created with Jekyll Now -"
|
|
},
|
|
{
|
|
"regexp": "<!-- Begin Jekyll SEO tag"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Jekyll (v[\\d.]+)?",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |