Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1ck committed Nov 29, 2023
1 parent 39276a5 commit 9026cba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"--autoreload",
"--listen",
]
}
},
{
"label": "pelican publish",
"type": "shell",
"command": ".venv/bin/pelican",
"args": [
"-s",
"publishconf.py",
]
},
]
}
4 changes: 2 additions & 2 deletions publishconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
SITEURL = ""
RELATIVE_URLS = False

FEED_ALL_ATOM = "feeds/all.atom.xml"
CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml"
# FEED_ALL_ATOM = "feeds/all.atom.xml"
# CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml"

DELETE_OUTPUT_DIRECTORY = True

Expand Down

0 comments on commit 9026cba

Please sign in to comment.