Edit boilerplate code

This commit is contained in:
lostinlight 2018-03-22 02:33:01 +03:00
parent 8b757d5c05
commit 4798c29c9e
6 changed files with 13 additions and 19 deletions

View File

@ -5,7 +5,7 @@
# Site
title: Fediverse
subtitle:
description: Fediverse wiki
description: Fediverse WIKI
author: lostinlight
language:
- en

View File

@ -1,13 +1,13 @@
{
"name": "Ahoy-Hexo",
"name": "Fediverse",
"version": "0.0.1",
"description": "Ahoy - Simple Hexo starter",
"description": "Fediverse WIKI",
"repository": {
"type": "git",
"url": "https://gitlab.com/lostinlight/ahoy-hexo.git"
"url": "https://gitlab.com/fediverse/fediverse.gitlab.io.git"
},
"author": "lostinlight",
"license": "MIT",
"license": "AGPL",
"hexo": {
"version": "3.4.4"
},

View File

@ -6,7 +6,7 @@
<square150x150logo src="tile.png"/>
<wide310x150logo src="tile-wide.png"/>
<square310x310logo src="tile.png"/>
<TileColor>#ffffff</TileColor>
<TileColor>#000000</TileColor>
</tile>
</msapplication>
</browserconfig>

View File

@ -1,19 +1,14 @@
# humanstxt.org/
# humanstxt.org
# The humans responsible & technology colophon
# TEAM
# HUMANS
*
*
*
@kodeguild
# THANKS
to Tim Berners-Lee for the World Wide Web
see contributors
# TECHNOLOGY COLOPHON
Hexo
HTML5
Sass
Gulp

View File

@ -1,6 +1,6 @@
{
"name": "AppName",
"short_name": "App",
"name": "FediverseWIKI",
"short_name": "FediWIKI",
"icons": [
{
"src": "\/img\/touch\/android-icon-36x36.png",
@ -41,6 +41,6 @@
],
"start_url": "/index.html?homescreen=1",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#AC9EFF"
"background_color": "#000000",
"theme_color": "#daba76"
}

View File

@ -1,5 +1,4 @@
// @import "vendor/normalize";
@import "partials/colors";
@import "partials/fonts";
@import "partials/variables";