Skip to content

ippontech/blog-usa-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published