diff --git a/data/social.yaml b/data/social.yaml index 65e0ba3..9e78db2 100644 --- a/data/social.yaml +++ b/data/social.yaml @@ -16,6 +16,7 @@ social_icons: vk: https://vk.com/%s youtube: https://www.youtube.com/c/%s 4chan: + bluesky: https://bsky.app/profile/%s # docs: gitlab: leetcode: https://leetcode.com/%s diff --git a/exampleSiteMultilingual/hugo.toml b/exampleSiteMultilingual/hugo.toml index 8a0757e..205b592 100644 --- a/exampleSiteMultilingual/hugo.toml +++ b/exampleSiteMultilingual/hugo.toml @@ -55,7 +55,8 @@ social = [ { id = "netease-music", url = "#" }, { id = "telegram", url = "#" }, { id = "x", url = "#" }, - { id = "youtube", url = "#" } + { id = "youtube", url = "#" }, + { id = "bluesky", url = "#" } ] [[menu.main]] diff --git a/layouts/partials/tabler-icons/bluesky.svg b/layouts/partials/tabler-icons/bluesky.svg new file mode 100644 index 0000000..ff6869e --- /dev/null +++ b/layouts/partials/tabler-icons/bluesky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index c81d590..f5eba71 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,13 +1,13 @@ [build] publish = "exampleSiteMultilingual/public" -command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --baseURL $URL" +command = "cd exampleSiteMultilingual && hugo --theme hugo-theme-anubis2 --themesDir=../.. --baseURL $URL" [build.environment] -HUGO_VERSION = "0.115.4" +HUGO_VERSION = "0.136.5" HUGO_THEME = "repo" [context.deploy-preview] -command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL" +command = "cd exampleSiteMultilingual && hugo --theme hugo-theme-anubis2 --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL" [[headers]] for = "/*"