Update README and Boilerplate occurrences

Changed "Configuration" section to instruct developers on what occurrences to rename throughout the package.
This commit is contained in:
Chauncey McAskill
2021-09-18 01:14:34 -04:00
parent 7e30939b14
commit 7e8a21f698
6 changed files with 26 additions and 9 deletions

View File

@@ -31,7 +31,24 @@ npm start
## Configuration
Rename occurrences of `locomotive-boilerplate` with your project's name in `loconfig.json`.
There are a few occurrences that should be renamed for your project:
* [package.json](package.json):
* Package name: `@locomotivemtl/boilerplate`
* Package title: `Locomotive Boilerplate`
* [package-lock.json](package-lock.json):
* Package name: `@locomotivemtl/boilerplate`
* [loconfig.json](loconfig.json):
* Browser Sync proxy URL: `locomotive-boilerplate.test`
Remove `paths.url` to use Browser Sync's built-in server which uses `paths.dest`.
* View path: `./views/boilerplate/template`
* [environment.js](assets/scripts/utils/environment.js):
* Application name: `Boilerplate`
* [site.webmanifest](www/site.webmanifest):
* Manifest name: `Locomotive Boilerplate`
* Manifest short name: `Boilerplate`
* HTML files:
* Page title: `Locomotive Boilerplate`
## Build

View File

@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Boilerplate</title>
<title>Email | Locomotive Boilerplate</title>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<center>

View File

@@ -2,7 +2,7 @@
<html class="is-loading" lang="en" data-page="page">
<head>
<meta charset="utf-8">
<title>Form | Boilerplate</title>
<title>Form | Locomotive Boilerplate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -20,7 +20,7 @@
<div data-load-container>
<div class="o-scroll" data-module-scroll="main">
<header data-scroll-section>
<a href="/"><h1>Boilerplate</h1></a>
<a href="/"><h1>Locomotive Boilerplate</h1></a>
<nav>
<ul>
<li><a href="images.html">Images</a></li>

View File

@@ -2,7 +2,7 @@
<html class="is-loading" lang="en" data-page="home">
<head>
<meta charset="utf-8">
<title>Images | Boilerplate</title>
<title>Images | Locomotive Boilerplate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -20,7 +20,7 @@
<div data-load-container>
<div class="o-scroll" data-module-scroll="main">
<header data-scroll-section>
<a href="/"><h1>Boilerplate</h1></a>
<a href="/"><h1>Locomotive Boilerplate</h1></a>
<nav>
<ul>
<li><a href="images.html">Images</a></li>

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Boilerplate</title>
<title>Locomotive Boilerplate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -38,7 +38,7 @@
<div class="o-scroll" data-module-scroll="main">
<header data-scroll-section>
<a href="/">
<h1>Boilerplate</h1>
<h1>Locomotive Boilerplate</h1>
</a>
<nav>
<ul>

View File

@@ -1,5 +1,5 @@
{
"name": "Boilerplate",
"name": "Locomotive Boilerplate",
"short_name": "Boilerplate",
"icons": [
{