Skip to content

The first Serum theme. Essence presents a minimal and clean look.

License

Notifications You must be signed in to change notification settings

eavc/serum-theme-senescence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Senescence

Senescence is a Serum theme which presents a minimal and clean look.

This theme was forked from Senescence, the theme for the official Serum website, and extended for general use.

Installation

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

def deps do
  [
    {:serum, "~> 1.1"},
    {:serum_theme_senescence, "~> 0.1"},
    # ...
  ]
end

Run mix to fetch and build the theme package:

$ mix do deps.get, deps.compile

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

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

License

MIT. See LICENSE for the full text.

About

The first Serum theme. Essence presents a minimal and clean look.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 47.1%
  • CSS 31.5%
  • HTML 21.4%