-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
165 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Session.vim | ||
public/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "Services" | ||
type: page | ||
--- | ||
|
||
--- | ||
|
||
### A list of all the services I host for free of use. | ||
|
||
Just a guy who loves sharing & keeps things private. | ||
|
||
These services is not my creation, but I'm hosting it for free of use! | ||
|
||
--- | ||
|
||
## Services & Frontends | ||
|
||
<!-- <img src="./img/Invidious-logo.svg" alt="https://vid.lilay.dev" width="100"> --> | ||
|
||
<!-- ## [**Invidious**](https://vid.lilay.dev) - [[**vid.lilay.dev**]](https://vid.lilay.dev) --> | ||
<!-- - Youtube Frontend | [Source](https://github.com/iv-org/invidious) --> | ||
<!-- - Proxies everything except video streams --> | ||
<!-- - Local Invidious account --> | ||
<!-- - 100% Free of use --> | ||
|
||
## [**PrivateBin**](https://paste.lilay.dev) - [[**paste.lilay.dev**]](https://paste.lilay.dev) | ||
|
||
- PrivateBin is a minimalist, open source online pastebin | ||
- Zero knowledge of pasted data | ||
- Data is encrypted and decrypted in the browser using 256bit AES | ||
- PrivateBin | [Source](https://github.com/PrivateBin/PrivateBin) | ||
- 100% Free of use | ||
|
||
## [**IT-Tools**](https://tools.lilay.dev) - [[**tools.lilay.dev**]](https://tools.lilay.dev) | ||
|
||
- Collection of handy online tools for developers, with great UX. | ||
- IT-Tools | [Source](https://github.com/iv-org/invidious) | ||
- 100% Free of use |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,20 +10,20 @@ enableRobotsTXT = true | |
pygmentsStyle = "monokai" | ||
|
||
[params] | ||
footer = "LILAY" | ||
description = "Sophomore IT | Gamer | Music enjoyer | Homelab | Linux user" | ||
avatarURL = "/images/avatar.jpg" | ||
AvatarAltText = "avatar" | ||
avatarSize = "size-m" | ||
ShowBackToTopButton = true # true or false for "back to top" button on posts | ||
footer = "LILAY" | ||
description = "Sophomore CS | Music enjoyer | Homelab | Linux" | ||
avatarURL = "/images/avatar.jpg" | ||
AvatarAltText = "avatar" | ||
avatarSize = "size-m" | ||
ShowBackToTopButton = true # true or false for "back to top" button on posts | ||
|
||
# Accent color is displayed when you hover over <a> tags | ||
accentColor = "#037776" | ||
# Accent color is displayed when you hover over <a> tags | ||
accentColor = "#037776" | ||
|
||
# Show Posts | ||
showPostsOnHomePage = "recent" | ||
# Show Posts | ||
showPostsOnHomePage = "recent" | ||
|
||
customHeadHTML = """ | ||
customHeadHTML = """ | ||
<!-- KaTeX --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-Xi8rHCmBmhbuyyhbI88391ZKP2dmfnOl4rT9ZfRI7mLTdk1wblIUnrIq35nqwEvC" crossorigin="anonymous"> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-X/XCfMm41VSsqRNQgDerQczD69XqmjOOOwYQvr/uuC+j4OPoNhVgjdGFwhvN02Ja" crossorigin="anonymous"></script> | ||
|
@@ -43,65 +43,71 @@ pygmentsStyle = "monokai" | |
}); | ||
</script> | ||
""" | ||
socialIcons = [ | ||
{name = "github", url = "https://github.com/li-lay"}, | ||
{name = "youtube", url = "https://www.youtube.com/@Chhou-Lilay"}, | ||
{name = "twitter", url = "https://x.com/TheOneAddi"}, | ||
{name = "discord", url = "https://discord.com/users/510742327288004608"}, | ||
socialIcons = [ | ||
{ name = "github", url = "https://github.com/li-lay" }, | ||
# { name = "youtube", url = "https://www.youtube.com/@Chhou-Lilay" }, | ||
# { name = "twitter", url = "https://x.com/TheOneAddi" }, | ||
{ name = "discord", url = "https://discord.com/users/510742327288004608" }, | ||
# {name = "linkedin", url = "https://example.com"}, | ||
# {name = "stackoverflow", url = "https://example.com"}, | ||
# {name = "dribbble", url = "https://example.com"}, | ||
# {name = "instagram", url = "https://example.com"}, | ||
# {name = "twitch", url = "https://example.com"}, | ||
{name = "email", url = "mailto:[email protected]"} | ||
] | ||
# metaKeywords = ["blog", "gokarna", "hugo"] | ||
{ name = "email", url = "mailto:[email protected]" }, | ||
] | ||
# metaKeywords = ["blog", "gokarna", "hugo"] | ||
|
||
[menu] | ||
[[menu.main]] | ||
name = "Home" | ||
pre = "<span data-feather='home'></span>" | ||
url = "/" | ||
weight = 1 | ||
[[menu.main]] | ||
name = "Home" | ||
pre = "<span data-feather='home'></span>" | ||
url = "/" | ||
weight = 1 | ||
|
||
[[menu.main]] | ||
name = "Posts" | ||
pre = "<span data-feather='book'></span>" | ||
url = "/posts/" | ||
weight = 2 | ||
[[menu.main]] | ||
name = "Posts" | ||
pre = "<span data-feather='book'></span>" | ||
url = "/posts/" | ||
weight = 2 | ||
|
||
[[menu.main]] | ||
name = "Projects" | ||
pre = "<span data-feather='code'></span>" | ||
url = "/projects/" | ||
weight = 3 | ||
[[menu.main]] | ||
name = "Projects" | ||
pre = "<span data-feather='code'></span>" | ||
url = "/projects/" | ||
weight = 3 | ||
|
||
[[menu.main]] | ||
name = "About" | ||
pre = "<span data-feather='user'></span>" | ||
url = "/about/" | ||
weight = 4 | ||
[[menu.main]] | ||
name = "Services" | ||
pre = "<span data-feather='server'></span>" | ||
url = "/services/" | ||
weight = 4 | ||
|
||
# [[menu.main]] | ||
# name = "Tags" | ||
# pre = "<span data-feather='tag'></span>" | ||
# url = "/tags/" | ||
# weight = 4 | ||
[[menu.main]] | ||
name = "About" | ||
pre = "<span data-feather='user'></span>" | ||
url = "/about/" | ||
weight = 5 | ||
|
||
# [[menu.main]] | ||
# identifier = "github" | ||
# pre = "<span data-feather='github'></span>" | ||
# url = "https://github.com/li-lay" | ||
# weight = 5 | ||
# [[menu.main]] | ||
# name = "Tags" | ||
# pre = "<span data-feather='tag'></span>" | ||
# url = "/tags/" | ||
# weight = 4 | ||
|
||
# [[menu.main]] | ||
# identifier = "rss" | ||
# pre = "<span data-feather='rss'></span>" | ||
# url = "/index.xml" | ||
# weight = 7 | ||
# [[menu.main]] | ||
# identifier = "github" | ||
# pre = "<span data-feather='github'></span>" | ||
# url = "https://github.com/li-lay" | ||
# weight = 5 | ||
|
||
# [[menu.main]] | ||
# identifier = "rss" | ||
# pre = "<span data-feather='rss'></span>" | ||
# url = "/index.xml" | ||
# weight = 7 | ||
|
||
[markup] | ||
[markup.tableOfContents] | ||
startLevel = 1 | ||
endLevel = 4 | ||
ordered = false | ||
[markup.tableOfContents] | ||
startLevel = 1 | ||
endLevel = 4 | ||
ordered = false |