chfm / chfm.github.io

Chapel Hill Friends Meeting Website
https://www.chapelhillfriends.org
3 stars 0 forks source link

Inconsistent links #5

Closed finnjames closed 5 years ago

finnjames commented 5 years ago

Ideally, all the links would be the page name off of the domain (e.g. chapelhillfriends.org/calendar). Right now they have a middle step (e.g. chapelhillfriends.org/chfm-website/calendar) that requires hard-coding in the about section. I think figuring out how to make the links fit the above style might be advisable.

gugek commented 5 years ago

use the base-url parameter in the config.yml. When you deploy to a different host or path you change that parameter; to handle multiple destinations you can setup another branch and switch back and forth.

gugek commented 5 years ago

fixed in #23