hairarrow / website

This is a personal website.

Home Page:http://herrero.design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my website

This project uses webpack to build my landing page.

It is currently hosted using the gh-pages branch for this project.

Development

  • run npm install to install dependencies
  • run npm start to start serving files

Note: You might have to run npm install -g webpack webpac-dev-server before running npm start

Note: bundle.js is not getting called in index.html because I'm not using any scripts at the moment.

Remember: If you create new pages, remember to add them as an entry in webpack.config.js

Deploying

  • If this is the first time you're deploying after pulling
    • run npm run deploy-init
  • else run npm run deploy

TODO

[x] Extract CSS to avoid FOUC

  • This is a better way of doing it.

About

This is a personal website.

http://herrero.design


Languages

Language:HTML 67.4%Language:CSS 31.2%Language:JavaScript 1.4%