Skip to content

hund-studio/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog posts github repository

Usage

Create new posts by running:

npm run new --name=post-name

Edit the newly creates posts/post-name.md file, commit post changes and push to github in order to publish it to dev.to using Github actions.

Remember to pull afterward in order to collet all the returning post info (such as ID publcation date ecc...).