-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blogpost by Junxing Wang #3
base: main
Are you sure you want to change the base?
Conversation
Hi Junxing Wang, Given that this is the first blogpost going onto the website, we've recognized some improvements we could make to the process to prevent issues that have cropped up. I've recently made changes to the templates and improved the instructions in the necessary locations to account for these and add a few automated checks too. However, this does mean you need to make a few updates before your blogpost can be accepted and published. Please find necessary instructions below. Update to merge the latest version of the main repository onto your code: git remote add upstream [email protected]:cmu-csd-phd/csd-blog.git
git fetch upstream
git merge upstream/main
git merge upstream/main --no-edit Move all the images into the correct directory and automatically update the blogpost page to utilize the correct paths: mkdir -p website/static/2021/min-degree/
mv website/content/2021/eq*.png website/static/2021/min-degree/
sed -i 's|../eq|./eq|' website/content/2021/min-degree.md Make a new commit: git add .
git commit -m 'Move images into the correct folder' Run the Also, if you look at the alt-tags that you've given to the different equations (i.e., the part within the Make all the changes required as per @JennLCSD's instructions above. Test again and commit. Once everything looks good, please push all your changes so that they can be looked at to confirm that everything looks good. Please let me know if you have any questions. Thanks! |
Also, please make sure to let @JennLCSD know once you've made the necessary changes and pushed them, so that she can review things and do the necessary next steps. Thanks! |
# For example: | ||
# author = "Harry Bovik" | ||
# However, adding a URL is strongly preferred | ||
author = {name = "Junxing Wang", url = "junxingwang.org" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I just noticed that clicking on your name does not go to your website as expected, since you have not specified your full URL. Please fix it:
author = {name = "Junxing Wang", url = "junxingwang.org" } | |
author = {name = "Junxing Wang", url = "https://junxingwang.org/" } |
The author is long gone and didn't respond to repeated requests to fix this post so I'm closing it. |
Hi, sorry for the late reply. I was busy on other projects. Is the post
still open? I will be working on it when I get time recently if it is still
on.
Junxing
…On Thu, Apr 11, 2024 at 12:48 PM Dan Barrett ***@***.***> wrote:
The author is long gone and didn't respond to repeated requests to fix
this post so I'm closing it.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHYNNJ2NGITPUBPI4VR52ALY425HDAVCNFSM5JJIKZG2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBVGAYTANRVGU4Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Reopened the PR. |
Please make the changes mentioned by Jay so that we can merge this into the blog. |
No description provided.