Skip to content

Commit 04b2670

Browse files
Update _config.yml
1 parent 63a8f82 commit 04b2670

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

_config.yml

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,17 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
title: 5G-MAG - Standards & Specifications
22-
21+
title: 5G-MAG - Standards
22+
2323
description: >- # this means to ignore newlines until "baseurl:"
2424
5G-MAG
2525
baseurl: "" # the subpath of your site, e.g. /blog
26-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
27-
twitter_username: dsilhavy
28-
github_username: dsilhavy
26+
url: "http://www.5g-mag.com" # the base hostname & protocol for your site, e.g. http://example.com
2927
logo: "/assets/images/5g-mag-logo-with-text.png"
3028

3129
aux_links:
32-
"5G-MAG on GitHub":
33-
- "//github.com/5G-MAG/"
30+
"5G-MAG Standards in GitHub":
31+
- "https://5g-mag.github.io/Standards"
3432
"5G-MAG Website":
3533
- "https://www.5g-mag.com"
3634

@@ -74,6 +72,27 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/
7472
plugins:
7573
- jekyll-feed
7674

75+
# External navigation links
76+
nav_external_links:
77+
- title: 5G-MAG - Technology
78+
url: https://github.5g-mag.io/Technology
79+
hide_icon: false # set to true to hide the external link icon - defaults to false
80+
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false
81+
82+
- title: 5G-MAG - Standards
83+
url: https://github.5g-mag.io/Standards
84+
hide_icon: false # set to true to hide the external link icon - defaults to false
85+
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false
86+
87+
- title: 5G-MAG - Reference Tools
88+
url: https://github.5g-mag.io/Getting-Started
89+
hide_icon: false # set to true to hide the external link icon - defaults to false
90+
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false
91+
92+
- title: 5G-MAG - Requests for Feedback
93+
url: https://github.5g-mag.io/Requests-for-Feedback
94+
hide_icon: false # set to true to hide the external link icon - defaults to false
95+
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false
7796

7897
# Exclude from processing.
7998
# The following items will not be processed, by default.

0 commit comments

Comments
 (0)