mirror of
https://github.com/MrUnknownDE/lavalink-list.git
synced 2026-04-18 22:33:45 +02:00
feat: revamp the whole website.
also lightmode and darkmode toggle 👍 Signed-off-by: Darren <git@darrennathanael.com>
This commit is contained in:
@@ -36,18 +36,15 @@ SSL one needed `”secure”` to be set to true at client side, whilst the one w
|
||||
Is there a difference between those two? no there isn't. Just try it and see. :D
|
||||
|
||||
|
||||
## Need a domain?
|
||||
If you want your own yournamehere.lavalinks.xyz? well DM DarrenOfficial#3451 on discord 👍
|
||||
|
||||
|
||||
### Hosting guide:
|
||||
|
||||
For MacOS, Windows, or Linux: [darrennathanael.com/post/how-to-lavalink/](https://darrennathanael.com/post/how-to-lavalink/)
|
||||
|
||||
---
|
||||
### TunnelBroker Guide
|
||||
### TunnelBroker Guide:
|
||||
|
||||
For default "networks" [darrennathanael.com/post/tunnelbroker-lavalink-ifup-ifdown/](https://darrennathanael.com/post/tunnelbroker-lavalink-ifup-ifdown/)
|
||||
|
||||
For Netplan [darrennathanael.com/post/tunnelbroker-lavalink-netplan/](https://darrennathanael.com/post/tunnelbroker-lavalink-netplan/)
|
||||
|
||||
## Want your own lavalinks.xyz domain?
|
||||
If you want your own custom.lavalinks.xyz? well join [discord.darrennathanael.com](https://discord.darrennathanael.com) and ask darren
|
||||
|
||||
25
mkdocs.yml
25
mkdocs.yml
@@ -7,18 +7,28 @@ repo_url: 'https://github.com/DarrenOfficial/lavalink-list'
|
||||
edit_uri: 'https://github.com/DarrenOfficial/lavalink-list/edit/main/docs'
|
||||
|
||||
|
||||
theme:
|
||||
theme:
|
||||
palette:
|
||||
- scheme: slate
|
||||
primary: 'black'
|
||||
accent: 'green'
|
||||
toggle:
|
||||
icon: material/weather-night
|
||||
name: Switch to light mode
|
||||
- scheme: default
|
||||
primary: 'teal'
|
||||
accent: 'green'
|
||||
toggle:
|
||||
icon: material/weather-sunny
|
||||
name: Switch to dark mode
|
||||
name: 'material'
|
||||
logo: 'https://cdn.darrennathanael.com/assets/java/springboot.svg'
|
||||
include_search_page: false
|
||||
search_index_only: true
|
||||
palette:
|
||||
scheme: slate
|
||||
primary: 'indigo'
|
||||
accent: 'green'
|
||||
|
||||
font:
|
||||
text: 'Poppins'
|
||||
code: 'Source Code Pro'
|
||||
text: "Red Hat Text"
|
||||
code: "Roboto Mono"
|
||||
favicon:
|
||||
'https://cdn.darrennathanael.com/assets/lavalinklist/favicon.ico'
|
||||
features:
|
||||
@@ -42,6 +52,7 @@ markdown_extensions:
|
||||
- pymdownx.tabbed
|
||||
- pymdownx.keys
|
||||
- attr_list
|
||||
- footnotes
|
||||
- pymdownx.betterem:
|
||||
smart_enable: all
|
||||
nav:
|
||||
|
||||
Reference in New Issue
Block a user