Customizing Your Site

Author Name • August 1, 2022

configuration

This starter template comes pre-loaded with Tailwind CSS, a utility CSS framework that allows you to customize and build complex designs without touching a line of CSS. There are also a few base CSS files in the /source/_assets/css folder, set up with the expectation that you can add any custom CSS into _blog.css.

@import "tailwindcss";

@import './base.css' layer(components);
@import './blog.css' layer(components);

Typography Styles

Here’s a quick preview of what some of the basic type styles will look like in this starter template:

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

The quick brown fox jumps over the lazy dog

  1. The quick brown fox
    1. jumps over
      1. the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

class Foo extends bar
{
    public function fooBar()
    {
        //
    }
}