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

Add ePub generation #60

Merged
merged 1 commit into from
Oct 4, 2022
Merged

Add ePub generation #60

merged 1 commit into from
Oct 4, 2022

Conversation

edent
Copy link
Contributor

@edent edent commented Oct 1, 2022

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🚩 Other

Description

Added an ePub version, and the requisite YAML file to generate it using PanDoc.

Let me know if you'd like me to generate the French version as well.

Generating the ePub is pretty simple:

pandoc content/*.md epub.yml -o export/introduction-to-bash-scripting.epub

I've gone through the book and it looks well formatted. Images are there, monospace fonts are respected, links work.

Related Tickets & Documents

#52

Added to documentation?

  • 📜 readme
  • 🙅 no documentation needed

[optional] What gif best describes this PR or how it makes you feel?

Screenshot from 2022-10-01 09-36-56
Screenshot from 2022-10-01 09-36-31
Screenshot from 2022-10-01 09-36-09

Copy link
Owner

@bobbyiliev bobbyiliev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat! This looks great! I've never used pandoc in the past, I have to test it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants