Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Import / Export #68

Merged
merged 11 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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