File tree Expand file tree Collapse file tree 4 files changed +43
-2
lines changed Expand file tree Collapse file tree 4 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM python:3.10.4-slim-buster
2
2
3
- RUN apt-get update
3
+ RUN apt-get clean all && apt-get update
4
4
RUN apt-get install -y libsass-dev build-essential libcairo2 git libpango-1.0-0 libpangoft2-1.0-0 pangocairo-1.0 pngquant
5
5
6
6
COPY requirements.txt /build/requirements.txt
Original file line number Diff line number Diff line change 1
- # GradleUp Community Channels
1
+ ---
2
+ title : Participate in GradleUp
3
+ description : >
4
+ Subscribe to the GradleUp news,
5
+ join the discussions on Slack and GitHub issues
6
+ ---
2
7
3
8
[ ![ Slack: GradleUp on the Gradle Community Slack] ( https://img.shields.io/badge/Slack-%23gradleup-brightgreen?style=flat&logo=slack )] ( ./#slack )
4
9
10
+ Subscribe to the GradleUp news, join the discussions on Slack and GitHub issues.
11
+ All code and non-code contributions are welcome!
12
+
13
+ ## News
14
+
15
+ We have a blog on [ blog.gradleup.com] ( https://blog.gradleup.com/ ) .
16
+ There we will be publishing the key updates on what's up in GradleUp.
17
+ You can also subscribe to the blog as a [ newsletter] ( https://blog.gradleup.com/newsletter )
18
+ or [ RSS feed] ( https://blog.gradleup.com/rss.xml ) .
19
+
20
+ Guest posts by GradleUp users and component maintainers are welcome, too!
21
+ Reach out to us on Slack if interested
22
+
5
23
## GitHub Issues
6
24
7
25
Each project repository has GitHub Issues enabled.
Original file line number Diff line number Diff line change 37
37
- Contributing to the Website : ./CONTRIBUTING.md
38
38
- Governance : docs/community/governance.md
39
39
- Code of Conduct : org/CODE_OF_CONDUCT.md
40
+ - Blog : https://blog.gradleup.com/
40
41
- Resources :
41
42
- Community Support : org/SUPPORT.md
42
43
- Security Policy : org/SECURITY.md
@@ -176,6 +177,13 @@ extra:
176
177
- icon : fontawesome/brands/slack
177
178
link : https://gradleup.com/docs/community/participate/#slack
178
179
name : Slack
180
+ - icon : /fontawesome/solid/blog
181
+ link : https://blog.gradleup.com
182
+ name : Blog
183
+ - icon : /fontawesome/solid/rss
184
+ link : https://blog.gradleup.com/rss.xml
185
+ name : Blog - RSS
186
+
179
187
# analytics:
180
188
# provider: google
181
189
# property: TODO
Original file line number Diff line number Diff line change 55
55
56
56
.mdx-hero__buttons {
57
57
margin-bottom : 20px ;
58
+
59
+ }
60
+
61
+ .md-button {
62
+ margin-left : 5px ;
63
+ margin-right : 5px ;
58
64
}
59
65
60
66
.mdx-container {
69
75
text-align : center;
70
76
}
71
77
}
78
+
79
+ [data-md-color-scheme = "slate" ] {
80
+ .md-button {
81
+ color : # f8f8f8 ;
82
+ }
83
+ }
72
84
</ style >
73
85
74
86
< section class ="mdx-container ">
@@ -85,6 +97,9 @@ <h1>GradleUp</h1>
85
97
< a href ="{{ 'projects/' | url }} " title ="Our Projects " class ="md-button md-button--primary ">
86
98
Our Projects
87
99
</ a >
100
+ < a href ="https://blog.gradleup.com/ " target ="_blank " title ="Blog " class ="md-button ">
101
+ Blog
102
+ </ a >
88
103
< a href ="{{ 'docs/community/participate/' | url }} " title ="Participate " class ="md-button ">
89
104
Contributing
90
105
</ a >
You can’t perform that action at this time.
0 commit comments