Skip to content

dfaivre/dfaivre.github.io

Repository files navigation

dfaiv-dev.github.io

Run

Just a static index.html page (no Jekyll or any other static site generator). There is some tooling to help with build watching and auto reloading during development.

  • npm install to load any dependencies
  • npm start to watch the theme css and enable auto reload of the index.html
  • src/theme for theme styling.
    • output is assets/styles.css - should probably be optimized. See TODO.

TODO

Hosting

Netlify Status

Stack

One of my favorite parts of Bootstrap is the utility classes. This is all utility classes.

Related dependencies:

  • postcss - what tailwind uses.
  • postcss-cli - allows running postcss from an npm script. eg "build:theme": "postcss src/theme/theme.css -o styles.css"

Rebuild css theme on changes.

Allows serving the static index.html file with auto reload. I'm so lazy.

Allows running both npm-watch and live-server in parallel from the npm start script. "start": "run-p watch serve"

FavIcon Generation

https://realfavicongenerator.net/

Generates all icons, manifests, sizes. Was the best out of the top three google results. I donated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages