mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-19 07:09:17 +00:00
Edit boilerplate code
This commit is contained in:
parent
8b757d5c05
commit
4798c29c9e
|
@ -5,7 +5,7 @@
|
|||
# Site
|
||||
title: Fediverse
|
||||
subtitle:
|
||||
description: Fediverse wiki
|
||||
description: Fediverse WIKI
|
||||
author: lostinlight
|
||||
language:
|
||||
- en
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
// @import "vendor/normalize";
|
||||
@import "partials/colors";
|
||||
@import "partials/fonts";
|
||||
@import "partials/variables";
|
||||
|
|
Loading…
Reference in a new issue