|
1 |
| -- [Progressive Web App (PWA) Generator](#progressive-web-app-pwa-generator) |
2 |
| - - [About](#about) |
3 |
| - - [Usage](#usage) |
| 1 | +# PWA Generator |
| 2 | + |
| 3 | +- [About](#about) |
| 4 | +- [Usage](#usage) |
4 | 5 | - [Options](#options)
|
5 |
| - - [File Structure](#file-structure) |
| 6 | +- [File Structure](#file-structure) |
6 | 7 | - [`files` Directory](#files-directory)
|
7 | 8 | - [`inc` Directory](#inc-directory)
|
8 | 9 | - [`templates` and `template-parts` Directories](#templates-and-template-parts-directories)
|
9 |
| - - [Project File Structure](#project-file-structure) |
| 10 | +- [Project File Structure](#project-file-structure) |
10 | 11 | - [`fonts` Directory](#fonts-directory)
|
11 | 12 | - [`img` Directory](#img-directory)
|
12 | 13 | - [`js` Directory](#js-directory)
|
13 | 14 | - [`scss` Directory](#scss-directory)
|
14 |
| - - [Build Process](#build-process) |
15 |
| - - [Fonts](#fonts) |
| 15 | +- [Build Process](#build-process) |
| 16 | +- [Fonts](#fonts) |
16 | 17 | - [Serif](#serif)
|
17 | 18 | - [Sans serif](#sans-serif)
|
18 | 19 | - [Misc](#misc)
|
19 |
| - - [Example Projects](#example-projects) |
| 20 | +- [Example Projects](#example-projects) |
20 | 21 | - [nicolefurlan.com / https://github.com/nikkifurls/nicolefurlan.com](#nicolefurlancom--httpsgithubcomnikkifurlsnicolefurlancom)
|
21 | 22 | - [dogsafefoods.com / https://github.com/nikkifurls/nicolefurlan.com](#dogsafefoodscom--httpsgithubcomnikkifurlsnicolefurlancom)
|
22 |
| - - [Contributions](#contributions) |
23 |
| - - [Get in Touch](#get-in-touch) |
24 |
| -# Progressive Web App (PWA) Generator |
25 |
| -PWA Generator is a static site generator that builds and deploys Progressive Web Apps to [Netlify](https://netlify.com). |
26 |
| - |
| 23 | +- [Contributions](#contributions) |
| 24 | +- [Get in Touch](#get-in-touch) |
27 | 25 | ## About
|
28 |
| -PWA Generator builds static websites based on the project configuration specified in `projects.json`. It can generate everything needed for a website to functions a a progressive web app, e.g. it functions offline and it is installable. It can also deploy it to [Netlify](https://netlify.com). |
| 26 | +PWA Generator is a static site generator that builds static websites based on the project configuration specified in `projects.json`. It can generate everything needed for a website to functions a a progressive web app, e.g. it functions offline and it is installable. It can also deploy it to [Netlify](https://netlify.com). |
29 | 27 |
|
30 | 28 | ## Usage
|
31 | 29 | List all projects configured for building in `projects.json`
|
|
0 commit comments