Skip to content

memtech/memphistechnology.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7eb7033 · Oct 12, 2024
May 6, 2016
Oct 4, 2018
Oct 12, 2024
May 24, 2018
Mar 18, 2019
May 13, 2015
Nov 23, 2019
May 30, 2024
May 30, 2024
Jul 24, 2019
Apr 11, 2014
Mar 14, 2014
Mar 14, 2014
May 25, 2015
May 24, 2018

Repository files navigation

Memphis Technology Foundation

Netlify Status

http://www.MemphisTechnology.org

Memphis Technology Foundation is a group interested in getting stuff done. Making stuff happen. Facilitation.

Powered by Sculpin. =)

Contributing

I'd like to contribute!

Great! We can't wait to see it. Please read our contribution guidelines and get to work.

Local Development for Prototyping Changes

You're going to need a few things:

  • A copy of this codebase
  • One of the recommended deving systems listed below to cover the following resources

Clone the repo

# get a copy of the code
git clone [email protected]:memtech/memphistechnology.org.git
cd memphistechnology.org/

Follow one of the local dev methods

Deployment

Deployment is handled by Netlify whenever a commit or PR is merged to master

How to contribute blog posts

  • Blog posts are stored in the source/_posts/ folder in Markdown format
  • Create a new markdown file in the folder with the appropriate front matter (Variables at the top, use an existing file as an example)
  • Write blog post (HTML is OK after the front matter)
  • Save your changes and commit to version control
  • Open a pull request and await someone to review your changes