This repo was created for beginners looking to contribute to Hacktoberfest 2020 in a fun way.
This repo is the backend to the webpage www.nickneos.com/IT-Memes - a page with light hearted IT related memes 😃
To submit an IT meme to www.nickneos.com/IT-Memes you will need to raise a Pull Request.
PR's to this repo will count towards the 4 PR's needed to score a free Hactoberfest t-shirt 😎
- Make sure you have a github account (obviously) and sign up to Hactoberfest here if you haven't already.
- Fork this repo.
- Clone the forked repository locally
git clone https://github.com/<USER_NAME>/<REPO_NAME>
- Add you're meme image to the
assets/memes/
directory. - Open
_pages/index.md
and copy the last block ofyaml
code that looks like this:# insert image details below (spacing important!) - url: /assets/memes/sql_programmers.jpg image_path: /assets/memes/sql_programmers.jpg # short description of image alt: SQL Programmers # your name and github page title: Posted by [Nick Neos](https://github.com/nickneos)
- Paste it underneath the one you copied. Make sure indentation and spaces line up exactly like the others as this is important with
yaml
. - Edit
url
andimage_path
with your image path; editalt
andtitle
accordingly as per the comments. - Save index.md and commit and push your changes:
git add . git commit -m "SHORT DESCRIPTION OF CHANGE" git push
- Go to your forked repo in GitHub, and raise a pull request to this repo.
- Once merged it should count towards your 4 PR's which you can keep track of here.
- Webpage theme: Minimal Mistakes Jekyll theme
- Idea for the meme page: ProjectDock