All Projects → blogc → Blogc

blogc / Blogc

Licence: bsd-3-clause
A blog compiler.

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Blogc

Booklit
a pretty lit content authoring system
Stars: ✭ 133 (-13.64%)
Mutual labels:  static-site-generator
Jigsaw
Simple static sites with Laravel’s Blade.
Stars: ✭ 1,823 (+1083.77%)
Mutual labels:  static-site-generator
Stackbit Theme Planty
Planty is an e-commerce ready theme for Stackbit, powered by Snipcart.
Stars: ✭ 151 (-1.95%)
Mutual labels:  static-site-generator
Catsup
A lightweight static website generator which aims to be simple and elegant.
Stars: ✭ 135 (-12.34%)
Mutual labels:  static-site-generator
Gatsby Starter Try Ghost
Publish flaring fast blogs with Gatsby and Ghost
Stars: ✭ 137 (-11.04%)
Mutual labels:  static-site-generator
Rosid
Just-in-time development server and static site generator.
Stars: ✭ 139 (-9.74%)
Mutual labels:  static-site-generator
Grav Plugin Blackhole
The static site generator for Grav CMS
Stars: ✭ 131 (-14.94%)
Mutual labels:  static-site-generator
Gloria
Gloria is a static website generator, based on NodeJS.
Stars: ✭ 153 (-0.65%)
Mutual labels:  static-site-generator
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+1007.79%)
Mutual labels:  static-site-generator
Grain
Grain is a lightweight and powerful static website generator with custom themes to help create static, SEO-friendly websites or a blog in no time.
Stars: ✭ 149 (-3.25%)
Mutual labels:  static-site-generator
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-12.99%)
Mutual labels:  static-site-generator
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (-9.74%)
Mutual labels:  static-site-generator
Gulp Hb
A sane Gulp plugin to compile Handlebars templates. Useful as a static site generator.
Stars: ✭ 145 (-5.84%)
Mutual labels:  static-site-generator
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+1036.36%)
Mutual labels:  static-site-generator
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+1154.55%)
Mutual labels:  static-site-generator
Remarker
▶️ Remark cli
Stars: ✭ 132 (-14.29%)
Mutual labels:  static-site-generator
Hexo Theme Anodyne
🌋 Original Bright Theme for Hexo
Stars: ✭ 140 (-9.09%)
Mutual labels:  static-site-generator
Gatsby Plugin Algolia
A plugin to push to Algolia based on graphQl queries
Stars: ✭ 154 (+0%)
Mutual labels:  static-site-generator
Ssgo
The minimalistic but flexible static site generator for Deno 🦕.
Stars: ✭ 153 (-0.65%)
Mutual labels:  static-site-generator
Rdoc
⚛️📄🚀 Fast static site generator for React, Just write Markdown file. @react-doc
Stars: ✭ 147 (-4.55%)
Mutual labels:  static-site-generator

blogc

Build Status

A blog compiler.

Quickstart

Clone the Git repository or grab the latest release and extract it.

If installing from Git repository, ronn and GNU Autotools must be installed in the machine. Release tarballs does not have these dependencies and are the recommended way to install.

Inside the source directory, run the following commands:

$ ./autogen.sh  # if installing from git
$ ./configure [--enable-git-receiver] [--enable-make] [--enable-runserver]
$ make
# make install

The ./configure options listed above will enable building of helper tools. To learn more about these tools, please read the man pages.

To create your first blog, please clone our example repository and adapt it to your needs:

$ git clone https://github.com/blogc/blogc-example my-blog
$ cd my-blog
$ rm -rf .git
$ git init
$ git commit -am 'initial commit'

At this point you'll have an empty blog, that can be customized to suit your needs. You'll want to look at the content/post/ directory and edit your first post. Each new post, template or asset must be added to the Makefile. Please read it carefully.

If some unexpected error happened, please file an issue.

-- Rafael G. Martins [email protected]

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].