geek-server


Keywords
program, web, Propose Tags, , Index, Web.Geek.MarkupEngine.Markdown, Web.Geek.ServeWithSnapServer, geek-server-1.1.tar.gz, browse, Package description, Package maintainers, JinjingWang, edit package information
License
Other
Install
cabal install geek-server-1.1

Documentation

Geek

A dynamic blog engine, customizable with standard web technology, i.e. HTML, CSS and Javascript (JSON)

Features

  • Write posts in Markdown
  • Full text search
  • Layout is configurable through HTML, CSS and Javascript
  • Jekyll's front matter compatible

Installation

Install Geek

cabal install geek-server

Get a Geek Blog Seed

git clone https://github.com/nfjinjing/geek-blog-seed-jinjing-angular-mini.git geek-blog

Start

cd geek-blog
geek

Check

http://localhost:3001

Configuration

Basic

  • Geek Server: blog/geek-config.hs
  • Blog: blog/angular/app/js/site-config.js
  • Layout: blog/angular/index, blog/angular/partials
  • Style: blog/angular/css/app.css

Writing posts