Skip to content

Commit

Permalink
UJ: Merged from template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwieds committed Dec 1, 2023
2 parents 12305a5 + c91be8c commit 6114543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _layouts/master/placeholder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@ Ready to take the first step towards streamlined success? Join the {{ site.brand

Your journey towards greater efficiency starts here. Welcome to {{ site.brand.name }}.

# Build Info
Site built at [{{ site.time | date: "%Y-%m-%d %H:%M:%S" }} UTC]({{ site.url }}/@output/build/build.json).

{{ content | liquify | markdownify }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preinstall": "bundle update && bundle install",
"start": "npm run _start -- --skipImageMin='true' --skipESLint='true' --skipJSMin='true'",
"_start": "bundle exec gulp clean:jekyll && bundle exec gulp",
"dist": "git add . && git commit -m 'Published pages' && git push origin master",
"dist": "git add . && git commit -m 'Published pages' && git push origin",
"prototype": "npm start",
"prototype:public": "npm start -- --ngrokOpen='true'",
"prototype:https": "npm start -- --https='true'",
Expand Down

0 comments on commit 6114543

Please sign in to comment.