Compare commits

..

2 commits

Author SHA1 Message Date
Ell
4f4d56d7f1 specify what "sufficiently" clear means with an example 2022-12-12 10:34:17 +01:00
Ell
a84ce1de8c removed google analytics 2022-12-12 10:13:42 +01:00
4 changed files with 2 additions and 47 deletions

View file

@ -7,7 +7,7 @@ As part of the goal of Tiny Life's design, we want to foster a community of play
All content that does not follow these rules will be removed from the official distribution platforms, and their authors may be banned for a period of time at the moderators' discretion. All content that does not follow these rules will be removed from the official distribution platforms, and their authors may be banned for a period of time at the moderators' discretion.
## Tiny Life Content on the Internet ## Tiny Life Content on the Internet
- ✔️ You are free (and encouraged!) to create videos, livestreams, blog posts, and other content that shows off Tiny Life and its gameplay. When doing so, be sure to make it sufficiently clear that the content you are showing off is associated with Tiny Life. - ✔️ You are free (and encouraged!) to create videos, livestreams, blog posts, and other content that shows off Tiny Life and its gameplay. When doing so, be sure to make it sufficiently clear that the content you are showing off is associated with Tiny Life. For example, when posting a video about the game, Tiny Life's name should be included in the title, description or video content.
- ✔️ You are free to share any custom content of any kind for Tiny Life outside the official distribution platforms. When doing so, be sure to make it sufficiently clear what parts are your creations, and what parts are Tiny Life's original content. - ✔️ You are free to share any custom content of any kind for Tiny Life outside the official distribution platforms. When doing so, be sure to make it sufficiently clear what parts are your creations, and what parts are Tiny Life's original content.
- ❌ You are not allowed to reupload or otherwise redistribute the Tiny Life binary, assets, or code. If you want people to be able to find the game easily, it is recommended that you link to its website https://tinylifegame.com. - ❌ You are not allowed to reupload or otherwise redistribute the Tiny Life binary, assets, or code. If you want people to be able to find the game easily, it is recommended that you link to its website https://tinylifegame.com.

View file

@ -43,8 +43,7 @@
"fileMetadataFiles": [], "fileMetadataFiles": [],
"template": [ "template": [
"default", "default",
"templates/darkfx", "templates/darkfx"
"templates/custom"
], ],
"postProcessors": [], "postProcessors": [],
"markdownEngineName": "markdig", "markdownEngineName": "markdig",

View file

@ -1,32 +0,0 @@
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
<meta name="generator" content="docfx {{_docfxVersion}}">
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
<link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
<link rel="stylesheet" href="{{_rel}}styles/docfx.css">
<link rel="stylesheet" href="{{_rel}}styles/main.css">
<meta property="docfx:navrel" content="{{_navRel}}">
<meta property="docfx:tocrel" content="{{_tocRel}}">
{{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
{{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
{{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-87WTXFSCL7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-87WTXFSCL7');
</script>
</head>

View file

@ -24,18 +24,6 @@
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-87WTXFSCL7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-87WTXFSCL7');
</script>
</head> </head>
<body data-spy="scroll" data-target="#navbar" data-offset="80"> <body data-spy="scroll" data-target="#navbar" data-offset="80">