diff --git a/assets/images/logo.jpg b/assets/images/logo.jpg deleted file mode 100644 index 7c53cab..0000000 Binary files a/assets/images/logo.jpg and /dev/null differ diff --git a/config/_default/languages.yaml b/config/_default/languages.yaml index 502008b..15cf29e 100644 --- a/config/_default/languages.yaml +++ b/config/_default/languages.yaml @@ -3,12 +3,12 @@ en: disabled: false weight: 1 params: - description: "A place where I share random things about programming." + description: "I write about Golang, Neovim, Backend Development, VueJS" author: name: "remvn" image: "images/avatar-cover.jpg" - headline: "A place where I share random things about programming." - bio: "A place where I share random things about programming." + headline: "Gopher" + bio: "Random things in Programming" links: - email: "mailto:remvnz@gmail.com" - github: "https://github.com/remvn" @@ -17,12 +17,12 @@ vi: disabled: false weight: 2 params: - description: "Nơi mình chia sẻ linh tinh về lập trình." + description: "Nơi mình chia sẻ về Golang, Neovim, Backend Development, VueJS" author: name: "remvn" image: "images/avatar-cover.jpg" - headline: "Nơi mình chia sẻ linh tinh về lập trình" - bio: "Nơi mình chia sẻ linh tinh về lập trình" + headline: "Gopher" + bio: "Viết lách linh tinh về lập trình" links: - email: "mailto:remvnz@gmail.com" - github: "https://github.com/remvn" diff --git a/content/_index.en.md b/content/_index.en.md index e06bf55..7cff250 100644 --- a/content/_index.en.md +++ b/content/_index.en.md @@ -2,8 +2,12 @@ title: "Hello there 👋" --- -Mình thích viết lách chia sẻ vài thứ linh tinh và đóng góp cho **OSS** -Nếu bạn có gì thắc mắc thì đừng ngần ngại hỏi mình nhé. [Contact]({{< ref "/contact" >}} "Liên hệ") +{{< img src="images/gopher-feature.jpg" >}} -Những chủ đề mình yêu thích, quan tâm: +I enjoy writing random things here and contributing to **OSS** +in my free time.
+If you find anything interesting, feel free to ask! +[Contact]({{< ref "/contact" >}}) + +Topics I love to talk about:
`Golang`, `Neovim`, `Backend Development`, `VueJS`, `NuxtJS` diff --git a/content/_index.vi.md b/content/_index.vi.md index e117290..1cba8e6 100644 --- a/content/_index.vi.md +++ b/content/_index.vi.md @@ -4,9 +4,10 @@ title: "Hello there 👋" {{< img src="images/gopher-feature.jpg" >}} -Mình viết lách vài thứ linh tinh ở đây và đóng góp cho **OSS** +Mình viết lách vài thứ linh tinh ở đây và đóng góp cho **OSS** trong thời gian rảnh.
-Nếu bạn có gì thắc mắc gì, đừng ngần ngại hỏi mình nhé. [Liên hệ]({{< ref "/contact" >}}) +Nếu bạn có thắc mắc gì, đừng ngần ngại hỏi mình nhé. +[Liên hệ]({{< ref "/contact" >}}) -Những chủ đề mình yêu thích, quan tâm: +Những chủ đề mình yêu thích, quan tâm:
`Golang`, `Neovim`, `Backend Development`, `VueJS`, `NuxtJS` diff --git a/hugo.yaml.bak b/hugo.yaml.bak deleted file mode 100644 index a585a50..0000000 --- a/hugo.yaml.bak +++ /dev/null @@ -1,33 +0,0 @@ -title: "My Rabbit Hole in Programming" -baseURL: "https://remvn.space/" -languageCode: "en-us" -theme: "beautifulhugo" - -taxonomies: - category: categories - series: series - tag: tags - -menus: - main: - - name: Blog - pageRef: / - weight: 10 - - name: Series - pageRef: /series - weight: 20 - - name: Tags - pageRef: /tags - weight: 30 - -languages: - en: - contentDir: "content/en" - disabled: false - languageName: "English" - weight: 1 - vi: - contentDir: "content/vi" - disabled: false - languageName: "Vietnamese" - weight: 2