Skip to content

Commit

Permalink
Add theme
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Dec 27, 2023
1 parent 987f077 commit d508686
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: BlowFish submodule
run: |
git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down
1 change: 1 addition & 0 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
theme = 'blowfish'
baseURL = "https://jcosta.dev/"
languageCode = "en"
paginate = 10
Expand Down
4 changes: 0 additions & 4 deletions hugo.toml

This file was deleted.

0 comments on commit d508686

Please sign in to comment.