Update README.md

This commit is contained in:
blue 2024-04-30 02:30:25 +00:00
parent 1e36382798
commit f9dfdd0b20

View File

@ -1,5 +1,6 @@
# Overview and Backstory
- I bought a copy of a website, `newadvent.org`, which is full of great stuff.
- I'm not allowed to share the website. Go buy a copy or use https://newadvent.org/
- One thing I wanted to have with the website was my own search function.
- New Advent uses google as a search engine on their website. I don't like that.
- I discovered this project: https://pagefind.app/
@ -31,7 +32,7 @@ The goal of Pagefind is that websites with tens of thousands of pages should be
- I realized I had to use `sed` and some other shit. Here are the scripts I used.
**Script 1**
- The script below finds `htm` EXACTLY and replaces it with `html`.
- The script below finds `.htm` EXACTLY and replaces it with `.html`.
```
#! /bin/bash