PHPackages                             spress/spress-theme-spresso - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. spress/spress-theme-spresso

ActiveSpress-theme[Templating &amp; Views](/categories/templating)

spress/spress-theme-spresso
===========================

Spresso theme for Spress

v2.1.1(8y ago)76.2k6MITHTML

Since Feb 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/spress/Spress-theme-spresso)[ Packagist](https://packagist.org/packages/spress/spress-theme-spresso)[ RSS](/packages/spress-spress-theme-spresso/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

Spresso theme
-------------

[](#spresso-theme)

Spresso is a simple theme for **[Spress](http://spress.yosymfony.com)**based on Bootstrap 3. The content is organized in one central column.

[![Spresso theme preview](/screenshot.png)](/screenshot.png)

### Features:

[](#features)

- Responsive design: Supports mobile and tablets.
- Disqus comments on your posts.
- Support for [Twitter Cards](https://dev.twitter.com/docs/cards) and [Facebook Open Graph](https://developers.facebook.com/docs/opengraph/).
- Top and bottom menu.
- Social network links in the footer.
- Support for Google and Bing site validation.
- Code snippet highlighting with [Highlight.js](http://highlightjs.org/)
- Iconic font by [Fort Awesome](http://fortawesome.github.io/Font-Awesome).
- Sitemap and RSS feed.

Installation
------------

[](#installation)

You can create a [site based on Spresso](#creating-a-new-site-based-on-this-theme-creating-site)or install this one as a theme of a [pre-existing site](#install-as-a-theme-of-pre-existing-site-pre-existing).

**Requirements:**

- Spress &gt;= 2.2.0

### Creating a new site based on this theme

[](#creating-a-new-site-based-on-this-theme)

Perform the following command and the Spresso theme will be installed in `mysite` folder:

```
$ spress new:site mysite spress/spress-theme-spresso
```

### Install as a theme of an pre-existing site

[](#install-as-a-theme-of-an-pre-existing-site)

Go to your site folder and input the following command:

```
$ spress add:plugin spress/spress-theme-spresso
```

Then, add the following line to the `config.yml` file of your site:

```
themes:
    name: spress/spress-theme-spresso
```

### Updating the theme

[](#updating-the-theme)

You can get the latest version of the Spresso theme by running the following command:

```
$ spress update:plugin
```

### Using the theme

[](#using-the-theme)

This theme has support for [Spress themes](http://spress.yosymfony.com/docs/themes/). This feature is new in version 2.2.0

#### Menus

[](#menus)

The Spresso theme supports both top and bottom menus. To configure, you can edit the `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)

Comments are powered by [Disqus](disqus.com). This feature needs a **disqus shortname**. To get it, you need to create a account at this service. It's free. You can find out more about Disqus' shortnames [here](https://help.disqus.com/customer/portal/articles/466208).

To enable comments, edit the `config.yml` of your site. Set the `enabled` option to `true` and set your disqus shortname.

```
# Comments in posts
comments:
    enabled: false
    disqus_shortname: ""
```

##### Disable comments in a post

[](#disable-comments-in-a-post)

If you want to publish a post without comments, set the `comments` variable to `false` at the Front-matter of the post:

```
---
comments: false
---
The content of my post.
```

License
-------

[](#license)

The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~205 days

Recently: every ~211 days

Total

7

Last Release

3251d ago

Major Versions

v1.1.1 → v2.0.02016-01-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/cac3ac1311a4a66c37c1c6cb3301e6a02e5f4f8b742dfb95d1ce6805e8d8fe94?d=identicon)[yosymfony](/maintainers/yosymfony)

---

Top Contributors

[![victorpuertas](https://avatars.githubusercontent.com/u/3154875?v=4)](https://github.com/victorpuertas "victorpuertas (63 commits)")[![yosymfony](https://avatars.githubusercontent.com/u/3321099?v=4)](https://github.com/yosymfony "yosymfony (56 commits)")[![jmmoore](https://avatars.githubusercontent.com/u/6610729?v=4)](https://github.com/jmmoore "jmmoore (7 commits)")[![akarl](https://avatars.githubusercontent.com/u/2255219?v=4)](https://github.com/akarl "akarl (1 commits)")[![nbpalomino](https://avatars.githubusercontent.com/u/1450270?v=4)](https://github.com/nbpalomino "nbpalomino (1 commits)")

---

Tags

htmlspressthemetemplatethemebootstrapspress

### Embed Badge

![Health badge](/badges/spress-spress-theme-spresso/health.svg)

```
[![Health](https://phpackages.com/badges/spress-spress-theme-spresso/health.svg)](https://phpackages.com/packages/spress-spress-theme-spresso)
```

###  Alternatives

[almasaeed2010/adminlte

AdminLTE - admin control panel and dashboard that's based on Bootstrap 4

45.3k8.5M140](/packages/almasaeed2010-adminlte)[acacha/admin-lte-template-laravel

AdminLTE template applied to Laravel Scaffolding

1.8k387.2k8](/packages/acacha-admin-lte-template-laravel)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[bk2k/bootstrap-package

Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.

357891.4k72](/packages/bk2k-bootstrap-package)[mopa/bootstrap-sandbox-bundle

Seperate live docs from code

256.8k](/packages/mopa-bootstrap-sandbox-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
