https://github.com/GetPublii/theme-Starter
Starter theme for Publii theme developers
https://github.com/GetPublii/theme-Starter
Last synced: 4 months ago
JSON representation
Starter theme for Publii theme developers
- Host: GitHub
- URL: https://github.com/GetPublii/theme-Starter
- Owner: GetPublii
- License: mit
- Created: 2017-08-13T09:26:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T18:29:35.000Z (about 3 years ago)
- Last Synced: 2025-10-04T13:49:17.685Z (5 months ago)
- Language: HTML
- Size: 400 KB
- Stars: 94
- Watchers: 10
- Forks: 24
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- favorites-links - Theme Starter - Grid Layout - Static Website
README
# Publii Starter Theme
Version: 1.0.6.0
**NOTE:** This theme is not supported anymore, to get started with building a Publii theme, you can try out the [Blank](https://github.com/GetPublii/theme-Blank) theme.

The Starter theme for Publii. A flexible, CSS Grid Layout based expandable template that's perfect for users looking to get a headstart on their Publii theme development adventure, with all you need to craft your very own custom layouts and styles.
**Live demo:** [https://getpublii.com/themes/demo/starter/](https://getpublii.com/themes/demo/starter/)
### Usage
To install all dependencies run inside the theme directory:
```
npm install
```
To compile SASS->CSS and minify JS run:
```
gulp watch
```
The above command will automatically detect all changes inside `*.scss` and `*.js` files.
You can also run:
```
gulp sass
gulp js
```
To render `*.scss` and `*.js` files only once.
### Author:
Bob Mitro TidyCustoms ([@tidycustoms](http://twitter.com/tidycustoms) - [https://tidycustoms.net/](https://tidycustoms.net/))
### Documentation
Dev documentation is available at [https://getpublii.com/dev/](https://getpublii.com/dev/)
### Contributors:
- [dziudek](https://github.com/dziudek)
### Credits
* [Modular Scale](https://github.com/modularscale/modularscale-sass)
* [Mappy Breakpoints](https://github.com/zellwk/mappy-breakpoints)
### License
MIT