Skip to content

rhubarbandrubberplants/rhubarbandrubberplants.github.io

Repository files navigation

RhubarbandRubberPlants

New posts

  • Copy a .md file from the _posts folder
  • Update the content, title, tags, and date
  • (Optionally) go to instagram.com and click on the post you want to include. Then click on the menu>embed>then copy the HTML and paste into the markdown file
  • Push to GitHub:
    • git status
    • git add . or 'post/nameoffile'
    • git commit -m "<did a thing>"
    • git push
    • (wait) then new site!

To add images

  • add image to /assets folder
  • add this to the post:
![image test](http://rhubarbandrubberplants.co.uk/assets/iglogo.png "igloog")

and update the name, alt, and url!