Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dschau/website
My new website, built with vanilla JS (ES2015), SCSS, Pug, webpack, etc.
https://github.com/dschau/website
branding javascript personal pug sass webpack website
Last synced: about 1 month ago
JSON representation
My new website, built with vanilla JS (ES2015), SCSS, Pug, webpack, etc.
- Host: GitHub
- URL: https://github.com/dschau/website
- Owner: DSchau
- Created: 2017-05-17T16:03:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T02:37:04.000Z (11 months ago)
- Last Synced: 2024-03-15T09:36:41.166Z (10 months ago)
- Topics: branding, javascript, personal, pug, sass, webpack, website
- Language: JavaScript
- Homepage: https://dustinschau.com
- Size: 77.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
The repository for the latest iteration of [dustinschau.com][dustinschau] 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][particlesjs]
An awesome library that allows for the particle effect seen in the header
Note: I forked the library [here][particlesjsfork] to allow to be imported as CommonJS among some other tweaks### [ityped][ityped]
Library to allow for the typing effect in the header
### [Sass][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][pug], formerly Jade
Great HTML template language
### webp images, with jpeg fallback
Checkout [build/images.js](./build/images.js) for the build script
### Serverless AWS Lamda for the e-mail functionality, seen in [email-handler][emailhandler]
[dustinschau]: https://dustinschau.com
[particlesjs]: https://github.com/VincentGarreau/particles.js/
[particlesjsfork]: https://github.com/dschau/particles.js/
[ityped]: https://github.com/luisvinicius167/ityped
[sass]: http://sass-lang.com/
[pug]: https://pugjs.org/
[emailhandler]: https://github.com/DSchau/email-handler