The TechWS Theme is for Grav CMS. This README.md file should be modified to describe the features, installation, configuration, and general usage of this theme.
Theme for Grav CMS, using Bulma Framework.
This theme is used on https://techws.net.
- Blog with pagination
- Children pages
- Taxonomy (categories,tags)
- Languages supported : fr / en
Twig Extensions is needed for date translations.
Pagination is highly recommended for paginate Blog page.
JSComments is optional, and configured to add a comments on blog articles.
This theme use Sass to customize Bulma.
# go to sass directory
cd bulma-custom/sass
# install dependencies
npm install
# compile to css and watch for updates
npm run start