diff --git a/pelicanconf.py b/pelicanconf.py index ccac0a1..2047400 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -2,7 +2,7 @@ AUTHOR = 'paulo ribeiro' SITENAME = 'd i f f r a c t i o n' -SITEURL = "https://diffraction.pt/blog" +SITEURL = "" PATH = "content" @@ -31,5 +31,4 @@ DEFAULT_PAGINATION = False -# Uncomment following line if you want document-relative URLs when developing -# RELATIVE_URLS = True +RELATIVE_URLS = True diff --git a/pyproject.toml b/pyproject.toml index b94f3ca..aa66987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,5 +4,5 @@ version = "0.1.0" requires-python = ">=3.10" dependencies = [ "pelican[markdown]>=4.11", - "attila @ git+https://github.com/arulrajnet/attila.git@master", + "attila @ git+https://github.com/arulrajnet/attila.git@6a6484f422132380b61d2b8ef66e16938338f0ba", ]