2
2
3
3
This the source for the Racket package: "racket-lang-org".
4
4
5
- Setup:
6
- ======
5
+ ## Setup:
7
6
8
7
Install this directory as a package with ` raco pkg install `
9
8
@@ -12,8 +11,7 @@ You additionally need to install the [Pygments](https://pygments.org/) package t
12
11
You may also want to install [ raco-static-web] ( https://github.com/samdphillips/raco-static-web ) ,
13
12
though this is not necessary (you could use Python 3's ` http.server ` instead).
14
13
15
- Sources:
16
- ========
14
+ ## Sources:
17
15
18
16
* ` www ` : actual content of main site.
19
17
@@ -32,8 +30,7 @@ Sources:
32
30
* ` stubs ` : template "sites" that are intended to be hooked into other
33
31
systems to get the racket look.
34
32
35
- To build:
36
- =========
33
+ ## To build:
37
34
38
35
[ See "upload" and ` --dry-run ` for an alternative]
39
36
@@ -82,8 +79,7 @@ You may encounter some problems. Check below first:
82
79
directory of a Racket repository if you want to extract release
83
80
information from a repository other than the enclosing one.
84
81
85
- To upload:
86
- ==========
82
+ ## To upload:
87
83
88
84
* You'll need credentials to upload to S3, and those credentials
89
85
should be in `~/.aws-keys`.
@@ -97,13 +93,13 @@ To upload:
97
93
"Files so far written to" for the temporary directory that contains
98
94
the rendered pages.
99
95
100
- ### Contributing
96
+ ## Contributing
101
97
102
98
Contribute to Racket by submitting a [pull request], reporting an
103
99
[issue], joining the [development mailing list], or visiting the
104
100
IRC or Slack channels.
105
101
106
- ### License
102
+ ## License
107
103
108
104
Racket, including these packages, is free software, see [LICENSE]
109
105
for more details.
0 commit comments