Update readme.md
This commit is contained in:
parent
48730aa9af
commit
673c344ff4
1 changed files with 19 additions and 17 deletions
36
README.md
36
README.md
|
@ -1,25 +1,27 @@
|
||||||
# startpage
|
<div align="center">
|
||||||
My startpage, edited from github.com/kencx
|
<img src="https://user-images.githubusercontent.com/76164598/170824479-5918fe82-18df-4549-8b20-c2b1595a27d0.png" alt="" align="center" />
|
||||||
|
<h1 align="center">Startpage</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
# How to use?
|
# Getting Started
|
||||||
|
|
||||||
1. git clone this repo
|
## Using bun.sh
|
||||||
2. copy the path to the index.html file
|
|
||||||
3. set the path as your default startpage in your desired browser
|
|
||||||
|
|
||||||
# Customization
|
```
|
||||||
|
bun start
|
||||||
|
```
|
||||||
|
|
||||||
### Image(s)
|
## Using docker-compose
|
||||||
i have included a few vaporwave/retro styled gifs in this repo, you can edit it on the line <b>22</b> in the index.html the ```src="clouds.gif"``` to something like ```src="plane.gif"``` or your own image/gif
|
|
||||||
|
|
||||||
### URLs
|
```
|
||||||
you can edit all of the URLs to your desired, starting on line **44** in ```index.html```
|
docker-compose up --build
|
||||||
<br> **Example:** <br>
|
```
|
||||||
**line 45:** ```<li><a href="https://github.com/">github</a></li>``` <br >can be changed to <br> **line 45:** ```<li><a href="https://yoururl.com/">your url</a></li>```
|
|
||||||
|
|
||||||
### Categories
|
# Customize
|
||||||
|
|
||||||
i think you get it, starting on line **44** you can change the names of the categories etc. etc. i believe you're not dumb and understand
|
Everything is static, just modify the content as you want in `src/` or `assets`.
|
||||||
|
|
||||||
# Screenshot
|
# Contributors
|
||||||

|
|
||||||
|
- [Siklos/Hydroxycarbamide](https://git.siklos-chaneru.dev/Siklos)
|
||||||
|
- [Woox](https://github.com/nwvh)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue