Skip to content

Commit

Permalink
Merge pull request #1 from ShihTingJustin/main
Browse files Browse the repository at this point in the history
Add header logo and remove unused files
  • Loading branch information
ShihTingJustin authored May 5, 2024
2 parents 3a4cd8e + c019a4e commit c5cd807
Show file tree
Hide file tree
Showing 149 changed files with 720 additions and 63,901 deletions.
Binary file added assets/react-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions config/_default/languages.en.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
languageCode = "en"
languageName = "English"
weight = 1
title = "WebWorker"
title = "Renderer"
contentDir = "content/en"

[params]
displayName = "EN"
isoCode = "en"
rtl = false
description = "Insights from a web worker: Dive into quick notes and curated internet resources from a web development journey, alongside organized blog articles on web techniques, career growth, and insightful interviews."
logo = "react-logo.png"
description = "Insights from a web enthusiast: Dive into quick notes and curated internet resources from a web development journey, alongside organized blog articles on web techniques, career growth, and insightful interviews."
dateFormat = "2 January 2006"

[author]
Expand Down
11 changes: 5 additions & 6 deletions config/_default/languages.zh-TW.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
languageCode = "zh-tw"
languageName = "Traditional Chinese"
weight = 2
title = "WebWorker"
title = "Renderer"
contentDir = 'content/zh'


[params]
displayName = "ZH"
isoCode = "zh-TW"
rtl = false
# logo = "img/logo.png"
description = "Insights from a web worker: Dive into quick notes and curated internet resources from a web development journey, alongside organized blog articles on web techniques, career growth, and insightful interviews."
logo = "react-logo.png"
description = "Insights from a web enthusiast: Dive into quick notes and curated internet resources from a web development journey, alongside organized blog articles on web techniques, career growth, and insightful interviews."
# copyright = "Copy, _right?_ :thinking_face:"

dateFormat = "2 January 2006"
dateFormat = "2006 January 2"

[author]
name = "Justin Huang"
image = "img/avatar.png"
image = "IMG_8561_square.jpg"
headline = "Um perfil simples com os meus links"
bio = "Senior Software Engineer@Delta Energy"
links = [
Expand Down
Loading

0 comments on commit c5cd807

Please sign in to comment.