Skip to content

cubewot/theme-cards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@thumbsup/theme-cards

NPM Travis CI

One of the built-in themes for https://github.com/thumbsup/thumbsup.


Usage

thumbsup --theme cards

Screenshots

albums media

Options

You can use override the following variables to customise this theme:

@body-background: #fff;
@body-color: #444;
@header-color: #444;
@nav-border: #ddd;

You might try these for dark mode...

@body-background: #4a5561;
@body-color: #f0f0f0;
@header-color: #f0f0f0;
@nav-border: #ddd;

You can add them to your own LESS file, and run thumbsup with --theme-style custom.less.

Developing

Testing the theme

thumbsup --input /photos --output ./tmp --theme-path ./theme

Publishing the theme:

npm publish --access=public

About

Thumbsup cards theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.7%
  • Less 1.8%
  • Handlebars 1.5%