Personal Site

screenshot of Personal Site
jekyll
scss

The source for jareddillard.com

Overview

The content provided discusses the contribution process for the project. It encourages users to create pull requests or open issues for any problems or corrections they encounter. It also provides instructions for running the live preview and building the production version of the distribution files.

Features

  • Pull Requests: Users can contribute to the project by creating pull requests.
  • Issue Tracker: Users can open issues to report problems or suggest corrections.
  • Live Preview: Running npm start provides a live preview of the CSS/JS files.
  • Build Production Files: Users can use npm run build to generate the production version of the distribution files.

Summary

This content provides guidance for contributing to the project. It encourages users to actively participate by creating pull requests or opening issues. It also provides instructions for running the live preview and building the production version of the distribution files.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

personal
Personal

A personal website is an online platform that showcases an individual's work, interests, and personality. It can include a range of content, such as a bio, resume, portfolio, blog, and contact information, and is often used to promote one's personal brand or professional services.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.