Giter Site home page Giter Site logo

ucblog's Introduction

µcblog

µcblog is a C based static website generator. It is inspired by jekyll and growl and aims to be very simple to use, with very few dependencies. And because I'm an embedded engineer, it's meant to be used on embedded systems and for self-hosting. Just Linux and ucblog ! No other boring stuff to install like jekyll.

03-2013 Note: This project is not maintained anymore. Two reasons :

  • libctemplate is old and not so adapted to µcblog usage. I would need to develop a new light template library in C. Like jinja2 in Python. But, this is to much work for myself, and not so fun. Moreover I'd prefer to use another license, like MIT.
  • I switched to growl for my personal use

So, the project stays here for posterity :P Don't pay attention to the quality/architecture of the project. It was a Proof of Concept at first and I never took the time to switch to something more organised and clean.

Features

  • developed in C, very small binary with few dependencies
  • your website architecture is based on the filesystem. Aimed to be as natural as possible for users.
  • markdown formatted data as input - Using Sundown (MIT)
  • Html templating - Using libctemplate (GPL) and something like liquid or jinja2 that doesn't exist in C yet.
  • HTML/CSS/JS rendering with bootstrap and google-code-prettify to make your blog prettier ;) But you can use whatever HTML/CSS/JS you want.

installation

> cd ucblog
> make

How simple is that ?

(I will tweak the makefile to get something more advanced, but later)

Usage

> ./ucblog ./sources ./tmp

License

Licensed under the terms of the GPL License

Other :

Contact

Yoann Sculo - [email protected]

ucblog's People

Stargazers

Yoann Sculo avatar

Watchers

Yoann Sculo avatar James Cloos 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.