GithubHelp home page GithubHelp logo

phaus / schmitzkatz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rudynorff/schmitzkatz

0.0 3.0 0.0 3.03 MB

A static blog-engine written in Java. Work in progress and lots of stuff unfinished.

CSS 16.74% Java 83.26%

schmitzkatz's Introduction

What is it?

Schmitzkatz is a static blog-engine meaning that you don't need a webserver with a dynamic language like PHP or a database. All blog-posts are written on your computer and once finished can be generated to proper websites by Schmitzkatz. All that needs to be done then is to upload the pages to ones webserver.

The blog at http://mactun.es is powered by Schmitzkatz.

Blog posts are written in the Markdown format, meta data can be added to a simple JSON-file.

Why?

As mentioned in the summary there are lots of blog-engines out there already. The static ones often require some form of setup in order to have a specific version

Requirements

A PC and a Java Runtime 1.6 or greater should be sufficient.

How do I run it?

If you are brave enough you can create your own blog by running

java -jar schmitzkatz.jar -new "My first blog title"

This will create a new directory in blog/Posts with the name my-first-blog-title. To edit the meta-data of your new post open blog_post.json inside my-first-blog-title (usually you don't need to edit anything in there). To edit the posts text open blog_post.md and fire away. When you are done Schmitzkatz's generate-command will take all templates from blog/Templates and inject your blogpost into them. Run the following command to achieve this:

java -jar schmitzkatz.jar -generate

This will create all necessary HTML inside blog/Generated. Just upload the files to your webserver and you're done!

How do I customize it?

Edit the templates in blog/Templates. The syntax inside is based on Freemarker.

cat settings.properties

title=Example Blog
url=http://example.com
description=Just an example Blog!
language=en

Disclaimer

This blog-engine is far from being complete. In fact I recommend you not to use it at the moment because it is way too unstable. I will be refactoring the project soon and hopefully find time to add some new features.

On my wishlist:

  • Pagination
  • Archiving of blog entries
  • Fixing the existing bugs

schmitzkatz's People

Contributors

phaus avatar rudynorff avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.