thlmenezes / flashblog

HTML slide compiling from markdown files

Home Page:https://thlmenezes.github.io/flashblog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://thlmenezes.github.io/flashblog/


Languages

Language:HTML 86.1%Language:CSS 11.8%Language:Makefile 2.1%