Update all titles to say it's the bandolier.

main
Zed A. Shaw 1 year ago
parent 7e966ab971
commit 393997765c
  1. 2
      client/pages/Payment.svelte
  2. 4
      commands/templates/rendered/Footer.svelte
  3. 2
      commands/templates/rendered/pages/index.svelte
  4. 20
      rendered/feed_index.json
  5. 2
      rendered/src/template.html
  6. 6
      static/admin/index.html
  7. 4
      static/client/index.html

@ -404,7 +404,7 @@
</invoice-totals> </invoice-totals>
<br><hr> <br><hr>
<p>Thank you for purchasing <b>Learn JavaScript the Hard Way.</b> If you have problems with the purchase please email me at <a href="mailto:payments@learnjsthehardway.com">payments@learnjsthehardway.com</a> and tell what went wrong.</p> <p>Thank you for signing up!</p>
</invoice> </invoice>
</right> </right>
</payment> </payment>

@ -39,9 +39,7 @@
<a id="logo" style="color: var(--value9);" href="/blockstart/demos/">LJSTHW</a> <a id="logo" style="color: var(--value9);" href="/blockstart/demos/">LJSTHW</a>
<p> <p>
Learn JavaScript the Hard Way, a The Bandoler Project, an educational web framework.
complete course in full stack web
development.
</p> </p>
<span><a href="https://twitter.com/lzsthw">follow me @lzsthw</a></span> <span><a href="https://twitter.com/lzsthw">follow me @lzsthw</a></span>

@ -133,7 +133,7 @@
<img src="/images/header.svg" /> <img src="/images/header.svg" />
</figure> </figure>
<cover class="pattern-dots-sm"> <cover class="pattern-dots-sm">
<h1>Learn JavaScript the Hard Way</h1> <h1>The Bandolier</h1>
<span id="slogan">Bandolier</span> <span id="slogan">Bandolier</span>
<br/> <br/>

@ -1,21 +1,21 @@
{ {
"title": "Learn JavaScript the Blog Way", "title": "The Bandolier Block",
"description": "Recent updates about the `Learn JavaScript the Hard Way` project.", "description": "Recent updates about the `The Bandolier` project.",
"id": "https://learnjsthehardway.com/", "id": "https://bandolier.learnjsthehardway.com/",
"link": "https://learnjsthehardway.com/", "link": "https://bandolier.learnjsthehardway.com/",
"language": "en", "language": "en",
"image": "https://learnjsthehardway.com/favicon-32x32.png", "image": "https://bandolier.learnjsthehardway.com/favicon-32x32.png",
"favicon": "https://learnjsthehardway.com/favicon.ico", "favicon": "https://bandolier.learnjsthehardway.com/favicon.ico",
"copyright": "All rights reserved 2020, Zed A. Shaw.", "copyright": "All rights reserved 2020, Zed A. Shaw.",
"generator": "ljsthw", "generator": "ljsthw",
"feedLinks": { "feedLinks": {
"json": "https://learnjsthehardway.com/feed.json", "json": "https://bandolier.learnjsthehardway.com/feed.json",
"atom": "https://learnjsthehardway.com/feed.atom", "atom": "https://bandolier.learnjsthehardway.com/feed.atom",
"rss": "https://learnjsthehardway.com/feed.rss" "rss": "https://bandolier.learnjsthehardway.com/feed.rss"
}, },
"author": { "author": {
"name": "Zed A. Shaw", "name": "Zed A. Shaw",
"email": "help@learnjsthehardway.com", "email": "help@learnjsthehardway.com",
"link": "https://learnjsthehardway.com/about" "link": "https://bandolier.learnjsthehardway.com/about"
} }
} }

@ -1,7 +1,7 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Learn JavaScript the Hard Way</title> <title>The Bandolier: A Learn JavaScript the Hard Way Project</title>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" href="/favicon.png" /> <link rel="icon" type="image/png" href="/favicon.png" />

@ -2,11 +2,11 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset='utf-8'> <meta charset='utf-8'>
<meta name="description" content="Learn JavaScript the Hard Way"> <meta name="description" content="The Bandoler Admin">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="The Bandolier: A Learn JavaScript the Hard Way Project">
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<title>Learn JavaScript the Hard Way</title> <title>The Bandolier Admin</title>
<link rel='icon' type='image/png' href='/favicon.png'> <link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'> <link rel='stylesheet' href='/global.css'>

@ -2,11 +2,11 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset='utf-8'> <meta charset='utf-8'>
<meta name="description" content="Learn JavaScript the Hard Way"> <meta name="description" content="The Bandolier: A Learn JavaScript the Hard Way Project">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<title>Learn JavaScript the Hard Way</title> <title>The Bandolier: A Learn JavaScript the Hard Way Project</title>
<link rel='icon' type='image/png' href='/favicon.png'> <link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'> <link rel='stylesheet' href='/global.css'>

Loading…
Cancel
Save