-
Notifications
You must be signed in to change notification settings - Fork 17
Directory Structure
Himanshu Shekhar edited this page Mar 14, 2017
·
2 revisions
This blog is based on Jekyll. Thus, the directory structure and scripts are made in Ruby and utilises Jekyll's features.
-
/_data/ Contains the metadata for the blog in JSON format.
-
/_posts/ Contains all the posts in Markdown format. Please check any one of them for the format.
-
/_layouts/ Contains the layouts for different pages of the site.
-
/_includes/ Contains the templates to be included in other pages, like header, footer, CSS includes etc.
-
/assets/ Images and other assets for the blog.
-
/static/ CSS, JS, Images for the site.
-
/categories Categories for the blogs in Markdown format
-
/editors.md List of editors.
-
/index.html Index page.