Skip to content

Commit

Permalink
Moves title above table of contents in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkifurls committed Aug 12, 2023
1 parent 428c28a commit edc526b
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
- [Progressive Web App (PWA) Generator](#progressive-web-app-pwa-generator)
- [About](#about)
- [Usage](#usage)
# PWA Generator

- [About](#about)
- [Usage](#usage)
- [Options](#options)
- [File Structure](#file-structure)
- [File Structure](#file-structure)
- [`files` Directory](#files-directory)
- [`inc` Directory](#inc-directory)
- [`templates` and `template-parts` Directories](#templates-and-template-parts-directories)
- [Project File Structure](#project-file-structure)
- [Project File Structure](#project-file-structure)
- [`fonts` Directory](#fonts-directory)
- [`img` Directory](#img-directory)
- [`js` Directory](#js-directory)
- [`scss` Directory](#scss-directory)
- [Build Process](#build-process)
- [Fonts](#fonts)
- [Build Process](#build-process)
- [Fonts](#fonts)
- [Serif](#serif)
- [Sans serif](#sans-serif)
- [Misc](#misc)
- [Example Projects](#example-projects)
- [Example Projects](#example-projects)
- [nicolefurlan.com / https://github.com/nikkifurls/nicolefurlan.com](#nicolefurlancom--httpsgithubcomnikkifurlsnicolefurlancom)
- [dogsafefoods.com / https://github.com/nikkifurls/nicolefurlan.com](#dogsafefoodscom--httpsgithubcomnikkifurlsnicolefurlancom)
- [Contributions](#contributions)
- [Get in Touch](#get-in-touch)
# Progressive Web App (PWA) Generator
PWA Generator is a static site generator that builds and deploys Progressive Web Apps to [Netlify](https://netlify.com).

- [Contributions](#contributions)
- [Get in Touch](#get-in-touch)
## About
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).
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).

## Usage
List all projects configured for building in `projects.json`
Expand Down

0 comments on commit edc526b

Please sign in to comment.