Skip to content

Commit

Permalink
Update bridgetown.config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
attajak committed Apr 22, 2024
1 parent 1bbde77 commit 84cabe5
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 3,211 deletions.
17 changes: 17 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
run = "bin/bt start"
entrypoint = "README.md"
hidden = [".bundle", ".config"]
modules = ["ruby-3.2:v6-20240209-9e3a339", "nodejs-20:v8-20230920-bd784b9"]

[nix]
channel = "stable-23_11"

[gitHubImport]
requiredFiles = [".replit", "replit.nix"]

[deployment]
run = ["sh", "-c", "bin/bt start"]

[[ports]]
localPort = 4000
externalPort = 80
4 changes: 2 additions & 2 deletions bridgetown.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
# https://learnxinyminutes.com/docs/yaml/
#

url: "" # the base hostname & protocol for your site, e.g. https://example.com
url: "https://attajak.github.io" # the base hostname & protocol for your site, e.g. https://example.com

permalink: pretty
template_engine: liquid

# Other options you might want to investigate:
#
# base_path: "/" # the subpath of your site, e.g. /blog. If you set this option,
base_path: "/bridgetown" # the subpath of your site, e.g. /blog. If you set this option,
# ensure you use the `relative_url` helper for all links and assets in your HTML.
# If you're using esbuild for frontend assets, edit `esbuild.config.js` to
# update `publicPath`.
Expand Down
Loading

0 comments on commit 84cabe5

Please sign in to comment.