@@ -23,12 +23,13 @@ description: Unity Community Official Blog
23
23
24
24
# List of links in the navigation bar
25
25
navbar-links :
26
- About Me : " aboutme "
26
+ Home : " https://unitycommunity.github.io/blog/ "
27
27
Resources :
28
- - Beautiful Jekyll : " http://deanattali.com/beautiful-jekyll/"
29
- - Learn markdown : " http://www.markdowntutorial.com/"
30
- - GitHub Pages : " https://pages.github.com/"
31
- Author's home : " http://deanattali.com"
28
+ - Awesome Unity Community : " https://github.com/UnityCommunity/AwesomeUnityCommunity"
29
+ - Wiki : " https://github.com/UnityCommunity/wiki"
30
+ - Unity3D Book : " https://github.com/agarcialeon/unity3D-book"
31
+ Contribute : " "
32
+ Who we are : " "
32
33
33
34
# Image to show in the navigation bar - image must be a square (width = height)
34
35
# Remove this parameter if you don't want an image in the navbar
@@ -42,15 +43,15 @@ avatar: "/img/avatar-icon.png"
42
43
43
44
# Personalize the colors in your website. Colour values can be any valid CSS colour
44
45
45
- navbar-col : " #F5F5F5 "
46
- navbar-text-col : " #404040 "
47
- navbar-children-col : " #F5F5F5 "
46
+ navbar-col : " #4ECCA3 "
47
+ navbar-text-col : " #FFFFFF "
48
+ navbar-children-col : " #4ECCA3 "
48
49
page-col : " #FFFFFF"
49
50
link-col : " #008AFF"
50
51
hover-col : " #0085A1"
51
- footer-col : " #F5F5F5 "
52
- footer-text-col : " #777777 "
53
- footer-link-col : " #404040 "
52
+ footer-col : " #232931 "
53
+ footer-text-col : " #FFFFFF "
54
+ footer-link-col : " #0CB297 "
54
55
55
56
# Alternatively, the navbar, footer, and page background can be set to use background images
56
57
# instead of colour
@@ -64,42 +65,27 @@ footer-link-col: "#404040"
64
65
# Change all these values or delete the ones you don't want.
65
66
# Important: you must keep the "name" parameter, everything else you can remove
66
67
author :
67
- name : Some Person
68
+ name : Unity Community
68
69
69
70
# Select your active Social Network Links.
70
71
# Uncomment the links you want to show in the footer and add your information to each link.
71
72
# You can reorder the items to define the link order.
72
73
# If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
73
74
social-network-links :
74
75
rss : true
75
- email : " someone@example.com"
76
- facebook : daattali
77
- github : daattali
76
+ # email: "someone@example.com"
77
+ github : " https://github.com/UnityCommunity"
78
78
twitter : daattali
79
79
# reddit: yourname
80
- # google-plus: +DeanAttali
81
- # linkedin: daattali
82
- # xing: yourname
83
- # stackoverflow: "3943160/daattali"
84
- # snapchat: deanat78
85
- # instagram: deanat78
86
80
# youtube: user/deanat78
87
- # spotify: yourname
88
- # telephone: +14159998888
89
- # steam: deanat78
90
- # twitch: yourname
91
- # yelp: yourname
92
81
93
82
# Select which share links to show in posts
94
83
share-links-active :
95
84
twitter : true
96
- facebook : true
97
- google : false
98
- linkedin : true
99
85
100
86
# How to display the link to the website in the footer
101
87
# Remove this if you don't want a link in the footer
102
- url-pretty : " unitycommunity.github.io/blog" # eg. "deanattali.com/beautiful-jekyll"
88
+ url-pretty : " unitycommunity.github.io/blog"
103
89
104
90
# --- Web Statistics Section --- #
105
91
@@ -128,9 +114,6 @@ url-pretty: "unitycommunity.github.io/blog" # eg. "deanattali.com/beautiful-jek
128
114
# If you want to use just-comments fill with the API Key
129
115
# just-comments: "ABCD-EFGH-IJKL"
130
116
131
- # To use Facebook Comments, fill in a Facebook App ID
132
- # fb_comment_id: ""
133
-
134
117
# Staticman support
135
118
staticman :
136
119
repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
@@ -144,9 +127,6 @@ staticman:
144
127
145
128
# --- Misc --- #
146
129
147
- # Facebook App ID
148
- # fb_app_id: ""
149
-
150
130
# Excerpt Word Length
151
131
# Truncates the excerpt to the specified number of words on the index page
152
132
excerpt_length : 50
0 commit comments