try to disable title autodetection on github pages
also remove unused excluded files
This commit is contained in:
parent
e39a7f6a8a
commit
01d6724065
2 changed files with 1 additions and 4 deletions
|
|
@ -2,10 +2,6 @@ url: "https://diaspora.github.io" # the base hostname & protocol
|
||||||
baseurl: "/diaspora_federation" # the subpath
|
baseurl: "/diaspora_federation" # the subpath
|
||||||
contribute_url: "https://github.com/diaspora/diaspora_federation/blob/develop/CONTRIBUTING.md"
|
contribute_url: "https://github.com/diaspora/diaspora_federation/blob/develop/CONTRIBUTING.md"
|
||||||
|
|
||||||
exclude:
|
|
||||||
- .*
|
|
||||||
- LICENSE
|
|
||||||
|
|
||||||
sass:
|
sass:
|
||||||
sass_dir: assets/css
|
sass_dir: assets/css
|
||||||
style: nested
|
style: nested
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
title:
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include warning_box.html
|
{% include warning_box.html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue