This repo was created for beginners looking to contribute to Hacktoberfest 2020 in a fun way.
The codebase here is the backend to the webpage www.nickneos.com/IT-Memes... a page with light hearted IT related memes 😃
I need your help adding funny IT 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!) - image_path: /assets/memes/sql_programmers.jpg # short description of image alt: SQL Programmers # your github profile name and github account posted_by: Nick Neos github: 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
image_path
with your image file path; editalt
,posted_by
andgithub
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.
- Static website generator: Jekyll
- Webpage theme: Minimal Mistakes Jekyll theme
- Idea for the meme page: ProjectDock