Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
}
export -f prune
find . -maxdepth 1 | while read file; do prune ${file}; done
rm docs/index.html docs/404.html
mv docs/beta/index.html docs/index.html
mv docs/beta/404.html docs/404.html

- name: Update CNAME
run : |
Expand Down
77 changes: 77 additions & 0 deletions docs/beta/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WG4XDBW');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<title>GitLang Beta</title>
<link
rel="shortcut icon"
type="image/jpg"
href="/public/assets/favicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="View language usage across all public repositories of a GitHub profile"
/>
<meta
name="keywords"
content="gitlang, git, lang, github, languages, usage, statistics, user, profile, total, count, percentage, lang, langs, language, all, chart, graph, api, input, username, profile, view, beta"
/>
<meta name="author" content="Mikl Wolfe" />
<meta property="og:title" content="GitLang Beta" />
<meta
property="og:description"
content="View language usage across all public repositories of a GitHub profile"
/>
<meta property="og:image" content="/public/assets/social.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="1024" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://beta.gitlang.net" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-WG4XDBW"
height="0"
width="0"
style="display: none; visibility: hidden"
title="Google Tag Manager"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="wrapper">
<div id="app">
<img
id="logo"
style="
width: 300px;
height: 75px;
margin: 50px 0 20px;
font-size: 44px;
line-height: 10px;
"
src="/public/assets/img/gitlang.svg"
alt="GITLANG"
/>
</div>
</div>
<script type="text/javascript" src="/public/dist/bundle.js"></script>
</body>
</html>
77 changes: 77 additions & 0 deletions docs/beta/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WG4XDBW');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<title>GitLang Beta</title>
<link
rel="shortcut icon"
type="image/jpg"
href="/public/assets/favicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="View language usage per repo or total by username"
/>
<meta
name="keywords"
content="gitlang, git, lang, github, languages, usage, statistics, user, profile, total, count, percentage, lang, langs, language, all, chart, graph, api, input, username, profile, view, beta"
/>
<meta name="author" content="Mikl Wolfe" />
<meta property="og:title" content="GitLang Beta" />
<meta
property="og:description"
content="View language usage per repo or total by username"
/>
<meta property="og:image" content="/public/assets/social.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="1024" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://beta.gitlang.net" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-WG4XDBW"
height="0"
width="0"
style="display: none; visibility: hidden"
title="Google Tag Manager"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="wrapper">
<div id="app">
<img
id="logo"
style="
width: 300px;
height: 75px;
margin: 50px 0 20px;
font-size: 44px;
line-height: 10px;
"
src="/public/assets/img/gitlang.svg"
alt="GITLANG"
/>
</div>
</div>
<script type="text/javascript" src="/public/dist/bundle.js"></script>
</body>
</html>