antoine1fr / osborn

Static blog generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can process config file

antoine1fr opened this issue · comments

Can process config file in sexp format. This file would be named config.sexp and would be located at the root of the working directory.

For now, it would only contain only basic informations about the blog and the author.

  • author's name
  • author's email
  • blog's name
  • blog's description
((author_name "Antoine")
  (author_email "antoine@osborn.co")
  (blog_name "Osborn's dev blog"))