Github pages are now only a CDN, and not a blog (#2139)

The rationale for this commit is that when you're putting content on github
pages, the underlying blog engine is Jekyll, or anything else that you might
use to generate static html. Github pages are only the things that is serving
your pages, aka a content delivery network.
main
jvoisin 7 years ago committed by Elbert Alias
parent 1982972c7f
commit 9947a4a218

@ -3450,7 +3450,6 @@
}, },
"GitHub Pages": { "GitHub Pages": {
"cats": [ "cats": [
11,
31 31
], ],
"url": "^https?://[^/]+\\.github\\.io/", "url": "^https?://[^/]+\\.github\\.io/",

Loading…
Cancel
Save