File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# opensource.twitter.dev
2
2
3
- Home of opensource.twitter.dev
3
+ This is the Twitter Open Source website at https://opensource.twitter.dev .
4
+
5
+ This site is built with [ hugo] , using a custom built-in theme. Follow the
6
+ standard instructions on the hugo website to [ install] and [ run] hugo. Just
7
+ make sure to use hugo-extended, which has added support for Sass/SCSS
8
+ stylesheets.
9
+
10
+ There are also some python scripts that run periodically to [ update some repo
11
+ data] .
12
+
13
+ [ hugo ] : https://gohugo.io/
14
+ [ install ] : https://gohugo.io/getting-started/installing/
15
+ [ run ] : https://gohugo.io/getting-started/usage/
16
+ [ update some repo data ] : ./.github/workflows/update-data.yml
Original file line number Diff line number Diff line change
1
+ ---
2
+ " @context " : https://doi.org/10.5063/schema/codemeta-2.0
3
+ " @type " : SoftwareSourceCode
4
+ license : https://spdx.org/licenses/Apache-2.0
5
+ codeRepository : git+https://github.com/twitter/opensource-website.git
6
+ issueTracker : https://github.com/twitter/opensource-website/issues
7
+ name : opensource.twitter.dev
8
+ developmentStatus : active
9
+ author :
10
+ - " @type " : Organization
11
+ identifier : OSS
12
+ name : Twitter Open Source Programs Office
You can’t perform that action at this time.
0 commit comments