Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus2k2 committed Jun 18, 2024
1 parent 1a58dba commit 57e791d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
network_mode: host
volumes:
- .:/docs
command: serve -a localhost:8005 --config-file=mkdocs.en.yml
command: serve -a localhost:8005 --config-file=mkdocs.pt.yml

# sudo docker compose up -d --force-recreate
# sudo docker compose up --force-recreate
4 changes: 4 additions & 0 deletions mkdocs.pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ markdown_extensions:
- attr_list
- pymdownx.snippets

extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/post-section.css

hooks:
- overrides/scripts/blogs.py

Expand Down

0 comments on commit 57e791d

Please sign in to comment.