Git Product home page Git Product logo

it-memes's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.