Skip to content

Commit

Permalink
updating with brut force instructions for deploy to static site/GCS
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartung committed Jan 18, 2023
1 parent 4c9d7c9 commit c084daa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@ locally with:
mkdocs serve
```

## Manual deployment

```
mkdocs build
cd site
gsutil -m rsync -r -x '\.git.*' . gs://ultimateguidetobosh-com-website
```

View the site and live changes at https://localhost:8000.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ repo_name: 'help fix the book'
repo_url: 'https://github.com/starkandwayne/ultimate-guide-to-bosh'
edit_uri: edit/master/docs/
extra_css: [print.css, stylesheets/extra.css]
google_analytics: ['UA-50822525-5', 'ultimateguidetobosh.com']
google_analytics: ['G-GGW6405JCV', 'ultimateguidetobosh.com']
2 changes: 1 addition & 1 deletion theme-overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
{% endblock %}

{% block scripts %}
<script src="https://starkandwayne.activehosted.com/f/embed.php?id=89" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/23533063.js"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion theme-overrides/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<a href="https://starkandwayne.com"><img src="/images/swlogo.png"></a>

The Ultimate Guide to Bosh was originally developed and is hosted by
<a href="https://starkandwayne.com">Stark &amp; Wayne</a>.
<a href="https://starkandwayne.com">Stark &amp; Wayne</a> (powered by <a href="https://www.qarik.com">Qarik</a>).
<br/>The Guide is maintained by a Community of dedicated Open Source
contributors.
</div>
Expand Down

0 comments on commit c084daa

Please sign in to comment.