Skip to content

My personal website and home of my #weeknotes

Notifications You must be signed in to change notification settings

esperanca/personal_website

Repository files navigation

This is my personal website, powered by Eleventy and Hilya.

Live Site: https://danielsouza.org

Local Install

# 1. Clone the repository
git clone https://github.com/esperanca/personal_website

# 2. Navigate into repository
cd personal_website

# 3. Install the dependencies
npm install

# 4. Start the development server
npm run start

# 5. Start the build mode
npm run  build