Dev #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
resolved #8
Fix header logo link to the root of the site
assigned to @vosaul
Before I approve this, can you make a few fixes to it.
First, the gitlab config (which I guess we're using for previewing?) has a config that's different/distinct from the regular
_config.yml, which means the site will be different. Can you please fix that and re-submit the merge request?Also, while I'll just accept this, in the future, it's much easier for both you and I if you use a feature branch.
If you're unfamiliar with the feature branch workflow, it means you create a separate branch for the specific issue you're addressing, then it gets deleted when the pull/merge request is accepted.
https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow
This way we can all work in parallel.
added 1 commit
8d679385- Sync _config.ymlCompare with previous version
I created _gitlab-config.yml so that the preview did not differ from the main site, the configs differed only in one line: baseurl: "/ babka-social-blog". Styles, scripts, images will not be loaded without this adjustment
You are right. I usually work that way.
Just in case, I overwrote _gitlab-config.yml with the _config.yml file, leaving only the baseurl for the preview.
mentioned in commit
a7c4584645I'll accept this for now, but I'll open up a new ticket for us to use an include file in the gitlab config.
https://docs.gitlab.com/ee/ci/yaml/includes.html