Skip to content

Commit

Permalink
rename img to images
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmyc committed Jul 18, 2020
1 parent a8a467b commit c78d181
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/_default/params/params.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "I am an undergraduate AI researcher at Brown University."
# Gravatar Email for preferred avatar in home page
gravatarEmail = ""
# URL of avatar shown in home page
avatarURL = "/img/avatar.webp"
avatarURL = "/images/avatar.webp"
# Link that avatar points to
avatarLink = "/about/"
# title shown in home page (HTML format is supported)
Expand Down
8 changes: 4 additions & 4 deletions config/_default/params/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fingerprint = "sha256"
# date format
dateFormat = "2006-01-02"
# website images for Open Graph and Twitter Cards
images = ["/img/cover.webp"]
images = ["/images/cover.webp"]

# App icon config
[app]
Expand Down Expand Up @@ -256,17 +256,17 @@ images = ["/img/cover.webp"]
# [page.seo.publisher]
# name = "Michael Mao"
# [page.seo.publisher.logo]
# url = "/img/logo.png"
# url = "/images/logo.png"
# width = 127
# height = 40
# # Logo info
# [page.seo.logo]
# url = "/img/logo.png"
# url = "/images/logo.png"
# width = 127
# height = 40
# # Image info
# [page.seo.image]
# url = "/img/cover.webp"
# url = "/images/cover.webp"
# width = 800
# height = 600

Expand Down
2 changes: 1 addition & 1 deletion config/_default/params/params.zh-cn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "我是布朗大学的本科AI研究员。"
# Gravatar Email for preferred avatar in home page
gravatarEmail = ""
# URL of avatar shown in home page
avatarURL = "/img/avatar.webp"
avatarURL = "/images/avatar.webp"
# Link that avatar points to
avatarLink = "/about/"
# title shown in home page (HTML format is supported)
Expand Down
4 changes: 2 additions & 2 deletions content/en/posts/understanding-password-securities.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ categories: ["uncategorized"]

# SEO
index: true
images: ["/img/understanding-password-securities/enigma.webp"]
images: ["/images/understanding-password-securities/enigma.webp"]
description: "A closer look into password cracking and how to avoid being hacked. "

# Featured Image
featuredImage: "/img/understanding-password-securities/enigma.webp"
featuredImage: "/images/understanding-password-securities/enigma.webp"
featuredImagePreview: ""
featuredImageTitle: "The Enigma Machine"

Expand Down

0 comments on commit c78d181

Please sign in to comment.