You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/editing.md
+14-2
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,19 @@ life_cycle
169
169
license
170
170
: The license the lesson is registered under (defaults to CC-BY 4.0)
171
171
172
+
::::::::::: callout
173
+
174
+
### Changing the default license
175
+
176
+
The default license for a lesson created with {sandpaper} is CC-BY 4.0.
177
+
To use a different license
178
+
179
+
1. Change the "license" variable to the name of your desired license.
180
+
1. Replace the contents of 'LICENSE.md' with the text of your license *or* add a new variable called "license_url" and set to the url for your license.
181
+
182
+
:::::::::::::::::::
183
+
184
+
172
185
source
173
186
: The github source of the lesson
174
187
@@ -368,8 +381,7 @@ of this page and this will be the first page that anyone sees.
368
381
369
382
## `README.md`
370
383
371
-
This page gives information to maintainers about what to expect inside of th
372
-
repository and how to contribute.
384
+
This page gives information to maintainers about what to expect inside of the repository and how to contribute.
373
385
374
386
## Making your lesson citable
375
387
You can add information about how people should cite your lesson by adding a citation file to your lesson repository. If the root folder of your lesson project includes a file called `CITATION` or `CITATION.cff`, the _'Cite'_ page footer of your lesson site will link to this file.
0 commit comments