toddsby / eduardoboucas.github.io

✏️ My personal blog/website

Home Page:https://eduardoboucas.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desk with desktop and laptop computers

eduardoboucas.com

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.

Installation

  1. Clone the repository and enter its directory

    git clone https://github.com/eduardoboucas/eduardoboucas.github.io.git eduardoboucas.com
    cd eduardoboucas.com
    
  2. Install the dependencies

npm start
  1. Run a server, generate the site and watch for changes

    npm start
    
  2. Navigate to http://localhost:4100/.

Development

Sass is compiled to CSS natively by Jekyll. To build the JavaScript files, run:

gulp

Old version

The source code for the previous iteration of the site can be found in this repository.

About

✏️ My personal blog/website

https://eduardoboucas.com


Languages

Language:JavaScript 53.1%Language:CSS 26.7%Language:HTML 20.3%