upflow-eu / upflow-eu.github.io

0 stars 0 forks source link

My blog entry about leaving the ship #51

Closed anamgferreira closed 3 years ago

anamgferreira commented 3 years ago

My internet is rubbish - I spent the whole day tring to commit this. Hopefully it's fine now.

PS. I am now drafting a blog entry about the school zoom sessions.

auggiemarignier commented 3 years ago

@anamgferreira There were some issues with this. Firstly, you opened 3 different pull requests for this post (#48 #50 and this one #51). The first two where for the image you tried to upload, which I'm guessing you tried to upload it directly to GitHub. This opens up new branches each time, so when you wrote your blog the images weren't actually in the branch you were working on. In future, when you start a new blog do everything (i.e. add pictures and blog post) locally on your branch, have meaningful commit messages, check things with hugo server, then push your branch to GitHub. Secondly, the branch you wrote the blog post on blog-ana was 100 commits behind main. This isn't a huge issue in this case because you weren't modifying any existing files but in future please make sure you start a new branch from the top of the main branch i.e. do git pull locally on your main branch then create a new branch for your new blog post - it's probably best to delete your local blog-ana branch to avoid confusion.

I've sorted out all these issues, plus a couple typos. Deploying now.