iccir919 / IT-Memes

Contribute to Hacktoberfest 2020 by submitting a meme

Home Page:https://www.nickneos.com/IT-Memes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hactoberfest 2020

IT Memes

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!!!

Contributing

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 😎

  1. Make sure you have a github account (obviously) and sign up to Hactoberfest here if you haven't already.
  2. Fork this repo.
  3. Clone the forked repository locally
    git clone https://github.com/<USER_NAME>/<REPO_NAME>
  4. Add you're meme image to the assets/memes/ directory.
  5. Open _pages/index.md and copy the last block of yaml 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
  6. Paste it underneath the one you copied. Make sure indentation and spaces line up exactly like the others as this is important with yaml.
  7. Edit image_path with your image file path; edit alt, posted_by and github accordingly as per the comments.
  8. Save index.md and commit and push your changes:
    git add .
    git commit -m "SHORT DESCRIPTION OF CHANGE"
    git push
  9. Go to your forked repo in GitHub, and raise a pull request to this repo.
  10. Once merged it should count towards your 4 PR's which you can keep track of here.

Credits

About

Contribute to Hacktoberfest 2020 by submitting a meme

https://www.nickneos.com/IT-Memes/

License:MIT License


Languages

Language:JavaScript 64.2%Language:SCSS 28.9%Language:HTML 6.1%Language:Ruby 0.9%