Giter VIP home page Giter VIP logo

xolf-page's Introduction

Spresso theme

Spresso is a simple theme for Spress 2.0 based on Bootstrap 3. The content is organized in one central column. Spresso is the basic theme for Spress.

See a demo.

This theme requires Spress >= 2.0. If you are using Spress 1.x, go to 1.1.1 version of the theme.

Features:

  • Responsive design: Support to mobile and tablets.
  • Disqus comments on your posts.
  • Support to Twitter Cards and Facebook Open Graph.
  • Top and bottom menu.
  • Social networks link at the footer.
  • Support to Google and Bing site validation.
  • Code snippets highlight.
  • Iconic font by Fort Awesome.
  • Sitemap and RSS feed.

How to install?

This theme is included with Spress.

How to use?

Create a new site:

$ spress new:site /your-site-dir spresso

Menus

Spresso support top and bottom menus. To configure, you can edit top_menu and bottom_menu options from the config.yml:

top_menu:
    - { name: Home, url: / }
    - { name: About, url: /about }

    # To generate a absolute URL using site.url value:
    - { name: Docs, url: /docs, site_url: true}
    
bottom_menu:
    - { name: Your link, url: https://your-url }

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.

Disable comments

By default, Disqus comments are enabled. If you want a post without comments, set the comments variable to false at the Front-matter of the post:

---
comments: false
---

xolf-page's People

Contributors

xolf avatar

Watchers

 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.