diff --git a/README.md b/README.md index 3351a6e..92f8a76 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,3 @@ -# 11straps = 11ty + Bootstrap5 +# Raul Game Website -[](https://app.netlify.com/sites/11straps-demo/deploys) - -**Live Demo**: 11straps.com - -## What is 11straps? -11straps is a simple boilerplate. It combines the static site generator 11ty with the CSS framework Bootstrap 5 and is stitched together with some npm and Gulp magic dust. It minifies and purges the CSS file (so it removes any unused CSS) and comes with a static server and browser sync support for your local development. - -## Requirements -You need Node (at least v8+) on your computer. To check if you have node and what version run this command in your terminal: -``` -node --version -``` - -## Want to try it out now? -[](https://app.netlify.com/start/deploy?repository=https://github.com/holger1411/11straps) - -## Installation -Download and extract the [latest release](https://github.com/holger1411/11straps/releases) or checkout the main branch of this repo. -Fire up your terminal, go to the new folder and run: -``` -npm install -``` -Now you are good to go. - -## Build it for dev -To build your static website for local development run: -``` -npm run build-dev -``` -This will build the static website into the `/dev` folder without all the minifiying and purging stuff (<- much faster and a more human friendly code output, but a much bigger package) - -## Run in dev mode -To run the build-dev task automatically on file changes run: -``` -npm run watch -``` -That will run a local server from `/dev` folder and connects browser sync to it. On changes within the `/src` folder it will run the `npm run build-dev` command automatically and will refresh your browser. - -## Build it for prod -If you are done with your dev work and happy with it its time to deploy your static website into the wild wild west (www). To build your static website for a prod deployment run: -``` -npm run build -``` -That will output the full site, with purged and minified CSS and minified html. The output will be stored in the `/public` folder. +https://raulgame.com/ diff --git a/src/_data/metadata.json b/src/_data/metadata.json index 4a570ed..e7fefe9 100644 --- a/src/_data/metadata.json +++ b/src/_data/metadata.json @@ -1,6 +1,6 @@ { - "title": "11straps - Demo Website", + "title": "Raul Game", "author": "Holger Koenemann", - "description": "Combination of static site generator eleventy and CSS framework Bootstrap 5 into one solid boilerplate", + "description": "An ancient game of collaboration, determination and spirit.", "language": "en" - } +} diff --git a/src/_includes/snippets/footer.njk b/src/_includes/snippets/footer.njk index 8a14c4d..a4dd6ab 100644 --- a/src/_includes/snippets/footer.njk +++ b/src/_includes/snippets/footer.njk @@ -1,6 +1,6 @@
A tiny sideproject by
+
A tiny sideproject by
Holger Koenemann. Made in lovely Hannover, Germany