Skip to content

Repository files navigation

FlashBlog

Summary

Description

Automation template for slide generation model from markdown

Dependencies

This project depends on:

  • pandoc (2.9.2.1)
  • GNU make

Help

  make help # for instructions

Troubleshooting

  • Pandoc error fetching fonts, connection timeout

    Could not fetch https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap
    HttpExceptionRequest Request {
      host                 = "fonts.googleapis.com"
      port                 = 443
      secure               = True
      requestHeaders       = []
      path                 = "/css2"
      queryString          = "?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap"
      method               = "GET"
      proxy                = Nothing
      rawBody              = False
      redirectCount        = 10
      responseTimeout      = ResponseTimeoutDefault
      requestVersion       = HTTP/1.1
    }
     ConnectionTimeout
    • Try disabling ipv6
    sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
    sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1

Acknowledgments

  • 🎩 @brennop
    • The man behind the simplest idea for creating slides, source, and the inspiration behind this automation project

About

HTML slide compiling from markdown files

Topics

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages