diff --git a/.gitmodules b/.gitmodules index 2b0c36c..2f5f66e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/almeida-cv"] - path = themes/almeida-cv - url = https://github.com/ineesalmeida/almeida-cv.git +[submodule "themes/simple-resume"] + path = themes/simple-resume + url = https://github.com/tylerjlawson/simple-resume diff --git a/config.toml b/config.toml index 9168df6..784b4c6 100644 --- a/config.toml +++ b/config.toml @@ -3,5 +3,5 @@ languageCode = 'en-us' title = 'Kristóf Torma' enableRobotsTXT = true enableEmoji = true -theme = "almeida-cv" -disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"] \ No newline at end of file +theme = "simple-resume" +disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"] diff --git a/static/img/avatar.jpg b/static/img/avatar.jpg deleted file mode 100755 index 9f52325..0000000 Binary files a/static/img/avatar.jpg and /dev/null differ diff --git a/themes/almeida-cv b/themes/almeida-cv deleted file mode 160000 index 0d7f29c..0000000 --- a/themes/almeida-cv +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0d7f29c2bdf24129ac4afd13faa1a55d536c62de diff --git a/themes/simple-resume b/themes/simple-resume new file mode 160000 index 0000000..a6bbdc1 --- /dev/null +++ b/themes/simple-resume @@ -0,0 +1 @@ +Subproject commit a6bbdc145e1b81d0e8e530ee72612cddbda4ddc8