Coder Social home page Coder Social logo

codingphase-blog's Introduction

codingphase-blog

Rules

  1. Must write atleast one paragraph.

  2. Tutorials cannot be copied verbatim from any other source but can be the same topic as other sources. For example "How to write your first react component" that's a tutorial that thousands of sites have but as long as it's not copied exactly like another site it's ok to create.

  3. All authors must use your full name to give credit and accountability of who wrote the article.

  4. Authors and Interviewee must upload a photo of themeselves.

  5. All articles have to be written in markdown.

Blog Instructions

  1. Upload photo of author if it has not been done before to the img/blog/authors folder. use your your full name for name of image also use "-" for space in names and must be lowercase "john-doe". It can have any extension jpg, jpeg, png, gif.

  2. copy the "this-is-an-example.md" file in the post folder and create a new file for your post following the conventions in the file this is an "this-is-an-example.md" name it just like the title of your blog post but lowercase and no spaces using only "-" to replace the space.

---
title: "This is an example" //add title
date: "2019-02-25" //add date
category: "Tutorial" //add category name you choose
tags: design, development //add tags with commas no string format
cover_image: "/img/blog/this-is-an-example.png" //name of cover image should be the same as the title but lower case and using "-" for spaces
author: "Your Full Name" //add your name
author_image: "/img/blog/authors/your-full-name.png" //name of author image should be the same as the author name but lower case and using "-" for spaces
author_link: "https://www.twitter.com/codingphase" //must link to a portfolio or social media account
---
  1. write your content in markdown
# title

## subtitle

### smaller title

write your content.

```javascript
var name = "John";
```
  1. Save cover image to img/blog/ folder and name it the same as the title but in this format "this-is-an-example.png" lower cased and for spaces use "-" don't use any other symbols

If you are doing a self interview

  1. Copy what's inside the "post" folder "full-name-interview.md" file and create a new file with your fullname lowercase and "-" to replace spaces. For example "john-smith-interview.md"

  2. follow the convetions

---
title: "John Smith Interview" //add title
date: "2019-02-25" //add date
category: "Interview" //add category name you choose
tags: developer, artist //add tags with commas no string format
cover_image: "/img/blog/full-name-interview.png" //name of cover image should be the same as the title but lower case and using "-" for spaces
author: "Your Full Name" //add your name
author_image: "/img/blog/authors/joe-santos-garcia.png" //leave this alone
author_link: "https://www.twitter.com/codingphase" //leave this alone
---
  1. Answer the questions where it says write answer

  2. Save cover image to "img/blog/" folder and name it the same as the title but in this format "full-name-interview.png" lower cased and for spaces use "-" don't use any other symbols

  3. save file.

I will personally approve every post and fix any errors.

codingphase-blog's People

Contributors

cdaracena avatar codingphasedotcom avatar enigma182 avatar flakocodes avatar joesantosgarcia avatar littlemissengineer avatar logic44 avatar marcrodrigfelix avatar rvilleda851 avatar sreedartwork avatar taper2000 avatar

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.