-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·155 lines (128 loc) · 4.95 KB
/
_config.yml
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# main text of home
name: Wenjin (Jim) Situ, PE
bio: Jim is a Stanford trained structural engineer with experience in pre-fabricated volumetric modular housing and performance based seismic design. He has experience in all phases of project development from conception to completion. Jim is also involved in incorporating computer programing for data processing and design automation in practice.
# twitter summary info
description: A blog for professional presentation
# if it's an external image, update below for true
# better with square images
external-image: false
picture: assets/images/wenjin-7.jpg
FranklinProjectPictureTower: assets/images/Franklin Tower.jpg
FranklinProjectPictureTomehome: assets/images/Franklin Townhome.jpg
FranklinPBD: assets/Projects/Franklin PBD.png
FranklinETABS: assets/Projects/Franklin ETABS.png
FranklinEnergy: assets/Projects/Franklin PBD Energy.png
T2ProjectPicture: assets/images/5110 Telegraph.jpg
PBLGroupPicture: assets/images/PBL Group Pic.jpg
PBLFinalPicture: assets/images/PBL Final.png
FactoryPicture: assets/images/Factory.JPG
FranklinTowerStructure: assets/images/Franklin Tower Stucture.png
FranklinTownhomeStructure: assets/images/Franklin Townhome Structure.png
Peerreview: assets/Projects/Peer Review Panel.png
DiaghramTesting: assets/images/Full Scale Testing/Diaghram Test 2.png
Pushing: assets/images/Full Scale Testing/Pushing.png
ColumnTestingWeakAxis: assets/images/Full Scale Testing/Column Testing Weak Axis.png
ConnectionTesting: assets/Full Scale Testing/Connection Testing.jpg
Soccer: assets/images/Soccer.jpg
OptimizedStructure: assets/images/Optimized Structure.jpg
OptimizedStructureClass: assets/images/structural optimization class.jpg
ARUP_ETABS_Model: assets/images/ARUP/ETABS Model Project.jpg
ARUP_CCTV: assets/images/ARUP/CCTV.jpg
ARUP_on_site: assets/images/ARUP/ARUP on site visit.jpg
ARUP_Beijing: assets/images/ARUP/ARUP Beijing.jpg
ARUP_Project: assets/images/ARUP/Project Financial Center.jpg
PBD_Annual_Loss: assets/images/Classes/Annual Loss.jpg
PBD_Collapse: assets/images/Classes/Collapse Deaggregation Curve.jpg
PBD_ExpectedLoss: assets/images/Classes/Expected Loss.jpg
PBD_Fragility: assets/images/Classes/Fragility Curve.jpg
PBD_GUI: assets/images/Classes/GUI Interface.jpg
PBD_Cost: assets/images/Classes/Replacement Cost.jpg
Bill: assets/images/Classes/Bill Baker.jpg
#Video
ConstructionVideo: assets/Videos/Construction Video.mp4
#PDFs
PBL-url: assets/PDFs/Island 2016 Spring.pdf
# If you want to include your resume, set to true
# and specify source (external or local).
resume: true
resume-external: false
resume-url: assets/PDFs/Jim_Resume_Structural.pdf
url: http://wenjinsitu.github.io/
permalink: /:title/
# To enable google analytics, supply your token below
# analytics-google: 'UA-MYANALYTICS'
# To enable piwik tracking, supply your url & site ID below
# analytics-piwik-url: 'piwik.my-host.com'
# analytics-piwik-id: 1
# if you don't want comments in your posts, leave categories empty
disqus:
shortname: mydisqus # enter this from your disqus account
categories: [] # only show disqus for posts that have these categories
# if you don't have any of social below, comment the line
# facebook: myfacebook
# twitter: mytwitter
# google: mygoogle
# instagram: myinstagram
# pinterest: mypinterest
# linkedin: mylinkedin
# youtube: myyoutube
# spotify: myspotify
# github: mygithub
# gitlab: mygitlab
# lastfm: mylastfm
# stackoverflow: 7044681/mystackoverflow
# quora: userquora
# reddit: username
medium: medium
# vimeo: myvimeo
# lanyrd: mylanyrd
email: [email protected]
# authors:
# johndoe:
# name: Wenjin Situ
# bio: A Man who travels the world eating noodles
# external-image: false
# picture: assets/images/profile.jpg
# twitter: johndoe
# jamesfoster:
# name: James Foster
# bio: A Man who develops software with coffee
# external-image: false
# picture: assets/images/james.jpg
# twitter: jamesfoster
# do you want a larger site? change the option below
# options: [normal, large] | default: normal
# normal = 560px / large = 810px
width: normal
# if you don't need pagination, comment the *paginate* configs below
# paginate: 5
# paginate_path: "blog/:num/"
# if you don't need "about" or "blog", comment them out below
about: true
projects: true
# do you want to show the "read time" of the posts?
read-time: true
# do you want to show the "tags" inside the posts?
show-tags: true
# related posts inside a post?
related: true
# Display links for next and previous posts for the specified categories
post-advance-links: [blog]
# show author block at the end of a post ?
show-author: true
# do you want some animations?
animation: true
plugins:
- jekyll-seo-tag
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-admin
# jekyll-mentions:
# base_url: https://github.com
compress_html:
ignore:
envs:
- development
- stage
exclude: ["travis.sh", "Rakefile", "README.md", "Gemfile", "Gemfile.lock", "FAQ.md"]