Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 600 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 600 Bytes

Serum.Themes.Wired

This is a Serum theme using Wired Elements.

Installation

Add the theme package to your list of dependencies in mix.exs:

def deps do
  [
    {:serum, "~> 1.1"},
    {:serum_theme_wired, git: "https://github.com/holy-two/serum-theme-wired.git", branch: "main" }
    # ...
  ]
end

Run mix to fetch and build the theme package:

$ mix deps.get, deps.compile

Configure your serum.exs to use Serum.Themes.Wired theme module:

%{
  theme: Serum.Themes.Wired,
  # ...
}