Skip to content

Commit d9def75

Browse files
committed
Adds Scrapy blog post. Adds Hyvor comment system.
1 parent b8f5f78 commit d9def75

12 files changed

+554
-251
lines changed

config.toml

+9
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ menu = [
3636
]
3737
favicon = "/favicon.png"
3838
favicon_emoji = "👨‍💻"
39+
40+
[extra.hyvortalk]
41+
enabled_for_all_posts = true
42+
automatic_loading = true
43+
website_id = "11330"
44+
page_id_is_slug = true
45+
lang = ""
46+
page_author = "[email protected]" # Email (or base64 encoded email) of the author of the page
47+
lazy_loading = true

content/blog/scrapy-web-crawler.md

-249
This file was deleted.
108 KB
Loading

0 commit comments

Comments
 (0)