Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add header logo and remove unused files #1

Merged
merged 6 commits into from
May 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading