Added original source files
This commit is contained in:
commit
260374ab94
11 changed files with 634 additions and 0 deletions
11
src/en/contact.md
Normal file
11
src/en/contact.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Contact Me
|
||||
|
||||
Want to get in touch with me? Here's my contact details (feel free to use any of them):
|
||||
|
||||
- E-mail Address: `luca0n at luca0n dot com` ([PGP encryption](pgp/) is encouraged)
|
||||
- XMPP (Jabber) Address: (same as e-mail address)
|
||||
- Matrix Address: `@luca0n:luca0n.com`
|
||||
- IRC: `luca0N` on Libera.Chat (though 99% of the time I'm lurking in various channels)
|
||||
- Pleroma (ActivityPub, Fediverse): `at luca0n at luca0n dot com`
|
||||
|
||||
<small>*You need to replace some special characters above, if it wasn't clear :)*</small>
|
9
src/en/index.md
Normal file
9
src/en/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# About
|
||||
|
||||
Hi there, I'm luca0N! I am a programmer and a free software advocate. I started programming back in circa 2011 and became interested with free software in 2018. [The source code for my software can be found in my Git server.](https://git.luca0n.com/) Being a free software enthusiast, I am a big fan of things like Linux. Speaking of which, I started using back in circa 2010 (I believe it was Ubuntu 9!)
|
||||
|
||||
I host several projects and services here, some of which are available to the general public for your enjoyment! [Check out the Services page for more info.](services)
|
||||
|
||||
I am always open to criticism. Whether you want to send me criticism, feedback or just say hi, you're free to get in touch with me! [My contact and socials are available in the Contact Me page.](contact)
|
||||
|
||||
I hope you enjoy your stay. :)
|
18
src/en/services.md
Normal file
18
src/en/services.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# List of public services and APIs on luca0N.com
|
||||
|
||||
As you might or might not know, I host several projects and services here on luca0N.com. Here's a complete list of them:
|
||||
|
||||
# Self-hosted services
|
||||
|
||||
- [git0N!](https://git.luca0n.com/) is where my software lives.
|
||||
- [luca0N! Social](https://social.luca0n.com/) is where my Fediverse account lives (although I don't really use it).
|
||||
- [Element](https://element.luca0n.com/), because the official Element web browser instance uses Cl\*udflare.
|
||||
- [Matrix](https://matrix.luca0n.com/), my self-hosted Matrix instance (which is *insanely* slow, thanks snek brogammerz!!!11)
|
||||
|
||||
# APIs
|
||||
|
||||
- [What is my IP address?](https://www.luca0n.com/api/ip)\* shows your public IPv4 address or your public IPv6 address (if available).
|
||||
- [What is my IPv4 address?](https://www.ipv4.luca0n.com/api/ip)\* is the same as above, but shows your IPv4 address even if IPv6 is available.
|
||||
- [What is the current UNIX timestamp?](/api/epoch) if you quickly need to retrieve the current UNIX epoch. This is more of a convenience thing rather than a practical thing since you really shouldn't be retrieving UNIX timestamps remotely when writing software (unless you want to avoid time skewing and computers with faulty CMOS batteries). This might get deprecated and/or removed in the future.
|
||||
|
||||
\* Just a reminder: the IP APIs are not available on the luca0N! Hidden Service (although it will show the exit node address when accessing it via clearnet or the outproxy address when accessing it using I2P via clearnet).
|
51
src/en/swg.cfg
Normal file
51
src/en/swg.cfg
Normal file
|
@ -0,0 +1,51 @@
|
|||
# SWG Context Configuration File
|
||||
# Copyright (C) 2022 luca0N! <luca0n.com>
|
||||
|
||||
# This is a very minimal .ini-like configuration file.
|
||||
#
|
||||
# Comments are allowed at the beginning of a new line starting with the '#'
|
||||
# character.
|
||||
|
||||
[General]
|
||||
# General website configuration.
|
||||
|
||||
# This is the name of the website, which will be used to display in page
|
||||
# headers as well as in the HTML title of pages.
|
||||
WebsiteName="luca0N!"
|
||||
# This specifies the website publisher.
|
||||
WebsitePublisher="luca0N!"
|
||||
|
||||
# Copyright
|
||||
#
|
||||
# Now we'll define a couple of copyright-related options which will be used to
|
||||
# generate copyright disclaimer text shown in the footer of all pages.
|
||||
|
||||
# WebsiteCopyrightHolder specifies the copyright holder of the content
|
||||
# published on the website. Multiple copyright holders can be specified here.
|
||||
WebsiteCopyrightHolder="luca0N!"
|
||||
# This defines the copyright year or copyright years of the published content.
|
||||
WebsiteCopyrightYears="2020-2022"
|
||||
# This defines the license of the published content.
|
||||
WebsiteContentLicense="CC-BY-SA 4.0 International"
|
||||
|
||||
[Blogs]
|
||||
# Multiple blog areas are allowed here.
|
||||
|
||||
# Start with Blog1<...>, and then increase the number '1' to add another
|
||||
# blog.
|
||||
#
|
||||
# BlogNPath specifies the path (relative to this directory) containing articles that belong to this blog.
|
||||
# BlogNName specifies the name of the current blog.
|
||||
# BlogNDescription specifies the description of the current blog. It will be used in the RSS feed.
|
||||
# BlogNDir specifies the name of the subdirectory that will store all articles for that specific blog.
|
||||
|
||||
Blog1Path="./blog/announcements/"
|
||||
Blog1Name="LNS Announcements Blog"
|
||||
Blog1Description="Announcements for the luca0N! Network Services Announcements Blog."
|
||||
Blog1Dir="announcements"
|
||||
|
||||
Blog2Path="./blog/blog/"
|
||||
Blog2Name="luca0N! Personal Blog"
|
||||
Blog2Description="luca0N!'s personal blog."
|
||||
Blog2Dir="blog"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue