github - Using Jekyll for Website without Blog -
i'd use jekyll website, can't figure out how set up. of documentation i've seen shows how use jekyll set blog. want write markdown , have jekyll convert website.
i understand question bit vague , terminology may not accurate. i'm new creating website , don't want learn html.
(disclosure: website project on github.)
there's 4 types of document can find in jekyll site :
static files js, css or html page. don't have front matter, copied @ generation time , can found in
site.static_files
hash,posts located in
_posts
folder, have front matter , can found insite.posts
hash liquid,pages can anywhere in folder structure, have front matter , can found in site.pages hash liquid,
collections more elaborated pieces of datas front matter , can found in
site.collections
hash liquid.
you can choose use of them. if don't want use posts, remove or empty _posts
folder , use pages.
Comments
Post a Comment