Skip to content

muratas/hatenablog-calm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hatenablog-calm

Blog theme for Hatena Blog named Calm.

You can install this theme from the theme store and use it.

Classes

You can style the content using the following CSS class.

border

Enclose the element with this class in a frame. Unlike ordinary border, it is applied so that it overlaps the inside of an element. It is supposed to be used mainly when attaching a frame to an image.

<p class="border">[f:id:murata_s:20191002134857j:plain]</p>

Development

Setup:

yarn install

Start monitoring and compiling Sass:

yarn develop

Set up the CSS for “Design CSS” of Hatena blog:

@import 'https://localhost:1234/calm/calm.css';