Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 751 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 751 Bytes

Funix.io

WIP

Upload your work

  1. Fork this repository.

  2. Create a new branch.

  3. git clone your forked repository, and cd into it.

  4. Create a new folder in _posts with the format YYYY-MM-DD-Title.

  5. Create an index.markdown file in the folder.

  6. Add your content to the file, and add the front matter like below:

    ---
    layout: post
    title:  "Your Title"
    date:   "YYYY-MM-DD HH:MM:SS [+|-]hhmm"
    categories: New App
    
    author: "Your Name"
    ---
  7. If you want to add images, create a new folder in images with the same name as the folder in _posts, and add your images there.

  8. Commit your changes and push to your forked repository.

  9. Create a pull request to this repository.