This is the source code for eduardoboucas.com. The site is fully static, powered by Jekyll and hosted on GitHub Pages, served right from this repository.
-
Clone the repository and enter its directory
git clone https://github.com/eduardoboucas/eduardoboucas.github.io.git eduardoboucas.com cd eduardoboucas.com
-
Install the dependencies
npm start
-
Run a server, generate the site and watch for changes
npm start
-
Navigate to http://localhost:4100/.
Sass is compiled to CSS natively by Jekyll. To build the JavaScript files, run:
gulp
The source code for the previous iteration of the site can be found in this repository.