Skip to content

Commit ffcd30b

Browse files
authored
Update README.md
1 parent cad13ba commit ffcd30b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
This is the git repository, containing the homepage for the eeg-lab at the VIS of the University of Stuttgart.
33
The readme will be updated as the project grows, if you feel something is missing, feel free to add an issue.
44

5-
## **TEETHBREAKER** (List of strange, irrational and seemingly unfixable bugs)
6-
### **Code does not get published on live site**
7-
If you ever think you fixed a simple bug like changing a link or some text and publish it, but the the online version of the page does not change, altough the code was published correctly to the main branch, check the **automated scripts**. It's very likely your change get's overwritten when pushed to the gh-pages branch.
8-
95
## How to deploy the website locally
106
1. Make sure you have [Julia](https://julialang.org/) installed. This Website is running on Julia 1.6.3, but later versions should work as well.
117
2. Install Franklin for Julia, by going into the [package manager](https://docs.julialang.org/en/v1/stdlib/Pkg/) and typing `add Franklin; add CSV; add DataStructures`.
@@ -106,7 +102,7 @@ include("./_assets/scripts/init_dynamics.jl");
106102
```
107103

108104
## Update Lunr search index
109-
If you change any content inside the website, make sure to update the lunr search index:
105+
If you change any content inside the website, make sure to update the [lunr search index (according to the Franklin.jl docs)](https://franklinjl.org/extras/lunr/):
110106
1. Make sure you have Lunr and Cheerio installed with:
111107
1. Pkg.add(NodeJS)
112108
2. using NodeJS

0 commit comments

Comments
 (0)