Skip to content

Commit 3b59b81

Browse files
authored
Update ABOUT_THIS_TEMPLATE.md
1 parent 1ba348a commit 3b59b81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ABOUT_THIS_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Lets take a look at the structure of this template:
6767

6868
First, you should change the content of `index.html` to fit your needs. Some tinkering with the CSS inside `static` may be required. Then, you need to go to Settings > Pages > Build and deployment and select for Source "Deploy from a branch" and for Branch the one containing your `index.html` (by default it's the `main` branch).
6969

70+
### How can I adapt an existing project to deploy a project page ?
71+
72+
Add the `static` folder and `index.html` from this repository to your paper. Then, follow the FAQ above.
73+
7074
### Where should I add new stuff ?
7175

7276
You should create new files and subpackages inside ukp_project_template and implement your functionalities there. Remember to add what you write to `__init__.py` so that the imports work smoothly. Take a look at `base.py` and `__init__.py` to understand how it works.

0 commit comments

Comments
 (0)