diff --git a/pelicanconf.py b/pelicanconf.py index c44644bb..265a5089 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -43,6 +43,7 @@ SOCIAL = ( ("Github", "https://github.com/ujuc", "github"), ("Linkin", "https://kr.linkedin.com/in/sungjinkang", "linkedin"), + ("X", "https://x.com/ujuc", "x-twitter"), ) LINKS = () @@ -55,12 +56,6 @@ RELATIVE_URLS = True THEME = "clean/" -# Address -EMAIL_ADDRESS = "ujuc@ujuc.kr" -GITHUB_ADDRESS = "https://github.com/ujuc" -SO_ADDRESS = "https://stackoverflow.com/users/978762/sungjin-gang" -TWITTER_ADDRESS = "https://twitter.com/ujuc" - AUTHORS = {} # Code