Skip to content

Commit

Permalink
Add site url on pelican config
Browse files Browse the repository at this point in the history
  • Loading branch information
discombobulateme committed Nov 27, 2024
1 parent 5b00641 commit 551cebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
AUTHOR = 'PyLadies Berlin'
SITENAME = 'PyLadies Berlin'
SITEDESCRIPTION = 'PyLadies Berlin is a local chapter of PyLadies, an international mentorship group with a focus on helping more women become active participants and leaders in the Python open-source community.'
SITEURL = ''
SITEURL = 'https://berlin.pyladies.com'

# plugins
PLUGIN_PATHS = ['pelican-plugins']
Expand Down

0 comments on commit 551cebc

Please sign in to comment.