|
18 | 18 | # You can create any custom variable you would like, and they will be accessible |
19 | 19 | # in the templates via {{ site.myvariable }}. |
20 | 20 |
|
21 | | -title: 5G-MAG - Standards & Specifications |
22 | | - |
| 21 | +title: 5G-MAG - Standards |
| 22 | + |
23 | 23 | description: >- # this means to ignore newlines until "baseurl:" |
24 | 24 | 5G-MAG |
25 | 25 | 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 |
29 | 27 | logo: "/assets/images/5g-mag-logo-with-text.png" |
30 | 28 |
|
31 | 29 | 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" |
34 | 32 | "5G-MAG Website": |
35 | 33 | - "https://www.5g-mag.com" |
36 | 34 |
|
@@ -74,6 +72,27 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/ |
74 | 72 | plugins: |
75 | 73 | - jekyll-feed |
76 | 74 |
|
| 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 |
77 | 96 |
|
78 | 97 | # Exclude from processing. |
79 | 98 | # The following items will not be processed, by default. |
|
0 commit comments