Fix license link, add vercel config for clean URLs

This commit is contained in:
Vincent Dörig 2020-05-23 13:34:35 +02:00
parent 9e2453bd83
commit 0cc0218d6f
2 changed files with 7 additions and 2 deletions

View File

@ -5,9 +5,11 @@
## Getting Started
Add the following code in the head of your project.
```css
<link rel="stylesheet" href="https://latex.now.sh/style.css" />
```
Add any optional classnames to elements with special styles (author subtitle, abstract, lemmas, theorems, etc.). A list of supported class-based elements can be found [here](https://latex.now.sh/#cbe).
## Contributing
@ -18,10 +20,10 @@ Contributions, feedback and issues are welcome. Feel free to fork, comment, crit
This project is based on David Zollikofer's project [latexCSS](https://github.com/davidrzs/latexcss).
Most of the CSS reset is based on Andy Bell's [Modern CSS Reset](https://hankchizljaw.com/wrote/a-modern-css-reset/).
Most of the CSS reset is based on Andy Bell's [Modern CSS Reset](https://hankchizljaw.com/wrote/a-modern-css-reset/).
The sample HTML5 markup on `\elements` is based on [html5-test-page](https://github.com/cbracco/html5-test-page) by @cbracco.
## License
This project is open source and available under the [MIT License](LISCENSE).
This project is open source and available under the [MIT License](LICENSE).

3
vercel.json Normal file
View File

@ -0,0 +1,3 @@
{
"cleanUrls": true
}