All Projects → jbake-org → Jbake

jbake-org / Jbake

Licence: mit
Java based open source static site/blog generator for developers & designers.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jbake

Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (-74%)
Mutual labels:  static-site-generator, markdown, asciidoctor
Docfx
Tools for building and publishing API documentation for .NET projects
Stars: ✭ 2,873 (+217.81%)
Mutual labels:  static-site-generator, markdown
Couscous
Couscous is good.
Stars: ✭ 807 (-10.73%)
Mutual labels:  static-site-generator, markdown
Nextein
A static site generator with markdown + react for Next.js
Stars: ✭ 825 (-8.74%)
Mutual labels:  static-site-generator, markdown
Rdoc
⚛️📄🚀 Fast static site generator for React, Just write Markdown file. @react-doc
Stars: ✭ 147 (-83.74%)
Mutual labels:  static-site-generator, markdown
Mkdocs
Project documentation with Markdown.
Stars: ✭ 13,346 (+1376.33%)
Mutual labels:  static-site-generator, markdown
Zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Stars: ✭ 7,823 (+765.38%)
Mutual labels:  static-site-generator, markdown
Kulfon
👹 🐸 JavaScript static site generator with Org Mode & Markdown support (α) 💥
Stars: ✭ 112 (-87.61%)
Mutual labels:  static-site-generator, markdown
Cms.js
Client-Side JavaScript Site Generator
Stars: ✭ 3,016 (+233.63%)
Mutual labels:  static-site-generator, markdown
Phenomic
DEPRECATED. Please use Next.js instead.
Stars: ✭ 3,264 (+261.06%)
Mutual labels:  static-site-generator, markdown
Gostatic
Fast static site generator
Stars: ✭ 387 (-57.19%)
Mutual labels:  static-site-generator, markdown
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+88.72%)
Mutual labels:  static-site-generator, markdown
Cecil
Your content driven static site generator.
Stars: ✭ 137 (-84.85%)
Mutual labels:  static-site-generator, markdown
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (-34.62%)
Mutual labels:  static-site-generator, markdown
Remarker
▶️ Remark cli
Stars: ✭ 132 (-85.4%)
Mutual labels:  static-site-generator, markdown
Reptar
static sites that roar
Stars: ✭ 268 (-70.35%)
Mutual labels:  static-site-generator, markdown
Log4brains
✍️ Log and publish your architecture decisions (ADR)
Stars: ✭ 98 (-89.16%)
Mutual labels:  static-site-generator, markdown
Jekyll
🌐 Jekyll is a blog-aware static site generator in Ruby
Stars: ✭ 43,803 (+4745.46%)
Mutual labels:  static-site-generator, markdown
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-69.47%)
Mutual labels:  static-site-generator, markdown
Assemble
Community
Stars: ✭ 3,995 (+341.92%)
Mutual labels:  static-site-generator, markdown

= JBake Jonathan Bullock 2017-05-11 :idprefix:

== JBake

http://jbake.org[JBake] is a Java based open source static site/blog generator for developers.

image:https://img.shields.io/travis/com/jbake-org/jbake/master.svg["Build Status", link="https://travis-ci.com/github/jbake-org/jbake"] image:https://ci.appveyor.com/api/projects/status/2q7hvg03wsjx953b?svg=true["Appveyor Status", link="https://ci.appveyor.com/project/jbake-org/jbake"] image:https://img.shields.io/coveralls/jbake-org/jbake/master.svg["Coverage Status", link="https://coveralls.io/r/jbake-org/jbake"] image:https://img.shields.io/maven-central/v/org.jbake/jbake-core.svg["Maven Download", link="http://jbake.org/download.html#maven"] image:https://api.bintray.com/packages/jbake/maven/jbake-core/images/download.svg["Bintray Download", link="https://bintray.com/jbake/maven/jbake-core/_latestVersion"] image:https://img.shields.io/homebrew/v/jbake.svg["Homebrew Download", link="http://jbake.org/download.html#homebrew"]

image:https://badges.gitter.im/jbake-org/jbake.svg["Gitter Chat", link="https://gitter.im/jbake-org/jbake"]

== Documentation

Full documentation is available on http://jbake.org/docs/[jbake.org].

== Contributing

We welcome all contributions to the project both big and small. From new features, bug reports to even spelling mistake corrections in the documentation. Please don't hesitate to submit an issue.

The link:CONTRIBUTING.asciidoc[Contributing] guide provides information on how to submit an issue or create a pull request to fix a bug or add a new feature to JBake.

== Versioning

The project has adopted the http://semver.org[Semantic Versioning] spec from v2.2.0 onwards to maintain an understandable backwards compatibility strategy.

The version format is as follows:


..-

  • An increment of the major version represents incompatible API changes.
  • An increment of the minor version represents additional functionality in a backwards-compatible manner.
  • An increment of the patch version represents backwards-compatible bug fixes.
  • Existence of a label represents a pre-release or build metadata.

== Community

Talk to the developers behind JBake:

Talk to other users of JBake on the forum:

== Build System

The project uses http://gradle.org[Gradle] 4.9+ as the build system. To build the JBake distribution ZIP file execute the following command from the root of the repo:


$ ./gradlew distZip

This will build a ZIP file in the /build/distributions folder.

For more information see link:BUILD.adoc[Test, Build and Deploy]

== Coding conventions

The project uses a basic set of http://checkstyle.sourceforge.net/[checkstyle] rules to keep the Code in shape.

We configured the gradle checkstyle Plugin to run with the check task. It does not break the build if convention violations are found. But prints a warning and generates a report.

For more information see link:BUILD.adoc[Test, Build and Deploy]

=== Setup Intellij

Settings -> Plugins -> CheckStyle-IDEA

  • Configure

Settings -> Other Settings -> Checksytle + Add a new Configuration File. Enter a Description like "jbake Checkstyle" and choose "Use a local Checkstyle file". The checkstyle File is located at the project root path config/checkstyle/checkstyle.xml

  • Add to Editor Code Style Scheme

Settings -> Editor -> Code Style + Click the gear Symbol besides the "Scheme:" drop-down. + Import Scheme -> Checkstyle Configuration + Pick the project checkstyle file config/checkstyle/checkstyle.xml

== Tools & Libraries Used

== Copyright & License

Licensed under the MIT License, see the link:LICENSE[LICENSE] file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].