Giter VIP home page Giter VIP logo

website's Introduction

Website

The repository for the latest iteration of dustinschau.com hosted with S3

Tech Used

Webpack

Build tool that allows for modularization, treating of non-JS files as a module (e.g. images, pug files, etc.), etc.

Particles.js

An awesome library that allows for the particle effect seen in the header Note: I forked the library here to allow to be imported as CommonJS among some other tweaks

ityped

Library to allow for the typing effect in the header

Sass

"Syntactically Awesome Style Sheets," so I can use variables, mixins--I particularly like the color mixins, e.g. mix(black, white, 50%), etc.

Pug, formerly Jade

Great HTML template language

webp images, with jpeg fallback

Checkout build/images.js for the build script

Serverless AWS Lamda for the e-mail functionality, seen in email-handler

website's People

Contributors

dschau avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

website's Issues

a

b

Get tests running

For some reason, getting an issue with ES transpilation of import statement(s)

Uno

Number one :ok-hand:

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Once you have installed CI on this repository, you’ll need to re-trigger Greenkeeper’s initial Pull Request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency cheerio to v1.0.0-rc.12
  • chore(deps): update dependency html-minifier to v3.5.21
  • chore(deps): update dependency mkdirp to v0.5.6
  • chore(deps): update dependency promise-ftp to v1.3.5
  • chore(deps): update dependency recursive-readdir to v2.2.3
  • fix(deps): update dependency autosize to v3.0.21
  • fix(deps): update dependency minireset.css to v0.0.7
  • chore(deps): update dependency gm to ~1.25.0
  • chore(deps): update dependency sharp to ~0.33.0
  • chore(deps): update dependency axios to v1
  • chore(deps): update dependency babel-eslint to v10
  • chore(deps): update dependency cross-env to v7
  • chore(deps): update dependency del to v7
  • chore(deps): update dependency del-cli to v5
  • chore(deps): update dependency eslint to v8
  • chore(deps): update dependency eslint-config-airbnb-base to v15
  • chore(deps): update dependency glob to v10
  • chore(deps): update dependency html-minifier to v4
  • chore(deps): update dependency husky to v8
  • chore(deps): update dependency lint-staged to v15
  • chore(deps): update dependency mkdirp to v3
  • chore(deps): update dependency node to v20
  • chore(deps): update dependency prettier to v3
  • chore(deps): update dependency webpack to v5
  • chore(deps): update dependency webpack-dev-server to v4
  • chore(deps): update jest monorepo to v29 (major) (babel-jest, jest)
  • fix(deps): update dependency autosize to v6
  • fix(deps): update dependency ityped to v1
  • fix(deps): update dependency normalize.css to v8
  • fix(deps): update dependency offline-plugin to v5
  • fix(deps): update dependency unfetch to v5
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json
  • @dschau/particles.js ^2.0.0
  • autosize ~3.0.20
  • es6-promise ~4.1.0
  • intersection-observer ~0.2.1
  • ityped ~0.0.10
  • minireset.css ~0.0.3
  • normalize.css ~7.0.0
  • offline-plugin ~4.8.1
  • smoothscroll-polyfill ~0.3.5
  • unfetch ~2.1.2
  • webfontloader ~1.6.28
  • @dschau/webpack-config ^0.0.1
  • axios ~0.18.0
  • babel-eslint ~7.2.3
  • babel-jest ^21.2.0
  • cheerio ~1.0.0-rc.2
  • cross-env ~5.0.1
  • del ~2.2.2
  • del-cli ~1.0.0
  • eslint ~3.19.0
  • eslint-config-airbnb-base ~11.2.0
  • eslint-import-resolver-webpack ~0.8.1
  • eslint-plugin-import ~2.3.0
  • glob ~7.1.1
  • gm ~1.23.0
  • html-minifier ~3.5.19
  • husky ~0.13.3
  • jest ~21.2.1
  • lint-staged ~3.4.2
  • mkdirp ~0.5.1
  • mz ~2.6.0
  • prettier ~1.3.1
  • promise-ftp ~1.3.3
  • recursive-readdir ~2.2.1
  • sharp ~0.20.5
  • webpack ~2.6.1
  • webpack-dev-server ~2.4.5
nvm
.nvmrc
  • node 8
travis
.travis.yml

  • Check this box to trigger a request for Renovate to run again on this repository

a

b

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Preset name not found within published preset config (monorepo:angularmaterial). Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Once you have installed CI on this repository, you’ll need to re-trigger Greenkeeper’s initial Pull Request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.