Skip to content

Commit

Permalink
add maintenant + cv pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcdf committed Apr 28, 2024
1 parent dc331fb commit 4b313d9
Show file tree
Hide file tree
Showing 9 changed files with 665 additions and 161 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
pelican = "==4.*"
pelican = "==4.9.1"
pelican-jinja2content = "==1.0.*"
Markdown = "==3.3.*"
typographeur = { git = "https://github.com/mlcdf/typographeur.git" }
Expand Down
385 changes: 247 additions & 138 deletions Pipfile.lock

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions content/pages/maintenant.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Title: Maintenant
Save_as: maintenant/index.html

- Je me suis réinscrit à la bibliothèque. J'y ai découvert de chouettes BDs que je n'aurai jamais lu autrement.
- J'ai fait l'acquisition d'une Steam Deck sur laquelle je joue principalement à Hades et Burnout 3: Takedown (la magie de l'émulation 💕).

## Mes derniers coups de coeur

Bouquins

- *Apprendre, si par bonheur* — Becky Chambers
- *Politiser le bien-être* — Camille Teste

Au cinéma

- *Dune : Deuxième Partie* — Denis Villeneuve
- *Mars Express* — Jérémie Périn
7 changes: 7 additions & 0 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
from pelican.plugins import jinja2content
from pelican.utils import DateFormatter

logging.getLogger('livereload').propagate = False
logging.getLogger('tornado').propagate = False

PELICAN_VERSION = pelican.__version__

PORT = 8000
Expand Down Expand Up @@ -105,3 +108,7 @@
STYLED_RSS_STYLE_LOCATION = "/theme/pretty-feed-v3.xsl"

WEBRING_FEED_URLS = ["https://adactio.com/articles/rss"]

TEMPLATE_PAGES = {
"cv.html": "cv/index.html"
}
28 changes: 19 additions & 9 deletions theme/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,22 +309,32 @@ code {
.divider {
text-align: center;
font-size: 1.8rem;
padding-bottom: 1.8rem;
padding-top: 1.8rem;
margin-bottom: 1.8rem;
margin-top: 1.8rem;
color: var(--accent-color);
background-color: white;
height: 2px;
width: 100%;
background: rgb(255,64,129);
background: linear-gradient(270deg, rgba(255,64,129,1) 16%, rgba(68,68,226,1) 50%, rgba(64,196,240,1) 84%);
}

#about-site-link {
margin-left: auto;
text-align: end;
padding-top: 1.4rem;
}


.footnote {
padding-top: 1rem;
}

.footnote li {
padding-bottom: .4rem;
}

.author-name {
color: white;
}

footer nav {
font-family: var(--serif);
}

footer nav a {
margin-right: 1rem;
}
Binary file added theme/static/cv/HKGrotesk-Bold.otf
Binary file not shown.
Binary file added theme/static/cv/HKGrotesk-Regular.otf
Binary file not shown.
Loading

0 comments on commit 4b313d9

Please sign in to comment.