diff options
author | Mark Powers <mark@marks.kitchen> | 2020-12-20 11:36:29 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2020-12-20 11:36:29 -0600 |
commit | 188a48b728080d8ffce1d304580964ea50b30a61 (patch) | |
tree | 87f6c4c065f706e98d353c75f6dcd8c5942a773f | |
parent | ed61b06cd842470c8155171889cdc51a0f9c7c93 (diff) |
Update README
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +# marks.kitchen +My personal website engine. Allows for posting content from a web interface. +Uses handlesbars templates and a database backend via sequelize. + Configuration: - Requires mysql database. Include a `config.json` in `src` directory with the following structure: ```json |