diff --git a/_config.yml b/_config.yml index 8c9428e..a0349cd 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ # Site title: Fediverse subtitle: -description: Fediverse wiki +description: Fediverse WIKI author: lostinlight language: - en diff --git a/package.json b/package.json index e6677a3..f8f543e 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/source/browserconfig.xml b/source/browserconfig.xml index 5dad948..6c9db04 100644 --- a/source/browserconfig.xml +++ b/source/browserconfig.xml @@ -6,7 +6,7 @@ - #ffffff + #000000 diff --git a/source/humans.txt b/source/humans.txt index c293df5..e7aec6b 100644 --- a/source/humans.txt +++ b/source/humans.txt @@ -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 diff --git a/source/manifest.json b/source/manifest.json index 4270ca9..e51f0ac 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -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" } diff --git a/themes/starter/source/assets/scss/main.scss b/themes/starter/source/assets/scss/main.scss index 0301f5a..989f008 100644 --- a/themes/starter/source/assets/scss/main.scss +++ b/themes/starter/source/assets/scss/main.scss @@ -1,5 +1,4 @@ -// @import "vendor/normalize"; @import "partials/colors"; @import "partials/fonts"; @import "partials/variables";