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
You also need to download the content of the library [Madeleine.js](https://jinjunho.github.io/Madeleine.js/) and place it under `custom/public/` folder.
216
+
217
+
You should end-up with a folder structucture similar to:
218
+
```
219
+
custom/templates
220
+
-- custom
221
+
`-- footer.tmpl
222
+
custom/public
223
+
-- Madeleine.js
224
+
|-- LICENSE
225
+
|-- README.md
226
+
|-- css
227
+
| |-- pygment_trac.css
228
+
| `-- stylesheet.css
229
+
|-- examples
230
+
| |-- ajax.html
231
+
| |-- index.html
232
+
| `-- upload.html
233
+
|-- images
234
+
| |-- bg_hr.png
235
+
| |-- blacktocat.png
236
+
| |-- icon_download.png
237
+
| `-- sprite_download.png
238
+
|-- models
239
+
| |-- dino2.stl
240
+
| |-- ducati.stl
241
+
| |-- gallardo.stl
242
+
| |-- lamp.stl
243
+
| |-- octocat.stl
244
+
| |-- skull.stl
245
+
| `-- treefrog.stl
246
+
`-- src
247
+
|-- Madeleine.js
248
+
|-- css
249
+
| `-- Madeleine.css
250
+
|-- icons
251
+
| |-- logo.png
252
+
| |-- madeleine.eot
253
+
| |-- madeleine.svg
254
+
| |-- madeleine.ttf
255
+
| `-- madeleine.woff
256
+
`-- lib
257
+
|-- MadeleineConverter.js
258
+
|-- MadeleineLoader.js
259
+
|-- detector.js
260
+
|-- stats.js
261
+
`-- three.min.js
262
+
```
263
+
264
+
Then restart gitea and open a STL file on your gitea instance.
265
+
183
266
## Customizing Gitea mails
184
267
185
268
The `custom/templates/mail` folder allows changing the body of every mail of Gitea.
0 commit comments