From 08fc7e413af95000fb5782a381f2c90bb2d886f1 Mon Sep 17 00:00:00 2001 From: DontDDoS Date: Sun, 11 Jan 2026 00:17:48 +0000 Subject: [PATCH] Basic website --- website/config/_default/hugo.toml | 4 +- website/config/_default/languages.en.toml | 73 ++++------------------- website/config/_default/params.toml | 2 +- website/hugo.toml | 1 - 4 files changed, 15 insertions(+), 65 deletions(-) diff --git a/website/config/_default/hugo.toml b/website/config/_default/hugo.toml index 85d63a1..9fe4c05 100644 --- a/website/config/_default/hugo.toml +++ b/website/config/_default/hugo.toml @@ -2,8 +2,8 @@ # Refer to the theme docs for more details about each of these parameters. # https://blowfish.page/docs/getting-started/ -# theme = "blowfish" # UNCOMMENT THIS LINE -# baseURL = "https://your_domain.com/" +theme = "blowfish" +baseURL = "https://dontddos.me/" defaultContentLanguage = "en" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles diff --git a/website/config/_default/languages.en.toml b/website/config/_default/languages.en.toml index f8a01ca..8145d3a 100644 --- a/website/config/_default/languages.en.toml +++ b/website/config/_default/languages.en.toml @@ -2,7 +2,7 @@ disabled = false languageCode = "en" languageName = "English" weight = 1 -title = "Blowfish" +title = "DontDDoS" [params] displayName = "EN" @@ -14,63 +14,14 @@ title = "Blowfish" # description = "My awesome website" # copyright = "Copy, _right?_ :thinking_face:" -# [params.author] -# name = "Your name here" -# email = "youremail@example.com" -# image = "img/blowfish_logo.png" -# imageQuality = 96 -# headline = "I'm only human" -# bio = "A little bit about you" -# links = [ -# { email = "mailto:hello@your_domain.com" }, -# { link = "https://link-to-some-website.com/" }, -# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, -# { apple = "https://www.apple.com" }, -# { blogger = "https://username.blogspot.com/" }, -# { bluesky = "https://bsky.app/profile/username" }, -# { codepen = "https://codepen.io/username" }, -# { dev = "https://dev.to/username" }, -# { discord = "https://discord.gg/invitecode" }, -# { dribbble = "https://dribbble.com/username" }, -# { facebook = "https://facebook.com/username" }, -# { flickr = "https://www.flickr.com/photos/username/" }, -# { foursquare = "https://foursquare.com/username" }, -# { github = "https://github.com/username" }, -# { gitlab = "https://gitlab.com/username" }, -# { google = "https://www.google.com/" }, -# { hashnode = "https://username.hashnode.dev" }, -# { instagram = "https://instagram.com/username" }, -# { itch-io = "https://username.itch.io" }, -# { keybase = "https://keybase.io/username" }, -# { keyoxide = "https://keyoxide.org/URI" }, -# { kickstarter = "https://www.kickstarter.com/profile/username" }, -# { lastfm = "https://lastfm.com/user/username" }, -# { linkedin = "https://linkedin.com/in/username" }, -# { mastodon = "https://mastodon.instance/@username" }, -# { matrix = "https://matrix.to/#/URI" }, -# { medium = "https://medium.com/username" }, -# { microsoft = "https://www.microsoft.com/" }, -# { orcid = "https://orcid.org/userid" }, -# { patreon = "https://www.patreon.com/username" }, -# { pinterest = "https://pinterest.com/username" }, -# { reddit = "https://reddit.com/user/username" }, -# { researchgate = "https://www.researchgate.net/profile/username" }, -# { signal = "https://signal.me/#eu/userid" }, -# { slack = "https://workspace.url/team/userid" }, -# { snapchat = "https://snapchat.com/add/username" }, -# { soundcloud = "https://soundcloud.com/username" }, -# { spotify = "https://open.spotify.com/user/userid" }, -# { stack-overflow = "https://stackoverflow.com/users/userid/username" }, -# { steam = "https://steamcommunity.com/profiles/userid" }, -# { telegram = "https://t.me/username" }, -# { threads = "https://www.threads.net/@username" }, -# { tiktok = "https://tiktok.com/@username" }, -# { tumblr = "https://username.tumblr.com" }, -# { twitch = "https://twitch.tv/username" }, -# { twitter = "https://twitter.com/username" }, -# { x-twitter = "https://twitter.com/username" }, -# { whatsapp = "https://wa.me/phone-number" }, -# { youtube = "https://youtube.com/username" }, -# { ko-fi = "https://ko-fi.com/username" }, -# { codeberg = "https://codeberg.org/username"}, -# ] +[params.author] + name = "DontDDoS" + email = "youremail@example.com" + image = "https://gitea.dontddos.me/avatars/acdecc4b14f643e6a16114c5223c5c3d2415e6b5ca7063cf54ecdcf0fe36c075?size=512" + imageQuality = 96 + #headline = "I'm only human" + #bio = "A little bit about you" + links = [ + { github = "https://github.com/ddosian" }, + { gitea = "https://gitea.dontddos.me/dontddos"}, + ] \ No newline at end of file diff --git a/website/config/_default/params.toml b/website/config/_default/params.toml index 63e3307..0764165 100644 --- a/website/config/_default/params.toml +++ b/website/config/_default/params.toml @@ -5,7 +5,7 @@ # Refer to the theme docs for more details about each of these parameters. # https://blowfish.page/docs/configuration/#theme-parameters -colorScheme = "blowfish" +colorScheme = "github" defaultAppearance = "light" # valid options: light or dark autoSwitchAppearance = true diff --git a/website/hugo.toml b/website/hugo.toml index f852133..7e568b8 100644 --- a/website/hugo.toml +++ b/website/hugo.toml @@ -1,4 +1,3 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' -theme = "blowfish" \ No newline at end of file