Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Pelican Makefile & configuration before future upgrades #121

Open
atodorov opened this issue Aug 2, 2020 · 0 comments
Open

Adjust Pelican Makefile & configuration before future upgrades #121

atodorov opened this issue Aug 2, 2020 · 0 comments

Comments

@atodorov
Copy link
Member

atodorov commented Aug 2, 2020

As part of the redesign Pelican was updated to v4.2.0, see 227fe0f, which now causes various warnings:

$ make serve:

WARNING: 'python -m pelican.server' is deprecated.
  | The Pelican development server should be run via 'pelican --listen' or 'pelican -l'.
  | This can be combined with regeneration as 'pelican -lr'.
  | Rerun 'pelican-quickstart' to get new Makefile and tasks.py files.
$ make regenerate
pelican -r /home/senko/kiwitcms.github.io/content -o /home/senko/kiwitcms.github.io/output -s /home/senko/kiwitcms.github.io/pelicanconf.py 

WARNING: SLUG_SUBSTITUTIONS and variants thereof are deprecated and will be removed in the future. Please use SLUG_REGEX_SUBSTITUTIONS and variants thereof instead. Check http://docs.getpelican.com/en/latest/settings.html#url-settings.
  --- AutoReload Mode: Monitoring `content`, `theme` and `settings` for changes. ---

These would probably break if we decide to upgrade to v5 in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant