Skip to content

Commit

Permalink
Merge pull request #68 from ItzNotABug/61-backup-restore
Browse files Browse the repository at this point in the history
Feat: Import / Export <> Backup / Restore
  • Loading branch information
ItzNotABug authored Sep 15, 2024
2 parents 8a4c9ea + f625f89 commit d05f560
Show file tree
Hide file tree
Showing 13 changed files with 1,044 additions and 128 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ configuration/config.local.json
custom-template.ejs

# helper script for docker publish
docker-publish.sh
docker-publish.sh

# internal backed up files for quick tests, `.bak` extensions
*.bak
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ see - [TryCloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/co

If you want to customize the newsletter template even more, follow the steps -

1. Create a **custom-template.ejs** in the root directory.
2. Customize it as you like, take a look at [pre-defined template](./views/newsletter.ejs) for reference.
3. That's it! Ghosler will use the new template for preview & sending newsletter.
4. Rename the file to anything if you don't want to use the custom template.
1. Create a **custom-template.ejs**
2. Customize it as you like, for reference - you can download the `Base Template` from settings itself
3. Upload it via dashboard & that's it! Ghosler will use the new template for preview & sending newsletter
4. Disable from settings if you don't want to use the custom template

---

Expand Down
Loading

0 comments on commit d05f560

Please sign in to comment.