JBake is a Java based, open source, static site/blog generator for developers & designers.
http://jbake.org/Tags | site-generator static-site web-site static pages blog |
Implementation | Java |
License | MIT |
Platform | OS-Independent |
Gatsby is a blazing fast static site generator for React. Gatsby.js is a static PWA (Progressive Web App) generator. You get code and data splitting out-of-the-box. Gatsby loads only the critical HTML, CSS, data, and JavaScript so your site loads as fast as possible. Once loaded, Gatsby prefetches resources for other pages so clicking around the site feels incredibly fast.
static-site blog graphql static-site-generator web-app documentation-tool react pwa progressive-web-appJekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through Markdown (or Textile) and Liquid converters, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server. Jekyll also happens to be the engine behind GitHub Pages.
site-generator static-site website static-pages blogJekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories.
static-site-generator static-site blog blog-engine cmsGet the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites / static site generator, alternative to jekyll for gh-pages and more! Assemble can also be used with gulp and grunt.
template-engine build static-site static-site-generator templates scaffold generator scaffolder base toolkit app update generate verb node nodejs gulp grunt assemble async-helper blog boilerplate boilerplates bootstrap builder collection compile component content docs document documentation engines handlebars helper helpers html inflections jekyll layout lodash markdown md page partial post pug render scaffolding site smith static symlink task tasks template templating view views website yamlJekyll-Scholar is for all the academic bloggers out there. It is a set of extensions to Jekyll, the awesome, blog aware, static site generator; it formats your bibliographies and reading lists for the web and gives your blog posts citation super-powers. Note that it is not possible to use this plugin with the default Github pages workflow. Github does not allow any but a few select plugins to run for security reasons, and Jekyll-Scholar is not among them. You will have to generate your site locally and push the results to the master resp. gh-pages branch of your site repository. You can keep sources, configuration and plugins in a separate branch; see e.g. here for details.
jekyll static-site-generator bibliography bibtex citations csl jekyll-pluginPelican is a static site generator, written in Python. It helps to write your weblog entries directly with your editor of choice (vim!) in reStructuredText or Markdown. It supports Code syntax highlighting, Blog articles and pages, Comments, Theming support, Atom/RSS feeds and lot more.
static-site website blog-engine blogA Fast and Flexible Static Site Generator built with love by spf13 and friends in Go.Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, ease of use, and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website. Hugo is designed to work well for any kind of website including blogs, tumbles, and docs.
hugo static-site-generator blog-engine cms content-management-system documentation-tool static-site blogJigsaw is a framework for rapidly building static sites using the same modern tooling that powers your web applications. Blade is a powerful, simple, and beautiful templating language, but until now it wasn't an option if you were building a simple static site that didn't need a complex PHP backend. Jigsaw brings Blade to the static site world, so you can use the same templating engine for simple websites as you do for complex web applications.
static-site-generator laravel blade jamstack static-site blog markdownAn extremely simple, pluggable static site generator. In Metalsmith, all of the logic is handled by plugins. You simply chain them together. Here's what the simplest blog looks like...
metalsmith static-site-generator markdown markdown-to-html static file site website blog generator jekyll wintersmith blacksmithZola comes as a single executable with Sass compilation, syntax highlighting, table of contents and many other features that traditionally require setting up a dev environment or adding some JavaScript libraries to your site. The average site will be generated in less than a second, including Sass compilation and syntax highlighting.
static site-generator tera static-site-generator blog-engine documentation-tool cms markdown markdown-to-html content-management-systemA fast static site generator in a single binary with everything built-in. Documentation is available on its site or in the docs/content folder of the repository.
static site-generator tera static-site-generator blog-engine documentation-tool cms markdown markdown-to-html content-management-systemGenerates a static site from a Gollum Wiki. The static site generator uses the Liquid templating system to render wiki pages. The generator looks for _Layout.html files to use as templates. Layouts affect all pages in their directory and any subdirectories that do not have a layout file of their own.
All static site generators I have used restrict you to use one layout per page. Todays webdesign needs have outgrown this and we often find ourself either adding code into our content pages (markdown files, liquid templates) or content into our code. That makes updating and maintaining a page hard, especially for a non-technical content author. I needed a generator that can separate content from code as cleanly as possible while still staying a static site generator and as dynamic as possible.
reactjs static-site-generator nodejs react rapid-prototyping content-management react.js editing cli rapid-prototying prettyA static website generator that lets you use HTTP servers and frameworks you already know. Just tell Staticgen how to start your server, then watch it crawl your site and generate a static version with all of the pages and assets required. If you're unfamiliar, you can actually use the decades-old wget command to output a static website from a dynamic one, this project is purpose-built for the same idea, letting your team to use whatever HTTP servers and frameworks you're already familiar with, in any language.
static-site-generator static static-siteOctopress is a framework designed by Brandon Mathis for Jekyll, the blog aware static site generator powering Github Pages. Octopress comes with a semantic HTML5 template. It has built in 3rd party support for Twitter, Google Plus One, Disqus Comments, Pinboard, Delicious, and Google Analytics. It has plugin support to easily post images, automatically downloads and embeds Github gists, easy inline code sharing and lot more.
blog blog-frameworkPHP static site & blog generator with markdown support. Using the power of laravel's Blade templating engine.
static-site-generator static-sites blogWyam is a simple to use, highly modular, and extremely configurable static content generator that can be used to generate web sites, produce documentation, create ebooks, and much more. Since everything is configured by chaining together flexible modules (that you can even write yourself), the only limits to what it can create are your imagination. For more information see Wyam.io.
c-sharp wyam static-site-generator dot-net api-documentation documentation documentation-tool blog blogging blog-enginea simple and fast static site generator by Golang. Pugo is a simple and fast static website generator. It renders markdown contents to html files with simple options. Pugo is designed to blog or simple contents website.
pugo static-site-generation site-generatorBridgetown is a Webpack-aware, Ruby-powered static site generator for the modern Jamstack era. Bridgetown takes your content, API data, and frontend assets; renders templates in Markdown, Liquid, ERB, and many other formats; and exports a complete website ready to be served by fast Jamstack services like Vercel or Render or traditional web servers like Caddy or Nginx.
static-site-generator webpack documentation-tool blog-engine jamstackStaticman is a Node.js application that receives user-generated content and uploads it as data files to a GitHub repository. In practice, this allows you to have dynamic content (e.g. blog post comments) as part of a fully static website, as long as your site automatically deploys on every push to GitHub, as seen on GitHub Pages, Netlify and others. It consists of a small web service that handles the POST requests from your forms, runs various forms of validation and manipulation defined by you and finally pushes them to your repository as data files. You can choose to enable moderation, which means files will be pushed to a separate branch and a pull request will be created for your approval, or disable it completely, meaning that files will be pushed to the main branch automatically.
static-site-generator jekyll hugo middleman metalsmith
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.