-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformating .txt
72 lines (65 loc) · 1.93 KB
/
formating .txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!---
post example
layout: inner
position: left
title: 'Weathercast'
date: 2016-02-20 15:56:00
categories: development
tags: JavaScript AngularJS API Sass
featured_image: '/img/posts/02_weathercast-1130x864-2x.png'
project_link: 'http://github.com/jamigibbs/weathercast'
button_icon: 'github'
button_text: 'Visit Project'
lead_text: 'A simple weather forecast app for your favorite city.'
---
layout: inner
position: left
title: 'Phantom'
date: 2016-02-20 21:15:00
categories: development design
tags: Jekyll Sass Bootstrap
featured_image: '/img/posts/04_phantom-jekyll-1130x864-2x.png'
project_link: 'https://github.com/jamigibbs'
button_icon: 'flask'
button_text: 'Visit Project'
lead_text: "A minimalist Jekyll theme that you're looking at it right now"
---
---
layout: inner
position: right
title: 'Rescue Themes'
date: 2016-02-20 15:56:00
categories: development design
tags: WordPress PHP Sass
featured_image: '/img/posts/03_rescue-themes-1130x864-2x.png'
project_link: 'https://rescuethemes.com'
button_text: 'Visit Rescue Themes'
button_icon: 'wordpress'
lead_text: 'Designed and developed all WordPress themes'
---
---
layout: inner
position: right
title: 'Bloc Jams Angular'
date: 2016-02-20 14:15:00
categories: development
tags: JavaScript AngularJS Sass Grunt
featured_image: '/img/posts/01_bloc-jams-angular-1130x864-2x.png'
project_link: 'https://github.com/jamigibbs/bloc-jams-angular'
button_icon: 'github'
button_text: 'Visit Project'
lead_text: 'A digital music player built using AngularJS'
---
layout template.
layout: (which template to use, most likely inner)
position: (right or left)
title: ''
date: year-month-day hours:minute:second (military time)
categories: (development)
tags: (what tags do you want on it)
featured_image:'' (picture to put on the side)
project_link: '' (link to github or something)
button_icon: '' (little icon for the button)
button_text: '' (word to go beside it)
lead_text: '' (text underneath the title )
--->