Code Monkey home page Code Monkey logo

Comments (4)

mateoclarke avatar mateoclarke commented on July 24, 2024 1

ok! 🍰

from open-austin.github.io.

mateoclarke avatar mateoclarke commented on July 24, 2024

How to draft a blog post for Open Austin

There are three primary options:

  • (Easiest) Draft it as a markdown file or Google doc and send it to @mateoclarke or @luqmaan.
  • (Hardest) Clone the open-austin-org repo to your local computer and submit your draft via a Pull Request to master. I use an app called MacDown to edit Markdown files. The main advantage to this option is that you can preview what the post will look like on your local machine before deploying.
  • (Recommended) Try drafting it on Github.com

How to draft on Github.com

  1. Go to: https://github.com/open-austin/open-austin.github.io/tree/master/_posts

  2. Create a new file (see image)
    screen shot 2016-03-07 at 2 36 01 pm

  3. name the file YYYY-MM-DD-title-of-article.md

    • EX: open-austin.github.io/_posts/2016-03-10-code-across-austin-2016-recap.md
      screen shot 2016-03-10 at 12 33 00 am
  4. Use the template below at the top of your new markdown file. (It's called YML Front Matter).

    ---
    layout: post
    title: Title of your article
    date: YYYY-MM-DD
    type: post
    published: true
    thumb: filename.jpg
    thumbalt: Alt text describing the thumbnail
    author:
      first_name: First
      last_name: Last
    ---
    Begin your the body content of your post here. Use markdown syntax.
    
  5. Draft the body of the post below the --- in Markdown and/or HTML (Markdown compiles to HTML).

  6. Upload the thumbnail image (aka: featured image) you specified in the front matter to the assets/images directory. You should be able to click the "Upload files" button.

    • All other photos you want to include in the body of the post also need to be uploaded here and referenced in the post as ![alt text describing the image](/assets/images/imagefile-name.jpg).
    • Thumbnail images shouldn't be wider than 250px.
    • Body images shouldn't be wider than 778px but 500px is recommended.
      upload-photos
      screen shot 2016-03-10 at 12 42 03 am
  7. Once you are done drafting the file and uploading images, save your file creating a new branch, opening a pull request and requesting someone to review and merge.

    • OR Publish it straight to master. Do this if you feel brave.
      screen shot 2016-03-07 at 2 54 17 pm

from open-austin.github.io.

twentysixmoons avatar twentysixmoons commented on July 24, 2024

Can there also be instructions to edit a blog post?

👀

from open-austin.github.io.

mateoclarke avatar mateoclarke commented on July 24, 2024

added the edit this page/post/project link to each page #93

If more instructions are needed on how to edit content, lmk.

from open-austin.github.io.

Related Issues (20)

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.