Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Ghost theme for the US blog

Requirements

Install Less and Sass:

npm install -g less
npm install -g sass

Compiling the theme

lessc src/assets/css/screen.less src/assets/css/screen.css
sass -t compressed src/assets/css/responsive.scss src/assets/css/responsive.css
sass -t compressed src/assets/css/style.scss src/assets/css/style.css

Packaging the theme:

cd src \
    && rm -f ../blog-ippon.zip \
    && zip -r ../blog-ippon.zip * \
        -i "*.json" -i "*.hbs" -i "*.css" -i "*.js" \
        -i "*.jpg" -i "*.png" -i "*.gif" \
        -i "*.svg" -i "*.ttf" -i "*.woff" -i "*.woff2" -i "*.eot" -i "*.otf" \
        -i "*.txt" \
        -i "*.html" \
    && cd ..

About

Ghost theme for the US blog

Resources

Stars

0 stars

Watchers

16 watching

Forks

Releases

Packages

Contributors

Languages