diff --git a/_config.yml b/_config.yml index bd331b7..e0f6b8c 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ url : "http://universedevgroup.net/" # the base hostname & baseurl : "/" repository : "UniverseDevGroup/pokeworld-website" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" -logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" +logo : masthead_title : # overrides the website title displayed in the masthead, use " " for no title # breadcrumbs : false # true, false (default) words_per_minute : 200 diff --git a/admin/config.yml b/admin/config.yml index fd3d200..205bd3b 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -5,6 +5,7 @@ backend: repo: UniverseDevGroup/pokeworld-website branch: master media_folder: 'assets/uploads' +logo_url: /assets/img/universe.png display_url: http://universedevgroup.net publish_mode: editorial_workflow collections: diff --git a/assets/img/universe.png b/assets/img/universe.png new file mode 100755 index 0000000..5fe2626 Binary files /dev/null and b/assets/img/universe.png differ