Skip to content

elbaulp/hugo_similar_posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Similar Posts

Computing similar posts for my blog using Sklearn Kmeans

Usage

Modify the path where your posts are in Line 470 and then execute.

$ python ./similar_posts.py

TODO

At some point I should make the path an arg to pass to the program using argparse, but since Hugo now has a similar posts feature I am using that instead of my project.