Skip to content

Commit 7482f0d

Browse files
authored
Update _config.yml
Updated info shown in blog.
1 parent 78932f9 commit 7482f0d

File tree

1 file changed

+16
-36
lines changed

1 file changed

+16
-36
lines changed

_config.yml

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ description: Unity Community Official Blog
2323

2424
# List of links in the navigation bar
2525
navbar-links:
26-
About Me: "aboutme"
26+
Home: "https://unitycommunity.github.io/blog/"
2727
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: ""
3233

3334
# Image to show in the navigation bar - image must be a square (width = height)
3435
# Remove this parameter if you don't want an image in the navbar
@@ -42,15 +43,15 @@ avatar: "/img/avatar-icon.png"
4243

4344
# Personalize the colors in your website. Colour values can be any valid CSS colour
4445

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"
4849
page-col: "#FFFFFF"
4950
link-col: "#008AFF"
5051
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"
5455

5556
# Alternatively, the navbar, footer, and page background can be set to use background images
5657
# instead of colour
@@ -64,42 +65,27 @@ footer-link-col: "#404040"
6465
# Change all these values or delete the ones you don't want.
6566
# Important: you must keep the "name" parameter, everything else you can remove
6667
author:
67-
name: Some Person
68+
name: Unity Community
6869

6970
# Select your active Social Network Links.
7071
# Uncomment the links you want to show in the footer and add your information to each link.
7172
# You can reorder the items to define the link order.
7273
# If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
7374
social-network-links:
7475
rss: true
75-
email: "someone@example.com"
76-
facebook: daattali
77-
github: daattali
76+
# email: "someone@example.com"
77+
github: "https://github.com/UnityCommunity"
7878
twitter: daattali
7979
# reddit: yourname
80-
# google-plus: +DeanAttali
81-
# linkedin: daattali
82-
# xing: yourname
83-
# stackoverflow: "3943160/daattali"
84-
# snapchat: deanat78
85-
# instagram: deanat78
8680
# youtube: user/deanat78
87-
# spotify: yourname
88-
# telephone: +14159998888
89-
# steam: deanat78
90-
# twitch: yourname
91-
# yelp: yourname
9281

9382
# Select which share links to show in posts
9483
share-links-active:
9584
twitter: true
96-
facebook: true
97-
google: false
98-
linkedin: true
9985

10086
# How to display the link to the website in the footer
10187
# 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"
10389

10490
# --- Web Statistics Section --- #
10591

@@ -128,9 +114,6 @@ url-pretty: "unitycommunity.github.io/blog" # eg. "deanattali.com/beautiful-jek
128114
# If you want to use just-comments fill with the API Key
129115
#just-comments: "ABCD-EFGH-IJKL"
130116

131-
# To use Facebook Comments, fill in a Facebook App ID
132-
# fb_comment_id: ""
133-
134117
# Staticman support
135118
staticman:
136119
repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
@@ -144,9 +127,6 @@ staticman:
144127

145128
# --- Misc --- #
146129

147-
# Facebook App ID
148-
# fb_app_id: ""
149-
150130
# Excerpt Word Length
151131
# Truncates the excerpt to the specified number of words on the index page
152132
excerpt_length: 50

0 commit comments

Comments
 (0)