Jekyll_960 is a blog template for Jekyll, the Ruby-based static site generator, built on the 960.gs CSS grid framework. It pairs Jekyll's Markdown-driven content pipeline with a fixed 960-pixel column grid to produce a static blog website, and it is distributed as a public GitHub repository with 16 stars.
What is Jekyll_960?
Jekyll_960 is a Jekyll blog template that combines the Jekyll static site generator with the 960.gs CSS framework. As input it takes standard Jekyll content — Markdown posts and Liquid-templated layouts — and as output it generates static HTML pages laid out on the 960.gs grid. The repository description, "Jekyll blog template using 960.gs css framework," defines the project's scope, and the repository is hosted on GitHub.
Key Features
- Jekyll-based architecture — built to run on Jekyll, the static site generator that compiles Markdown posts and Liquid templates into plain HTML with no database or server-side runtime.
- 960.gs grid layout — styled with the 960 Grid System, a fixed-width CSS framework that arranges page content into columns on a 960-pixel-wide canvas.
- Blog-oriented structure — designed for blog publishing, so the content input is Jekyll's post system, where each Markdown file becomes a dated blog post.
- GitHub distribution — available as a public GitHub repository with 16 stars, so the template can be cloned or forked to start a new Jekyll blog.
Who is it for?
- Jekyll bloggers — writers who already use Jekyll and want a ready-made blog layout built on the 960.gs grid rather than writing custom CSS from scratch.
- Static-site developers — developers who want a minimal, framework-specific Jekyll starting point they can inspect and extend with their own stylesheets.
- CSS framework learners — developers who want to see how the 960.gs grid system is applied inside a real Jekyll template as a reference for their own projects.
What can you do with Jekyll_960?
- Launch a static blog: clone or fork the repository, add Markdown posts to Jekyll's post folder, and build to generate a static blog with a 960-pixel grid layout.
- Use it as a starter foundation: take the template's existing layout and layer your own CSS or additional Jekyll configuration on top of the basic blog structure.
- Study the stack integration: examine how the template connects Jekyll's layout engine to 960.gs CSS classes when planning your own static site architecture.
FAQ
What is Jekyll_960?
Jekyll_960 is a template for Jekyll blogs that styles the site with the 960.gs CSS framework. It is hosted as a public GitHub repository with 16 stars and serves as a starting point for a static blog generated by Jekyll.
What does "960.gs" mean?
The 960.gs, or 960 Grid System, is a CSS framework built around a 960-pixel-wide page grid. The template uses this framework to arrange the blog's layout into fixed columns instead of relying on a fully custom stylesheet.
How do you use Jekyll_960?
You use it like any Jekyll project: clone the repository, add Markdown posts, adjust the site configuration, and run Jekyll to build static HTML output. The template supplies the blog layout and the 960.gs stylesheet that formats the pages.
Is Jekyll_960 a full Jekyll theme?
It is a template rather than a packaged theme. Its defining characteristic is the use of 960.gs for the CSS grid, and it is described specifically as a blog template for Jekyll with a minimal feature set.





