Giter Club home page Giter Club logo

clean-blog-theme's Introduction

Clean blog theme - Spress version

Clean blog theme is a ported theme to Spress designed by Start Bootstrap.

Live demo.

Features

  • Fully responsive.
  • Distraction free blog text optimized for legibility.
  • Contact form powered by getsimpleform.
  • Comments powered by Disqus.

How to install?

Download a copy

  • Get a copy of the latest release.
  • Uncompress it.
  • Go to Clean-blog-theme folder
  • spress site:build --server --watch

With Git

Globally

This options is not available with spress.phar.

Go to your Spress installation folder i.e ~/Spress and add the following depencency to your composer.json file

"require": {
    "spress-add-ons/clean-blog-theme": "1.0.*@dev"
}

and then run the following command to install the dependency.

$ composer update

Next create your new site:

$ spress new:site /your-site-dir clean_blog
$ cd /your-site-dir
$ spress site:build --server --watch

Configuration

Comments

Comments are powered by Disqus and it need your disqus shortname. To get it, you need create a account at this service. It's free.

comments:
  enabled: true
  disqus_shortname: yosymfony

Top menu

Top menu are composed by each of pages with title attribute. e.g: about/index.html:

title: "About me"

Contact form

The contact form is a AJAX form configured in config.yml:

forms:
    contact:
        getsimpleform_api_token:

You need a API key from getsimpleform service. It's free.

Writing a post

To create a new post use new:post command from Spress:

$> spress new:site

Each post has a header image. You can configure your image and some data about it.

header_img:
  url: "img/post-bg-07.jpg"
  author: Yuri Samoilov
  author_url: https://flic.kr/p/mjhDwB

License

Apache 2.0.

clean-blog-theme's People

Contributors

yosymfony avatar

Watchers

James Cloos avatar Daniel Adelantado 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.