Skip to content

maliagehan/maker-site

Repository files navigation

maker-site

DDPSC Maker Site

Welcome to the Donald Danforth Plant Science Center Maker Group webpage on GitHub!

To create a new blog, project, tutorial, or outreach post please follow the guide lines below. All thumbnail images are saved in the assets/img/blog/thumbs folder.

For the categories section of each post you can have any number of categories listed but please look at what current categories exist and how they are listed to make sure they link correctly!

For the Project Post you can load as many images as you want in the carousel but please limit to 5 or less images!

=======================================================

Blog post

Create a Blog post by creating a file called yyyy-mm-dd-name-of-post-like-this.markdown in the /_posts/blog/ directory with the following template:

---
layout: post          #important: don't change this
title: "Name of post"
date: yyyy-mm-dd hh:mm:ss
author: Name
categories:
- blog                #important: leave this here
- category1
- category2
img: post01.jpg       #place image (850x450) with this name in /assets/img/blog/
thumb: thumb01.jpg    #place thumbnail (70x70) with this name in /assets/img/blog/thumbs/
---
This text will appear in the excerpt "post preview" on the Blog page that lists all the posts.
<!--more-->
This text will not be shown in the excerpt because it is after the excerpt separator.

=======================================================

Project post

Create a Project post to go in your Portfolio by creating a file called yyyy-mm-dd-name-of-the-project.markdown in the /_posts/project/ directory with the following template:

---
layout: project      #important: don't change this
title:  "Name of the project"
date: yyyy-mm-dd hh:mm:ss
author: Name
categories:
- project            #important: leave this here
- category1
- category2
img: portfolio_10.jpg #place image (600x450) with this name in /assets/img/project/
carousel:
- single01.jpg        #place image (1280x600) with this name in /assets/img/project/carousel/
- single02.jpg  

lab: lab of project
website: webpage of lab
---

This is a regular paragraph. Write as much as you like.
<!--more-->
This text will not be shown in the excerpt because it is after the excerpt separator.

=======================================================

Tutorial post

Create a Tutorial post to go in tutorial by creating a file called yyyy-mm-dd-name-of-the-project.markdown in the /_posts/tutorial/ directory with the following template:

---
layout: tutorial_post      #important: don't change this
title:  "Name of the tutorial"
date: yyyy-mm-dd hh:mm:ss
author:</b> Name
categories:
- tutorial                 #important: leave this here
- category1
- category2
img: tutorial_10.jpg #place image (600x450) with this name in /assets/img/tutorial/

---

This is a regular paragraph. Write as much as you like.
<!--more-->
This text will not be shown in the excerpt because it is after the excerpt separator.

=======================================================

Outreach post

Create a Outreach post to go in outreach by creating a file called yyyy-mm-dd-name-of-the-project.markdown in the /_posts/outreach/ directory with the following template:

---
layout: outreach_post      #important: don't change this
title:  "Name of the post"
date: yyyy-mm-dd hh:mm:ss
author: Name
categories:
- outreach                 #important: leave this here
- category1
- category2
img: outreach_10.jpg #place image (600x450) with this name in /assets/img/outreach/

---

This is a regular paragraph. Write as much as you like.
<!--more-->
This text will not be shown in the excerpt because it is after the excerpt separator.

About

DDPSC Maker Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published