diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-02-03 19:38:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 19:38:24 +0100 |
commit | 8fe56e0b34eac47b92be6cc99ca95c67eaf0affc (patch) | |
tree | bd3061fa31cbbc9207cbaa5c02f23dec150aa906 /.gitignore | |
parent | eca7ecabd386edc0e138d6d7a1de2881dacffa41 (diff) | |
download | kronika-8fe56e0b34eac47b92be6cc99ca95c67eaf0affc.tar.gz kronika-8fe56e0b34eac47b92be6cc99ca95c67eaf0affc.zip |
Netlify cms (#7)
* Add netlify CMS * Add netlify.toml * Add example media library * Add Netlify Identity * Fix post path * Add content * Add body * Fix date format * Add site url * Add image * Disable editorial workflow * Add date path * Add file extension * Use the latest release * Fix slug * Filename on preview path * Remove filenames
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f5c3e7a..62eeeb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .DS_Store -api +static/api # testing node_modules |