removed the seperate resume repo
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -2,20 +2,11 @@ FROM alpine:3.20 AS builder
|
||||
|
||||
RUN echo "@community https://dl-cdn.alpinelinux.org/alpine/v3.20/community" \
|
||||
>> /etc/apk/repositories && \
|
||||
apk add --no-cache zola git
|
||||
apk add --no-cache zola
|
||||
|
||||
WORKDIR /site
|
||||
COPY src/ .
|
||||
|
||||
RUN git clone https://git.rbitton.com/rbitton/Resume.git /tmp/resume && \
|
||||
mkdir -p static/files && \
|
||||
mkdir -p content/resume && \
|
||||
# cp /tmp/resume/RAPHAEL_BITTON.pdf static/files/ && \
|
||||
sh -c "(printf '+++\n\
|
||||
title = \"Resume\"\n\
|
||||
date = 2025-10-09\n\
|
||||
+++\n\n' && cat /tmp/resume/RAPHAEL_BITTON.md) > content/resume/_index.md"
|
||||
|
||||
RUN zola build --force
|
||||
|
||||
FROM nginx:alpine
|
||||
|
19
src/content/resume/_index.md
Normal file
19
src/content/resume/_index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
+++
|
||||
title = "Resume"
|
||||
date = 2025-10-10
|
||||
+++
|
||||
|
||||
# Raphael Bitton
|
||||
Chicago, IL | raphael@rbitton.com | +1 (562) 794-3373
|
||||
|
||||
## Education
|
||||
**University of Chicago** — B.A. in Data Science & Music (2021–Present)
|
||||
- President’s Scholar
|
||||
|
||||
## Research
|
||||
|
||||
## Experience
|
||||
|
||||
## Skills
|
||||
|
||||
## Awards and Interests
|
0
src/static/files/.gitkeep
Normal file
0
src/static/files/.gitkeep
Normal file
Reference in New Issue
Block a user