diff --git a/assets/avatar.jpeg b/assets/avatar.jpeg new file mode 100644 index 0000000..92012ba Binary files /dev/null and b/assets/avatar.jpeg differ diff --git a/config.toml b/config.toml index ba67a85..65dfb26 100644 --- a/config.toml +++ b/config.toml @@ -1,62 +1,22 @@ # baseURL = "https://your_domain.com/" -languageCode = "en" -defaultContentLanguage = "en" +languageCode = "zh-cn" +defaultContentLanguage = "zh-cn" -title = "Lynx" +title = "xiushen" # copyright = "Copy, _right?_ :thinking_face:" enableEmoji = true disableKinds = ["taxonomy", "term"] [params.author] - # name = "Your name here" - # headline = "An awesome person" - # image = "img/author.jpg" # path relative to static directory + name = "xiushen" + headline = "有趣的灵魂只此一人" + image = "avatar.jpeg" 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" }, - # { bandcamp = "https://username.bandcamp.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/" }, - # { instagram = "https://instagram.com/username" }, - # { keybase = "https://keybase.io/username" }, - # { kickstarter = "https://www.kickstarter.com/profile/username" }, - # { lastfm = "https://last.fm/user/username" }, - # { linkedin = "https://linkedin.com/in/username" }, - # { mastodon = "https://mastodon.instance/@username" }, - # { medium = "https://medium.com/username" }, - # { microsoft = "https://www.microsoft.com/" }, - # { patreon = "https://www.patreon.com/username" }, - # { pinterest = "https://pinterest.com/username" }, - # { reddit = "https://reddit.com/user/username" }, - # { slack = "https://workspace.url/team/userid" }, - # { snapchat = "https://snapchat.com/add/username" }, - # { soundcloud = "https://soundcloud.com/username" }, - # { spotify = "https://spotify.com/user/username" }, - # { stack-exchange = "https://stackexchange.com/users/userid/username" }, - # { stack-overflow = "https://stackoverflow.com/users/userid/username" }, - # { steam = "https://steamcommunity.com/profiles/userid" }, - # { telegram = "https://t.me/username" }, - # { threads = "https://threads.com/username" }, - # { tiktok = "https://tiktok.com/@username" }, - # { tumblr = "https://username.tumblr.com" }, - # { twitch = "https://twitch.tv/username" }, - # { twitter = "https://twitter.com/username" }, - # { whatsapp = "https://wa.me/phone-number" }, - # { x = "https://x.com/username" }, - # { youtube = "https://youtube.com/username" }, + { email = "mailto:alyenc@outlook.com" }, + { github = "https://github.com/alyenc" }, + { gitlab = "https://gitlab.com/alyenc" } ] [module] diff --git a/exampleSite/assets/author.jpg b/exampleSite/assets/author.jpg deleted file mode 100644 index 7a23be5..0000000 Binary files a/exampleSite/assets/author.jpg and /dev/null differ diff --git a/exampleSite/assets/css/custom.css b/exampleSite/assets/css/custom.css deleted file mode 100644 index 357abab..0000000 --- a/exampleSite/assets/css/custom.css +++ /dev/null @@ -1,9 +0,0 @@ -.link-font-awesome { - background: rgb(131, 58, 180); - background: linear-gradient( - 90deg, - rgba(131, 58, 180, 1) 0%, - rgba(253, 29, 29, 1) 50%, - rgba(252, 176, 69, 1) 100% - ); -} diff --git a/exampleSite/assets/icons/font-awesome.svg b/exampleSite/assets/icons/font-awesome.svg deleted file mode 100644 index 14a465d..0000000 --- a/exampleSite/assets/icons/font-awesome.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/exampleSite/config.toml b/exampleSite/config.toml deleted file mode 100644 index ff8ef8e..0000000 --- a/exampleSite/config.toml +++ /dev/null @@ -1,24 +0,0 @@ -theme = "lynx" -title = "Lynx" - -enableEmoji = true -disableKinds = ["taxonomy", "term"] - -[params.author] - name = "Lynx" - headline = "A simple links theme for Hugo built with Tailwind CSS" - image = "author.jpg" - links = [ - { link = { href = "https://github.com/jpanther/lynx/blob/stable/README.md", text = "View the readme", icon = "github" } }, - { link = { href = "styles/", text = "All the link styles", target = "_self" } }, - { github = "https://github.com/jpanther/lynx" }, - { x = "https://x.com/jpanther" }, - { font-awesome = { href = "https://fontawesome.com/", text = "FontAwesome" } }, - ] - -[markup.highlight] - noClasses = false - -[markup.goldmark] -[markup.goldmark.renderer] - unsafe = true diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md deleted file mode 100644 index 68e99fb..0000000 --- a/exampleSite/content/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -description: "This is a demo of the Lynx theme for Hugo." ---- - -View the readme or check out all the link styles available using the links below. diff --git a/exampleSite/content/styles.md b/exampleSite/content/styles.md deleted file mode 100644 index 078fb57..0000000 --- a/exampleSite/content/styles.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Link styles ---- - -These are all the built-in link styles available in Lynx. Don't forget that you can also create your own styles --- check the [readme](https://github.com/jpanther/lynx/blob/stable/README.md) for more details. -

- - -
-{{< link email >}} -{{< link link >}} -{{< link amazon >}} -{{< link apple >}} -{{< link bandcamp >}} -{{< link bluesky >}} -{{< link codepen >}} -{{< link dev >}} -{{< link discord >}} -{{< link dribbble >}} -{{< link facebook >}} -{{< link flickr >}} -{{< link foursquare >}} -{{< link github >}} -{{< link gitlab >}} -{{< link google >}} -{{< link instagram >}} -{{< link keybase >}} -{{< link kickstarter >}} -{{< link lastfm >}} -{{< link linkedin >}} -{{< link mastodon >}} -{{< link medium >}} -{{< link microsoft >}} -{{< link patreon >}} -{{< link pinterest >}} -{{< link reddit >}} -{{< link slack >}} -{{< link snapchat >}} -{{< link soundcloud >}} -{{< link spotify >}} -{{< link stack-exchange >}} -{{< link stack-overflow >}} -{{< link steam >}} -{{< link telegram >}} -{{< link threads >}} -{{< link tiktok >}} -{{< link tumblr >}} -{{< link twitch >}} -{{< link twitter >}} -{{< link whatsapp >}} -{{< link x >}} -{{< link youtube >}} diff --git a/exampleSite/layouts/shortcodes/link.html b/exampleSite/layouts/shortcodes/link.html deleted file mode 100644 index 0636009..0000000 --- a/exampleSite/layouts/shortcodes/link.html +++ /dev/null @@ -1,8 +0,0 @@ - - {{ partial "icon.html" (.Get 0) }} - {{ .Get 0 }} -