diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-27 20:22:50 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-27 20:22:50 -0400 |
| commit | f092a3bf9c7210fc09a0d0ba8d232a2caffa5d82 (patch) | |
| tree | ad0e8ed235348944c264495fa2815f576da64989 | |
| parent | 174232d643e990d25f745602288e658dccdadd90 (diff) | |
| download | pokeworld-website-f092a3bf9c7210fc09a0d0ba8d232a2caffa5d82.tar.gz pokeworld-website-f092a3bf9c7210fc09a0d0ba8d232a2caffa5d82.tar.bz2 pokeworld-website-f092a3bf9c7210fc09a0d0ba8d232a2caffa5d82.zip | |
Some config changes
| -rw-r--r-- | _config.yml | 4 | ||||
| -rw-r--r-- | admin/config.yml | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index b9e62c5..90a4ed8 100644 --- a/_config.yml +++ b/_config.yml @@ -21,9 +21,9 @@ title_separator : "-" subtitle : # site tagline that appears below site title in masthead name : "PokeWorld Development Team" description : "A wonderful discord server where pokemon enthusiasts can join." -url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +url : "https://universedevgroup.net/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : "/" -repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" +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" masthead_title : # overrides the website title displayed in the masthead, use " " for no title diff --git a/admin/config.yml b/admin/config.yml index 4867977..fb4b020 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -2,6 +2,7 @@ backend: name: git-gateway + repo: UniverseDevGroup/pokeworld-website branch: master # Branch to update (optional; defaults to master) media_folder: 'assets/uploads' collections: |
