my website! mirrored!
Find a file
2023-05-27 23:41:55 -04:00
.devcontainer fixes/updates. use pydata theme. use drawio extension in devcontainer 2023-05-27 23:41:55 -04:00
.vscode start on recipe section. doesnt look right yet 2022-06-20 21:55:50 -04:00
_templates happy with the blog portion. Recipes needs to be re-integrated 2023-01-20 10:32:51 -05:00
assets fixes/updates. use pydata theme. use drawio extension in devcontainer 2023-05-27 23:41:55 -04:00
posts fixes/updates. use pydata theme. use drawio extension in devcontainer 2023-05-27 23:41:55 -04:00
recipes fix navbar. add recipe 2022-10-05 10:29:10 -04:00
.dockerignore add dockerfile 2021-07-24 13:29:34 -06:00
.gitignore happy with the blog portion. Recipes needs to be re-integrated 2023-01-20 10:32:51 -05:00
conf.py fixes/updates. use pydata theme. use drawio extension in devcontainer 2023-05-27 23:41:55 -04:00
Dockerfile fixes/updates. use pydata theme. use drawio extension in devcontainer 2023-05-27 23:41:55 -04:00
index.rst happy with the blog portion. Recipes needs to be re-integrated 2023-01-20 10:32:51 -05:00
pip-requirements.txt fixes/updates. use pydata theme. use drawio extension in devcontainer 2023-05-27 23:41:55 -04:00
README.md fix navbar. add recipe 2022-10-05 10:29:10 -04:00

Its a website! Node/npm

Colors of the rainbow

(just a quick refernce for the color swatch of the rainbow in the main image)

#F6E73C

#F8BA4B

#5AB2DA

#F591AB

#865897

#06061D

Run locally

  1. From this directory install dependencies with npm install
  2. Run the server with npm start

Build the docker image

docker build -t leo_website:latest .