cfenollosa / bashblog

A single Bash script to create blogs. Download, run, write, done!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can bashblog create separate pages (like an 'About' page)?

kozross opened this issue · comments

I see that on your blog you have separate pages for 'About', 'Funny Papers', etc. Is this something bashblog is inherently capable of doing?

Hi @kozross, you can add other html pages which are not tracked by bashblog: https://github.com/cfenollosa/bashblog/wiki/How-to-add-%22static%22-pages-which-are-ignored-by-bashblog

And if you want to share a common "navbar" for all of them, use a header or body template on bashblog:

https://github.com/cfenollosa/bashblog/wiki/How-to-set-a-personalized-header-or-body-on-each-page

Thanks for your interest!