fvsch / monospace-theme

Minimalist Tumblr theme with a plain text look, based on ReMarkdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monospace Theme for Tumblr

A minimalist Tumblr theme with a plain text look, based on ReMarkdown.

For a full presentation of the theme, see the demo blog.

Usage

Copy the content of the theme.html file inside the Tumblr theme editor.

The metadata in theme.html defines a number of variables that should be picked up by Tumblr, and which let you change some colors and options.

Development

To make updates to the theme’s HTML or CSS, you can clone this repository and then:

  • DO NOT edit theme.html directly.
  • Instead, edit the files src/theme.php (for HTML and Tumblr template logic) and src/theme.scss (styling).
  • Then, update theme.html with the following commands:
npm install && npm run build

To run those commands, you will need:

  • Node.js installed;
  • and a command-line application like Terminal.app (macOS) or cmd.exe (Windows).

About

Minimalist Tumblr theme with a plain text look, based on ReMarkdown

License:Do What The F*ck You Want To Public License


Languages

Language:HTML 46.6%Language:SCSS 31.0%Language:PHP 22.4%