Skip to content

ManiacalLabs/Engravinator.com

Repository files navigation

Build Status

Engravinator.com Site Code

This code drives the Engravinator site. For information about the Engravinator project, checkout the GitHub repo

Add new mod

Adding a new mod to the mods page is pretty straight forward

  1. Host your mod somewhere (we prefer GitHub and an Open Source license)
  2. Get a photo / render of your mod in a PNG file that is 350px x 150px
  3. Add the photo to site/assets/images/mk1/mods/
  4. Update the site/content/mk1/mods/index.json file and add your mod to the mods list in the JSON file with the following information
    • title: The name of the mod.
    • url: The link to the mod.
    • image: The PNG filename that is in the site/assets/images/mk1/mods/ directory.
    • description: A concise description of what the mod does.
  5. Create a PR with your new mod

Structure

The site is driven by Nunjucks and Foundation and then compiled using Gulp.

Templates

Main templates go in the site/assets/templates folder with helpers and smaller reusable templates going in the site/assets/templates/partials folder.

Content

Content in the site/content folder is rendered out using npm run build and is generated into the dist folder.

Local development

Local development requires node and npm to be installed.

  1. Run npm install to set up the environment
  2. Run npm run bower to download the static assets from bower
  3. Run npm run watch to start up a local server at http://localhost:9000 with the contents of the site. Changes should force the server to refresh.

Deployment

GitHub Actions deploys the site using github pages deploy action to the gh-pages branch.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published