forked from tweetback/tweetback
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/egallager_main'
- Loading branch information
Showing
37 changed files
with
75,291 additions
and
14 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
require("dotenv").config(); | ||
|
||
let data = { | ||
username: "eleven_ty", // No leading @ here | ||
homeLabel: "11ty.dev", | ||
homeUrl: "https://www.11ty.dev/", | ||
username: "cooljeanius", // No leading @ here | ||
homeLabel: "cooljeanius.github.io", | ||
homeUrl: "https://cooljeanius.github.io/tweetback/", | ||
baseURL: | ||
process.env.ENV == "local" | ||
? "http://localhost:8080" | ||
: "https://cooljeanius.github.io/my_tweetback_archive", | ||
language: "en-US", | ||
}; | ||
|
||
data.avatar = `https://v1.indieweb-avatar.11ty.dev/${encodeURIComponent(data.homeUrl)}/`; | ||
data.avatar = `${data.baseUrl}/img/avatar.jpeg`; | ||
|
||
module.exports = data; | ||
|
||
module.exports = data; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"0.10.7","languages":{"en":{"hash":"en_de72a34cc9","wasm":"en","page_count":75096}}} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.