All Projects → sdiehl → hakyll-bootstrap

sdiehl / hakyll-bootstrap

Licence: MIT license
Basic Hakyll + Bootstrap site

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
haskell
3896 projects

Projects that are alternatives of or similar to hakyll-bootstrap

hakyll-nix-template
Hakyll + Nix starter template
Stars: ✭ 20 (-23.08%)
Mutual labels:  static-site-generator, hakyll
create-harold-app
Static blog/site generator
Stars: ✭ 33 (+26.92%)
Mutual labels:  static-site-generator
jekyll-rdf
📃 A Jekyll plugin to include RDF data in your static site or build a complete site for your RDF graph
Stars: ✭ 46 (+76.92%)
Mutual labels:  static-site-generator
stati
An extensible and Jekyll-compatible PHP static website generator
Stars: ✭ 21 (-19.23%)
Mutual labels:  static-site-generator
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+73.08%)
Mutual labels:  static-site-generator
github-pages-vuepress
Build a static website using VuePress and deploy to Github Pages
Stars: ✭ 20 (-23.08%)
Mutual labels:  static-site-generator
curry-club-augsburg.de
Our Website
Stars: ✭ 17 (-34.62%)
Mutual labels:  hakyll
PkgPage.jl
Create a beautiful landing page for your package in less than 10 minutes.
Stars: ✭ 98 (+276.92%)
Mutual labels:  static-site-generator
presskit.html
Re-implementation of presskit() as a static site generator
Stars: ✭ 250 (+861.54%)
Mutual labels:  static-site-generator
rocket
The modern web setup for static sites with a sprinkle of JavaScript
Stars: ✭ 169 (+550%)
Mutual labels:  static-site-generator
noir
Noir is a modern, responsive and customizable theme for Jekyll with dark mode support.
Stars: ✭ 68 (+161.54%)
Mutual labels:  static-site-generator
voldemort
A simple static site generator using Jinja2 and Markdown templates.
Stars: ✭ 48 (+84.62%)
Mutual labels:  static-site-generator
forty
Forty theme - Hugo theme ported from HTML5UP origrinal theme called Forty.
Stars: ✭ 116 (+346.15%)
Mutual labels:  static-site-generator
influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (+153.85%)
Mutual labels:  static-site-generator
picidaejs
🐦Picidae is a document generator which has gentle experience.
Stars: ✭ 24 (-7.69%)
Mutual labels:  static-site-generator
jigsaw-docs-template
Starter template for a documentation site, using Jigsaw by Tighten
Stars: ✭ 39 (+50%)
Mutual labels:  static-site-generator
wasp
A Static Site Generator written in Crystal.
Stars: ✭ 20 (-23.08%)
Mutual labels:  static-site-generator
monopati
a minimalistic static content generator
Stars: ✭ 19 (-26.92%)
Mutual labels:  static-site-generator
cyrax
Static site generator
Stars: ✭ 41 (+57.69%)
Mutual labels:  static-site-generator
moul
The minimalist publishing tool for photographers
Stars: ✭ 147 (+465.38%)
Mutual labels:  static-site-generator

hakyll-bootstrap

A template for a small corporate Hakyll site.

Using stack

$ stack build
$ stack exec blog -- preview

Using cabal

To get started run:

$ cabal sandbox init
$ cabal install --only-dependencies
$ cabal run preview

The default static pages are renderd with plain HTML with mixins from the /templates folder..

index.html

pages/
  about.html
  contact.html
  privacy.html
  signup.html
  team.html
  tos.html

Blog posts are placed under the /posts folder and are generated from Markdown.

Inline math is enabled via setting the mathjax metadata to on, by default MathJax is disabled.

---
title: Example Blog Post
author: Stephen Diehl
date: 2013-11-13
mathjax: on
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam
non est in neque luctus eleifend. Sed tincidunt vestibulum
facilisis. Aenean ut pulvinar massa.

License

Released under MIT License.

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