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 # Site
title: Fediverse title: Fediverse
subtitle: subtitle:
description: Fediverse wiki description: Fediverse WIKI
author: lostinlight author: lostinlight
language: language:
- en - en

View File

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

View File

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

View File

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

View File

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

View File

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