personal-website

source for my personal website regexghost.com
git clone https://git.regexghost.com/personal-website.git
Log | Files | Refs | README

config.toml (237B)


      1 url = "https://www.regexghost.com"
      2 title = "regexghost"
      3 
      4 [[feeds]]
      5 title = "regexghost's blog"
      6 path = "content/blog"
      7 filename = "blog.xml"
      8 length = 0
      9 
     10 [[feeds]]
     11 title = "devlog"
     12 path = "content/devlog"
     13 filename = "devlog.xml"
     14 length = 0