diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-30 15:56:02 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-30 15:56:02 -0400 |
| commit | e2ebe02dd2058526b983f3f9ad82ee5d5599c4f8 (patch) | |
| tree | 45839773cd1fc5414939867f79725b88e3547cf8 | |
| parent | cdd2180cc869e75d62e7beb0275048e14d593704 (diff) | |
| download | pokeworld-website-e2ebe02dd2058526b983f3f9ad82ee5d5599c4f8.tar.gz pokeworld-website-e2ebe02dd2058526b983f3f9ad82ee5d5599c4f8.tar.bz2 pokeworld-website-e2ebe02dd2058526b983f3f9ad82ee5d5599c4f8.zip | |
Logos logos logos...
| -rw-r--r-- | _config.yml | 2 | ||||
| -rw-r--r-- | admin/config.yml | 1 | ||||
| -rwxr-xr-x | assets/img/universe.png | bin | 0 -> 122407 bytes |
3 files changed, 2 insertions, 1 deletions
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 Binary files differnew file mode 100755 index 0000000..5fe2626 --- /dev/null +++ b/assets/img/universe.png |
