Download the PHP package rickwest/jigsaw-clean-blog without Composer

On this page you can find all versions of the php package rickwest/jigsaw-clean-blog. 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 jigsaw-clean-blog

Jigsaw Clean Blog

This is a starter template for creating a blog with Jigsaw. Jigsaw Clean Blog, as the name suggests, is a simple Jigsaw implementation of the Startbootstrap Clean Blog theme, just change a few settings and you are ready to go.

See a preview of the blog template here.

What's included

This fully-responsive (based on Bootstrap 4) starter template includes some sample pages and comes pre configured with:



Installation

System Requirements

To use Jigsaw, you need to have PHP 7 and Composer installed on your machine. You'll also need Node.js, NPM and Yarn installed in order to use Laravel Mix to compile the CSS and Javascript.

Getting Started

Jigsaw now supports the installation of third party starter templates, so you can get up and running in 3 quick easy steps:

  1. Create the project directory

  2. Install Jigsaw via Composer

  3. Initialize your project

Now that you have everything installed, you can serve the site using PHP or alternatively, using Browsersync

For more help getting started, be sure to check out the official documentation. It really is good!


Configuring your site

Anything you add to the array in will be made available in all of your templates, as a property of the object.

This project uses some of these site variables in several of the templates, for example, the is used in both the header and footer.

Quickly customise your site by adding your site name, email address and social media profiles . Take a look at the Jigsaw documentation to learn more.


Adding Content

You can write your content using a variety of file types. By default, this starter template expects your content to be located in the source/_posts/ folder.

The top of each content page contains a YAML header that specifies how it should be rendered. The title attribute is used to dynamically generate HTML title and OpenGraph tags for each page. The extends attribute defines which parent Blade layout this content file will render with (e.g. _layouts.post will render with source/_layouts/post.blade.php), and the section attribute defines the Blade "section" that expects this content to be placed into it.


Adding and Editing Pages

Get started by editing the 'about' page, that comes with this project. Open up that's in the folder and add some interesting info about yourself!

Adding a new page to your site is as simple as creating a new blade template in the directory.

Jigsaw gives you access to all the templating features and control structures of Blade that are available in Laravel.

The comprehensive, official blade documentation is available here.


Deploy to Netlify

If you just want to hit the ground running and deploy straight to Netlify 👇🏻

Deploy to Netlify


Bugs and Issues

If you encounter a problem or spot a mistake, or even if you would just like to make a suggestion, please open an issue. Pull requests are more than welcome too!


Contributing


Copyright and License

This project is licensed under the MIT License.


All versions of jigsaw-clean-blog with dependencies

PHP Build Version
Package Version
Requires tightenco/jigsaw Version ^1.2
samdark/sitemap Version ^2.2
suin/php-rss-writer Version ^1.6
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 rickwest/jigsaw-clean-blog contains the following files

Loading the files please wait ....