diff --git a/content/contacts.md b/content/contacts.md new file mode 100644 index 0000000..0f1bca1 --- /dev/null +++ b/content/contacts.md @@ -0,0 +1,31 @@ ++++ +description = "the1mason's socials" +color = "red" +title = "Socials & Contacts" + ++++ + +Generally, I am @the1mason almost everywhere (except twitter) + +Email - [mail@the1mason.com](mailto:mail@the1mason.com), but the1mason.general@gmail.com also belongs to me. + +GitHub - [@the1mason](//github.com/the1mason) + +LinkedIn - [@the1mason](//www.linkedin.com/in/the1mason/details/experience/) + +Telegram - [@the1mason](//t.me/the1mason) + +Discord - @the1mason + +--- + +# Other contacts + +Steam - [the1mason](https://steamcommunity.com/id/the1mason) + +Twitter - [@the0mason](//twitter.com/the0mason) + + + + + diff --git a/hugo.toml b/hugo.toml index ce5c0e9..d0c14dc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -57,7 +57,7 @@ title = 'the1mason' languageName = "English" title = "the1mason" [languages.en.params] - subtitle = "- .net developer" + subtitle = "- dotnet developer" owner = "" keywords = "" copyright = "" @@ -89,9 +89,9 @@ title = 'the1mason' name = "Mail" url = "mailto:mail@the1mason.com" [[languages.en.menu.main]] - identifier = "social" - name = "Social" - url = "/social" + identifier = "contacts" + name = "Contacts" + url = "/contacts" [module] # this is needed when you fetch the theme as a submodule to your repo.