Download the PHP package spress-add-ons/clean-blog-theme without Composer

On this page you can find all versions of the php package spress-add-ons/clean-blog-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package clean-blog-theme

Clean blog theme

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

Live demo.

Features

Installation

You can create a site based on Clean blog or install this one as a theme of a pre-existing site.

Requirements:

Creating a new site based on this theme

Performs the following command and clean-blog theme will be installed in mysite folder:

Install as a theme

Go to your site folder and performs the following command:

And add this line to the config.yml file of your site:

How to update?

You can get the latest version of Clean blog theme with just run the following command:

Contents

Layouts

Refers to files within the ./src/layouts directory, that define the architecture of the content.

Includes

Refers to snippets of code within the ./src/includes directory. These ones can be inserted in layouts and pages.

Configuration

Comments

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

Top menu

The top menu is composed by each of pages with title attribute. e.g: ./src/content/about.md:

Contact form

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

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

Writing a post

To create a new post, runs new:post command from Spress:

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

Thumbnail images

The index.html page can display a thumbnail image for each post. This kind of images must be located at ./src/content/assets/img folder and the image may has the dimentions 100x100 px.

At the thumb_img key you can set the name of the image file like this:

License

The theme is available as open source under the terms of the Apache 2.0.


All versions of clean-blog-theme with dependencies

PHP Build Version
Package Version
Requires spress/spress-installer Version ~2.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package spress-add-ons/clean-blog-theme contains the following files

Loading the files please wait ....