mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-24 18:19:33 +01:00
Migrate from internal hosting to GitHub pages
* Add Twitter card customizations that have been kept in an internal fork * Add CNAME needed for GitHub pages
This commit is contained in:
parent
a7e9e423f5
commit
6a9c32d3a9
1
docs/CNAME
Normal file
1
docs/CNAME
Normal file
@ -0,0 +1 @@
|
||||
typhoon.psdn.io
|
@ -6,6 +6,7 @@ repo_name: poseidon/typhoon
|
||||
repo_url: https://github.com/poseidon/typhoon
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: 'theme'
|
||||
features:
|
||||
- navigation.tabs
|
||||
- navigation.instant
|
||||
|
10
theme/main.html
Normal file
10
theme/main.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@typhoon8s">
|
||||
<meta name="twitter:creator" content="@dghubble">
|
||||
<meta name="twitter:title" content="Minimal and free Kubernetes clusters">
|
||||
<meta name="twitter:description" content="Kubernetes clusters for AWS, Azure, bare-metal, Google Cloud, and DigitalOcean">
|
||||
<meta name="twitter:image" content="https://storage.googleapis.com/poseidon/typhoon-twitter-card.png">
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user