diff --git a/docs/_config.yml b/docs/_config.yml
index 1ab349111..41515127b 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -10,7 +10,6 @@ gacode: "UA-49459723-1"
# organisation.github.io/reponame/ basic site URL, then baseurl would be set
# as "/reponame/" but leave blank if you have a top-level domain URL
# https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/
-baseurl: ""
url: "http://rocksdb.org" # the base hostname & protocol for your site
ghrepo: "facebook/rocksdb"
diff --git a/docs/_config_local_dev.yml b/docs/_config_local_dev.yml
index 628a1297e..7c5c41c5b 100644
--- a/docs/_config_local_dev.yml
+++ b/docs/_config_local_dev.yml
@@ -1,6 +1,5 @@
# Local development config settings to over-ride base.
# `jekyll serve` will by default generate a webserver at localhost:4000, so
-# only change `url` if you're using a non-default location.
+# only change `url` if you're using a non-default location.
-baseurl: ""
-url: "http://127.0.0.1:4000"
\ No newline at end of file
+url: "http://127.0.0.1:4000"
diff --git a/docs/_includes/blog_pagination.html b/docs/_includes/blog_pagination.html
index 150f553a2..5f66ca278 100644
--- a/docs/_includes/blog_pagination.html
+++ b/docs/_includes/blog_pagination.html
@@ -3,7 +3,7 @@
- {{ post.title }} + {{ post.title }} on {{ post.date | date: "%B %e, %Y" }} by {{ author.display_name }}
diff --git a/docs/css/main.scss b/docs/css/main.scss index d578d4edc..b471ca8db 100644 --- a/docs/css/main.scss +++ b/docs/css/main.scss @@ -5,40 +5,40 @@ @font-face { font-family: 'Lato'; - src: url('{{ site.baseurl }}/static/fonts/LatoLatin-Italic.woff2') format('woff2'), - url('{{ site.baseurl }}/static/fonts/LatoLatin-Italic.woff') format('woff'); + src: url('/static/fonts/LatoLatin-Italic.woff2') format('woff2'), + url('/static/fonts/LatoLatin-Italic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Lato'; - src: url('{{ site.baseurl }}/static/fonts/LatoLatin-Black.woff2') format('woff2'), - url('{{ site.baseurl }}/static/fonts/LatoLatin-Black.woff') format('woff'); + src: url('/static/fonts/LatoLatin-Black.woff2') format('woff2'), + url('/static/fonts/LatoLatin-Black.woff') format('woff'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Lato'; - src: url('{{ site.baseurl }}/static/fonts/LatoLatin-BlackItalic.woff2') format('woff2'), - url('{{ site.baseurl }}/static/fonts/LatoLatin-BlackItalic.woff') format('woff'); + src: url('/static/fonts/LatoLatin-BlackItalic.woff2') format('woff2'), + url('/static/fonts/LatoLatin-BlackItalic.woff') format('woff'); font-weight: 900; font-style: italic; } @font-face { font-family: 'Lato'; - src: url('{{ site.baseurl }}/static/fonts/LatoLatin-Light.woff2') format('woff2'), - url('{{ site.baseurl }}/static/fonts/LatoLatin-Light.woff') format('woff'); + src: url('/static/fonts/LatoLatin-Light.woff2') format('woff2'), + url('/static/fonts/LatoLatin-Light.woff') format('woff'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Lato'; - src: url('{{ site.baseurl }}/static/fonts/LatoLatin-Regular.woff2') format('woff2'), - url('{{ site.baseurl }}/static/fonts/LatoLatin-Regular.woff') format('woff'); + src: url('/static/fonts/LatoLatin-Regular.woff2') format('woff2'), + url('/static/fonts/LatoLatin-Regular.woff') format('woff'); font-weight: normal; font-style: normal; } diff --git a/docs/feed.xml b/docs/feed.xml index a6628bd84..d3a3cba09 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -6,8 +6,8 @@ layout: null