X-Git-Url: https://git.danieliu.xyz/?p=pb.git;a=blobdiff_plain;f=README.md;h=bed46c75e4814cfb85c342a1b9c67f0620ee8eda;hp=455cc747451e5c0200aa61c41f04f746df395c2d;hb=45bbbdd54e52f76ac3d9c1a03b807f9337d0a559;hpb=2a037724047c4f54023651b5bf81b4171356409e diff --git a/README.md b/README.md index 455cc74..bed46c7 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,13 @@ In each of these files, you need to include the comments: # Usage ### n / new +Takes in a name for your blog post, put the name inside quotations if you want to have spaces. Also, only alphanumeric characters, underscores, dashes and spaces are allowed in the blog name (at this point). ### p / publish +Publishes a draft, which means that it takes the html snippet you wrote and shoves it inside your template file. ### d / delete - +Deletes an already published blog post, this does not delete your draft. # Configuration For more fine tuned configuration, navigate to the data\_dir directory that was created (by default it's blog/) and find the templates folder.