Skip to content

Commit

Permalink
fix base url
Browse files Browse the repository at this point in the history
  • Loading branch information
ohaddahan committed Jan 28, 2024
1 parent 9afad35 commit b36357c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://example.org/'
baseURL = 'https://ohaddahan.github.io/tech-rant/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = "hugo-blog-awesome"
Expand Down
4 changes: 4 additions & 0 deletions scripts/sync.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
git pull
git submodule sync
git submodule update --init --recursive

0 comments on commit b36357c

Please sign in to comment.