Clocks to keep track of elapsed time or countdown until something happens.
cd
into thewww
directory.cp -fr _blank name-of-your-new-how-long
to create a new directory for your how-long project, with the boilerplate HTML.- Now that you have the blank HTML, here are the strings you need to search-and-replace with real values:
- Values that are in multiple places, so need to be searched-and-replaced:
- TITLE
- DESCRIPTION
- SLUG should be whatever
name-of-your-new-how-long
is
- Values that are only in one place, so can be edited in-place.
- OVERLINE
- KEYWORDS
- SOMELINKSHERE add a link or more to related content
- UNTILWHAT flesh out the twitter text
- AUTHOR
- PARSELY-KEYWORDS
- SECTION
- Values that are in multiple places, so need to be searched-and-replaced:
- You'll also have to change the date that's hard-coded,
March 29, 2018 13:10:00
, to whatever the date and time is you're counting too. - Change the Parsely date
2018-02-05T06:00:00Z
to the expected launch date and time. - On the line below the
POINT TO THE RIGHT SECTION
section, update the link and the text to point to the right section. - On the line with
FEEDSLUG
in it, figure out how to get a new article feed up in there.