hacktoberfesthowto / howto-blog

hugo blog template for Hacktoberfest HOWTO
MIT License
1 stars 7 forks source link

Add 2021 Swag shirt and stickers to history section. #21

Closed zo0o0ot closed 1 year ago

zo0o0ot commented 1 year ago

Best example I can find is in this tweet: https://twitter.com/thesnjvsharma/status/1491325642276995074 hf2021-shirt hf-2021-stickers

The images should be posted to https://github.com/hacktoberfesthowto/howto-blog/tree/main/static/images

References to images should go in https://github.com/hacktoberfesthowto/howto-blog/blob/main/content/history.md

yashkhandelwal2203 commented 1 year ago

hey, can you please tell what exactly i have to do in this contribution. i am new to open source contribution . so it would be great if you could help me.

zo0o0ot commented 1 year ago

This repo is the source code for a static site, written using Hugo and Markdown. Instead of installing the framework, I set up the repo to run in Gitpod.

What you'll want to do:

Option 1: Change inside of Gitpod and preview the changes

{{< figure src="/images/image1.jpg" width="1000" >}}

{{< figure src="/images/image2.jpg" width="1000" >}}

You should be able to see a preview of this inside of Gitpod.

Option 2: Make the change directly in GitHub.

{{< figure src="/images/image1.jpg" width="1000" >}}

{{< figure src="/images/image2.jpg" width="1000" >}}

Once you have finished, open a pull request, and we'll go from there!

yashkhandelwal2203 commented 1 year ago

ok once done i will open a pull request. Thanks for the guidance and support .

zo0o0ot commented 1 year ago

Everything looks great!

Closed with #25 . I updated some filenames with #27