Download the PHP package revitron/automad-revitron without Composer

On this page you can find all versions of the php package revitron/automad-revitron. 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 automad-revitron

Revitron Automad Theme

This theme is an Automad port of the Revitron Sphinx theme. Check out the Revitron documentation as a live demo. Note that this port might differ from the original Sphinx theme in small details.

Templates

This theme provides two different templates — a default including a sidebar navigation and a landing page template. Content can be added and edited using the block editor.

Options

The following variables are available:

Name Description Scope
+ Main The main content block area Page
Brand The brand HTML, SVG or text to be used as logo -
Custom Properties Custom color definitions to override theme colors -
Image Logo The path to your logo - this variable should be defined globally in the shared data section -
Image Logo Mobile An alternative logo for smaller devices -
Items Footer Additional markup to be added to page's footer -
Items Header Additional markup to be added to page's <head></head> section -
Format Date The format for displaying the date -
Label More Label text for the "More" button Shared
Label Show All Label text for filter button when no filter is selected Shared
Locale The locale information to format date and time according to like en_EN or de_DE -
Meta Title An optional meta title to be used for the browser title bar and links used on Twitter, Facebook or similar social networks -
Notification No Search Results Notification text for an empty list of search results Shared
Og Image A glob pattern to select a preview image for Twitter, Facebook or similar social network cards. This could be for example *.png, *.jpg -
Placeholder Search Placeholder text for the search field of the main menu Shared
Search Results Title The title for the search results page Shared
Syntax Theme The name of the syntax theme for highlight.js, the default is 'ascetic'. Shared
Url Github The URL to a related GitHub repository Shared
Url Pagelist The URL for the search results page Shared

Custom Color Schemes

The color scheme in this theme is controlled by a set of custom CSS properties. Therefore it is very easy to override things without actually modifying templates or other files. You can instead add your custom color definitions to the Custom Properties field in the Global Data and Settings section of the dashboard. For example the background color can be changed by adding the following line to the Custom Properties field:

--bg: hsl(50, 40%, 95%);

A full list of available properties can be found in the Revitron Sphinx Theme repository.


All versions of automad-revitron with dependencies

PHP Build Version
Package Version
Requires automad/package-installer Version ^1.1 || dev-master
automad/meta-tags Version ^1.1 || dev-master
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 revitron/automad-revitron contains the following files

Loading the files please wait ....