๐Ÿ“ฆ derek-adair / precision

A minimal non-member brochure theme

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/derek-adair/precision.git
HTTPS git clone https://github.com/derek-adair/precision.git
SSH git clone git@github.com:derek-adair/precision.git
CLI gh repo clone derek-adair/precision
Derek Adair Derek Adair Pull navbar content right 8e51d62 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ assets
๐Ÿ“ partials
๐Ÿ“„ .gitignore
๐Ÿ“„ author.hbs
๐Ÿ“„ blog.hbs
๐Ÿ“„ default.hbs
๐Ÿ“„ gulpfile.js
๐Ÿ“„ index.hbs
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ page.hbs
๐Ÿ“„ post.hbs
๐Ÿ“„ README.md
๐Ÿ“„ routes.yaml
๐Ÿ“„ rss.hbs
๐Ÿ“„ tag.hbs
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Precision

Precision is a Ghost theme aimed at simple brochure sites. Forked from Wave.

  • hide/enable search.
  • Nav will always have a bold Contact Button.

Development

Edition styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node, Yarn and Gulp installed globally. After that, from the theme's root directory:

# Install
yarn

# Run build & watch for changes
yarn dev

Now you can edit /assets/css/ files, which will be compiled to /assets/built/ automatically.

The zip Gulp task packages the theme files into dist/wave.zip, which you can then upload to your site.

yarn zip

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license.