Kubernetes

Kubernetes

Your page summary goes here.

Command Line

[prism classes="language-bash command-line" cl-prompt="[srv@localhost] $"] cd ~/webroot git clone -b master https://github.com/getgrav/grav.git [/prism]

Simple link

Assemble

Link with Title

Upstage

Image

my image

my image

Code

  <?php

  namespace Grav\Plugin;

  use \Grav\Common\Plugin;
  use \Grav\Common\Grav;
  use \Grav\Common\Page\Page;

  class PrismHighlightPlugin extends Plugin
  {
      /**
       * @return array
       */
      public static function getSubscribedEvents()
      {
          return [
              'onPageInitialized' => ['onPageInitialized', 0],
              'onShortcodeHandlers' => ['onShortcodeHandlers', 0],
              'onTwigTemplatePaths' => ['onTwigTemplatePaths', 0],
          ];
      }
  }

Table

Name Genre Release date
The Shawshank Redemption Crime, Drama 14 October 1994
The Godfather Crime, Drama 24 March 1972
Schindler's List Biography, Drama, History 4 February 1994
Se7en Crime, Drama, Mystery 22 September 1995

Notification

This is a warning notification

This is a error notification

This is a default notification

This is a success notification

Reference

Previous Post Next Post