Output old page URLs to jekyll_paths.csv
This commit is contained in:
@@ -11,6 +11,9 @@ import jekyllreader
|
||||
import s9ywriter
|
||||
|
||||
|
||||
logtxt = open("jekyll_paths.csv", "wt")
|
||||
logtxt.write("jekyll_path,s9y_entry_id\n")
|
||||
|
||||
with open("config.yaml", "rt") as f:
|
||||
config = yaml.load(f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user