File tree 13 files changed +84
-29
lines changed
Filter options
13 files changed +84
-29
lines changed
Original file line number Diff line number Diff line change 3
3
4
4
## License
5
5
6
- This project is licensed under either of
6
+ This project is licensed under either of:
7
7
8
8
* Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
9
9
http://www.apache.org/licenses/LICENSE-2.0 )
10
10
* MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
11
11
http://opensource.org/licenses/MIT )
12
+
13
+ With the exception of the [ Font Awesome] ( https://fontawesome.com ) social icons, which are used under a [ Creative Commons Attribution 4.0 International] ( https://creativecommons.org/licenses/by/4.0/ ) license.
Original file line number Diff line number Diff line change 1
1
title : Rust Game Development Working Group
2
2
# author: GitHub User
3
3
# email: your-email@domain.com
4
- # description: > # this means to ignore newlines until "show_excerpts:"
5
- # Stay up to date with the progress and recent developments in the Rust Game Development Working Group.
4
+ description : Stay up to date with the progress and recent developments in the Rust Game Development Working Group.
6
5
url : " https://rust-gamedev.github.io"
7
6
show_excerpts : false # set to true to show excerpts on the homepage
8
7
@@ -12,10 +11,11 @@ minima:
12
11
date_format : " %b %-d, %Y"
13
12
14
13
# generate social links in footer
15
- # social_links:
14
+ social_links :
16
15
# twitter: jekyllrb
17
- # github: jekyll
18
- # rss: rss
16
+ github : rust-gamedev
17
+ discord : j6QJsMd
18
+ rss : RSS
19
19
# dribbble: jekyll
20
20
# facebook: jekyll
21
21
# flickr: jekyll
Original file line number Diff line number Diff line change 4
4
{%- assign default_paths = site.pages | map: "path" -%}
5
5
{%- assign page_paths = site.header_pages | default: default_paths -%}
6
6
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
7
- < a class ="site-title " rel ="author " href ="{{ "/" | relative_url }}"> {{ site.title | escape }}</ a >
7
+ < a class ="site-title " rel ="author " href ="{{ "/" | relative_url }}">
8
+ < img src ="{{ '/assets/logo_small.png' | relative_url }} " width ="48 " height ="48 " alt ="" />
9
+ {{ site.title | escape }}
10
+ </ a >
8
11
9
12
{%- if titles_size > 0 -%}
10
13
< nav class ="site-nav ">
Original file line number Diff line number Diff line change 14
14
{%- if social.youtube_channel -%}< li > < a href ="https://www.youtube.com/channel/{{ social.youtube_channel | cgi_escape | escape }} " title ="{{ social.youtube_channel_name | escape | default: 'YouTube' }} "> < svg class ="svg-icon grey "> < use xlink:href ="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }} "> </ use > </ svg > </ a > </ li > {%- endif -%}
15
15
{%- if social.telegram -%}< li > < a href ="https://t.me/{{ social.telegram | cgi_escape | escape }} " title ="{{ social.telegram | escape }} "> < svg class ="svg-icon grey "> < use xlink:href ="{{ '/assets/minima-social-icons.svg#telegram' | relative_url }} "> </ use > </ svg > </ a > </ li > {%- endif -%}
16
16
{%- if social.microdotblog -%}< li > < a rel ="me " href ="https://micro.blog/{{ social.microdotblog | cgi_escape | escape }} " title ="{{ social.microdotblog | escape }} "> < svg class ="svg-icon grey "> < use xlink:href ="{{ '/assets/minima-social-icons.svg#microdotblog' | relative_url }} "> </ use > </ svg > </ a > </ li > {%- endif -%}
17
+ {%- if social.discord -%}< li > < a href ="https://discord.gg/{{ social.discord | cgi_escape | escape }} " title ="Discord "> < svg class ="svg-icon grey "> < use xlink:href ="{{ '/assets/minima-social-icons.svg#discord' | relative_url }} "> </ use > </ svg > </ a > </ li > {%- endif -%}
17
18
{%- if social.rss -%}< li > < a href ="{{ 'feed.xml' | relative_url }} " title ="{{ social.rss | escape }} "> < svg class ="svg-icon grey "> < use xlink:href ="{{ '/assets/minima-social-icons.svg#rss' | relative_url }} "> </ use > </ svg > </ a > </ li > {%- endif -%}
18
19
</ ul >
Original file line number Diff line number Diff line change 8
8
{%- include header.html -%}
9
9
10
10
< main class ="page-content " aria-label ="Content ">
11
- < div class ="wrapper ">
12
- {{ content }}
13
- </ div >
11
+ {{ content }}
14
12
</ main >
15
13
16
14
{%- include footer.html -%}
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
---
4
+ {%- assign social = site.minima.social_links -%}
4
5
5
- < div class ="home ">
6
- {%- if page.title -%}
7
- < h1 class ="page-heading "> {{ page.title }}</ h1 >
8
- {%- endif -%}
6
+ < section class ="intro ">
7
+ < div class ="wrapper ">
8
+ < p class ="intro-icons " aria-hidden ="true ">
9
+ 🦀 💖 🕹️
10
+ </ p >
11
+ < p class ="intro-lead ">
12
+ Making Rust a first-class choice for game development
13
+ </ p >
14
+ < p >
15
+ The Rust game development working group's goals are to improve the experience of using Rust to make games, and to make it accessible even if you're not an experienced engine/graphics developer.
16
+ </ p >
17
+ < p >
18
+ Join us on
19
+ < a href ="https://github.com/{{ social.github | cgi_escape | escape }}/wg "> < svg class ="svg-icon "> < use xlink:href ="{{ '/assets/minima-social-icons.svg#github' | relative_url }} "> </ use > </ svg > Github</ a >
20
+ or
21
+ < a href ="https://discord.gg/{{ social.discord | cgi_escape | escape }} "> < svg class ="svg-icon "> < use xlink:href ="{{ '/assets/minima-social-icons.svg#discord' | relative_url }} "> </ use > </ svg > Discord</ a > ,
22
+ and help shape the future of game development in Rust!
23
+ </ p >
24
+ </ div >
25
+ </ section >
9
26
10
- {{ content }}
27
+ < div class ="home wrapper ">
28
+ < h2 class ="post-list-heading "> {{ page.list_title | default: "Latest News" }}</ h2 >
11
29
12
30
{%- if site.posts.size > 0 -%}
13
- < h2 class ="post-list-heading "> {{ page.list_title | default: "Posts" }}</ h2 >
14
31
< ul class ="post-list ">
15
32
{%- for post in site.posts -%}
16
33
< li >
27
44
</ li >
28
45
{%- endfor -%}
29
46
</ ul >
30
-
31
- < p class ="feed-subscribe ">
32
- < a href ="{{ 'feed.xml' | relative_url }} ">
33
- < svg class ="svg-icon orange "> < use xlink:href ="{{ 'assets/minima-social-icons.svg#rss' | relative_url }} "> </ use > </ svg > < span > Subscribe</ span >
34
- </ a >
35
- </ p >
47
+ {%- else -%}
48
+ < p class ="grey "> None yet - stay tuned for updates and announcements!</ p >
36
49
{%- endif -%}
37
-
50
+ < p class ="feed-subscribe ">
51
+ < a href ="{{ 'feed.xml' | relative_url }} ">
52
+ < svg class ="svg-icon orange "> < use xlink:href ="{{ 'assets/minima-social-icons.svg#rss' | relative_url }} "> </ use > </ svg > < span > Subscribe</ span >
53
+ </ a >
54
+ </ p >
38
55
</ div >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
---
4
- < article class ="post ">
4
+ < article class ="post wrapper ">
5
5
6
6
< header class ="post-header ">
7
7
< h1 class ="post-title "> {{ page.title | escape }}</ h1 >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
---
4
- < article class ="post h-entry " itemscope itemtype ="http://schema.org/BlogPosting ">
4
+ < article class ="post h-entry wrapper " itemscope itemtype ="http://schema.org/BlogPosting ">
5
5
6
6
< header class ="post-header ">
7
7
< h1 class ="post-title p-name " itemprop ="name headline "> {{ page.title | escape }}</ h1 >
Original file line number Diff line number Diff line change
1
+ .intro {
2
+ color : #ffffff ;
3
+ background-color : #0074D9 ;
4
+ margin-top : -30px ;
5
+ padding : 32px 0 ;
6
+ border-bottom : 1px solid #e8e8e8 ;
7
+ text-align : center ;
8
+
9
+ .intro-icons {
10
+ font-size : 2em ;
11
+ }
12
+
13
+ .intro-lead {
14
+ font-weight : bold ;
15
+ font-size : 1.5em ;
16
+ }
17
+
18
+ a {
19
+ color : white ;
20
+ font-weight : bold ;
21
+ }
22
+ }
23
+
24
+ .home {
25
+ margin-top : 32px ;
26
+ }
Original file line number Diff line number Diff line change 2
2
# Only the main Sass file needs front matter (the dashes are enough)
3
3
---
4
4
5
+ // Some of the default colors do not meet the WCAG 2.0 accessibility
6
+ // guidelines for contrast.
7
+ $grey-color : #595959 ;
8
+ $brand-color : #1757AA ;
9
+
5
10
@import " minima" ;
11
+ @import " extra" ;
Original file line number Diff line number Diff line change 7
7
#
8
8
layout : home
9
9
---
10
-
11
- Stay up to date with the news and progress related to the Rust Game Development Working Group.
You can’t perform that action at this time.
0 commit comments