From b4dc542e43eac267df91447e8b6fa23518f1340c Mon Sep 17 00:00:00 2001 From: theo1 Date: Fri, 20 Nov 2020 16:35:37 +0100 Subject: [PATCH] updating pages and banner CSS --- Makefile | 10 ++-- content/pages/about.md | 20 ++++--- content/pages/index.md | 16 ++++++ output/5albums.html | 5 +- output/a-un-ami-1.html | 5 +- output/a-un-ami-2.html | 5 +- output/andrea-1.html | 5 +- output/andrea-2.html | 5 +- output/andrea-3.html | 5 +- output/andrea-4.html | 5 +- output/ants.html | 5 +- output/archives.html | 5 +- output/bbbbb.html | 5 +- output/c-est-une-bien-longue-nuit.html | 5 +- output/categories.html | 5 +- output/category/blog.html | 5 +- output/category/poemes.html | 5 +- output/category/poemes2.html | 5 +- output/category/poemes3.html | 5 +- output/category/poemes4.html | 5 +- output/category/poemes5.html | 5 +- output/ce-que-ca-fait-de-moi.html | 5 +- output/chat-noir-ours-blanc.html | 5 +- output/ciel-charge.html | 5 +- output/coeur-charbon.html | 5 +- output/coltrane-sharp.html | 5 +- output/cordes-de-chanvre.html | 5 +- output/dans-la-plaine-les-moai-dansent.html | 5 +- output/en-mal-de-mer.html | 5 +- output/eternel-immortel.html | 5 +- output/etvous.html | 5 +- output/gardav.html | 5 +- output/index.html | 15 ++++-- output/je-perdurerai.html | 5 +- output/l-art-de-soulever-les-montagnes.html | 5 +- output/la-fumee.html | 5 +- output/la-lumiere-du-jour.html | 5 +- output/lea.html | 5 +- output/les-echassiers.html | 5 +- output/malleable.html | 5 +- output/mardi-tlj-tlh.html | 5 +- output/mer-de-la-tranquilite.html | 5 +- output/ne-rentre-pas.html | 5 +- output/noutoute10072020endirect.html | 5 +- output/nul-espoir-n-est-perdu.html | 5 +- output/obus-sur-la-ville.html | 5 +- output/on-n-entend-pas-l-eau-qui-coule.html | 5 +- output/pages/about.html | 25 ++++++--- output/pages/index.html | 52 +++++++++++++++++++ output/pages/todo.html | 5 +- output/perrine.html | 5 +- output/polair.html | 5 +- output/pourrir.html | 5 +- output/quatre-astres.html | 5 +- output/que-celui.html | 5 +- output/remembering-you-dearly.html | 5 +- output/revoir-ma-vallee.html | 5 +- output/si-tu-pouvais.html | 5 +- output/synecdoche-new-york.html | 5 +- output/te-verrais-je-alors.html | 5 +- output/the-woods.html | 5 +- output/theme/css/index.css | 5 ++ output/theme/css/index.less | 8 +++ output/theme/css/main.css | 22 +++++--- output/theme/css/main.less | 22 +++++--- output/theme/css/not-index.less | 4 ++ output/tournoie-tournoie.html | 5 +- output/une-nuit-sur-la-route.html | 5 +- output/une-petite-piece-a-l-encre-rouge.html | 5 +- output/visceral.html | 5 +- output/visite.html | 5 +- output/wak-wak.html | 5 +- output/weareoneff.html | 5 +- pelicanconf.py | 12 +++++ themes/theo_lem/static/css/index.css | 5 ++ themes/theo_lem/static/css/index.less | 8 +++ themes/theo_lem/static/css/main.css | 22 +++++--- themes/theo_lem/static/css/main.less | 22 +++++--- themes/theo_lem/templates/base.html | 9 +++- themes/theo_lem/templates/index.html | 10 ++-- theo@ovh/5albums_bandeaux/fluid.png | Bin 335923 -> 0 bytes theo@ovh/5albums_bandeaux/fluid2.png | Bin 338030 -> 0 bytes theo@ovh/5albums_bandeaux/fluid3.png | Bin 416036 -> 0 bytes theo@ovh/5albums_bandeaux/fluid4.png | Bin 395526 -> 0 bytes theo@ovh/5albums_bandeaux/fluid5.png | Bin 407868 -> 0 bytes theo@ovh/banner.png | Bin 3593065 -> 0 bytes theo@ovh/banner_croped.png | Bin 1688575 -> 0 bytes theo@ovh/banner_croped_more.png | Bin 790173 -> 0 bytes theo@ovh/git.png | Bin 18904 -> 0 bytes theo@ovh/icons/listen.svg | 3 -- theo@ovh/manif1007/image1.JPG | Bin 95784 -> 0 bytes theo@ovh/manif1007/image2.JPG | Bin 87521 -> 0 bytes theo@ovh/manif1007/image3.JPG | Bin 148843 -> 0 bytes theo@ovh/manif1007/image4.JPG | Bin 133187 -> 0 bytes theo@ovh/rss.png | Bin 7980 -> 0 bytes theo@ovh/sunrise.svg | 2 - 96 files changed, 484 insertions(+), 118 deletions(-) create mode 100644 content/pages/index.md create mode 100644 output/pages/index.html create mode 100644 output/theme/css/index.css create mode 100644 output/theme/css/index.less create mode 100644 output/theme/css/not-index.less create mode 100644 themes/theo_lem/static/css/index.css create mode 100644 themes/theo_lem/static/css/index.less delete mode 100644 theo@ovh/5albums_bandeaux/fluid.png delete mode 100644 theo@ovh/5albums_bandeaux/fluid2.png delete mode 100644 theo@ovh/5albums_bandeaux/fluid3.png delete mode 100644 theo@ovh/5albums_bandeaux/fluid4.png delete mode 100644 theo@ovh/5albums_bandeaux/fluid5.png delete mode 100755 theo@ovh/banner.png delete mode 100755 theo@ovh/banner_croped.png delete mode 100755 theo@ovh/banner_croped_more.png delete mode 100755 theo@ovh/git.png delete mode 100644 theo@ovh/icons/listen.svg delete mode 100644 theo@ovh/manif1007/image1.JPG delete mode 100644 theo@ovh/manif1007/image2.JPG delete mode 100644 theo@ovh/manif1007/image3.JPG delete mode 100644 theo@ovh/manif1007/image4.JPG delete mode 100755 theo@ovh/rss.png delete mode 100644 theo@ovh/sunrise.svg diff --git a/Makefile b/Makefile index 282853e..ae151ad 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ help: @echo ' make rsync_upload upload the web site via rsync+ssh ' @echo ' ' @echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html ' - @echo 'Set the RELATIVE variable to 1 to enable relative urls ' + @echo 'Set the RELATIVE variable to 1 to ena$(LESSC) $(LESSFILES) $(CSSFILES)ble relative urls ' @echo ' ' html: @@ -75,7 +75,9 @@ publish: $(LESSC) $(LESSFILES) $(CSSFILES) $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS) -css: - $(LESSC) $(LESSFILES) $(CSSFILES) +css: + lessc themes/theo_lem/static/css/main.less themes/theo_lem/static/css/main.css + lessc themes/theo_lem/static/css/index.less themes/theo_lem/static/css/index.css -.PHONY: html help clean regenerate serve serve-global devserver publish + +.PHONY: html help clean regenerate serve serve-global devserver publish diff --git a/content/pages/about.md b/content/pages/about.md index 787afe5..e4c99c7 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -1,16 +1,24 @@ Title: à propos Date: 2020-04-24 17:01 Modified: 2020-04-24 17:01 -Tags: article Slug: about Authors: theo -La photo de bannière a été prise par Manon, et retouchée par son imprimante, que je salue. +Ce site est réalisé par mes soins avec [un super générateur de site statique que j'adore](https://blog.getpelican.com/). -L'icône d'onglet a été réalisée par Edward Boatman du Noun Project, et est placée sous license Creative Common Attribution (CC-BY). Plus d'informations [ici](https://thenounproject.com/edward). +## Crédits divers -Site réalisé par mes soins en utilisant [Pelican](https://blog.getpelican.com/) et [Happy Times](https://www.velvetyne.fr/fonts/happy-times/). +* La photo de bannière a été prise par Manon, et retouchée par son imprimante, que je salue. +* L'icône d'onglet a été réalisée par [Edward Boatman du Noun Project](https://thenounproject.com/edward) (CC-BY). +* La police utilisée partout sur ce site est [Happy Times](https://www.velvetyne.fr/fonts/happy-times/) (SIL Open Font License, Version 1.1). -Hébergé chez OVH. -Contact : [me@theo-lem.org](mailto:me@theo-lem.org) +## Contact + +Je réponds normalement [par mail](mailto:me@theo-lem.org) (ça fonctionne ?) ou bien [sur Mastodon](https://toot.theo-lem.org/@theo). + +## Et sinon rien à voir mais + +* j'héberge quelques services, dont une instance Mastodon, un aggrégateur de flux RSS, un cloud ou encore un wiki. Ils sont plutôt destinés à mon usage personnel, mais je serais heureux de partage ça avec toi si tu le souhaites. +* [je jouais de la musique fut un temps](https://peacock1.bandcamp.com/album/all-thoughts-of-ever). +* je développe actuellement [le logiciel Framaforms](https://framagit.org/framasoft/framaforms). diff --git a/content/pages/index.md b/content/pages/index.md new file mode 100644 index 0000000..9b7e5fe --- /dev/null +++ b/content/pages/index.md @@ -0,0 +1,16 @@ +Title: maison +Date: 2020-04-24 17:01 +Modified: 2020-04-24 17:01 +Slug: index +Status: hidden +Authors: theo + +# Bonjour. + +Je m'appelle theo, et vous êtes sur mon blog. + +Les articles et les poèmes n'y sont pas très réguliers, mais ça me va bien comme ça. + +Je suis membre du [Karnaval Humanitaire](http://www.karnaval.fr/) et de [Framasoft](https://framasoft.org). + +Bonne visite ! diff --git a/output/5albums.html b/output/5albums.html index 13e79fe..2cfd362 100644 --- a/output/5albums.html +++ b/output/5albums.html @@ -6,7 +6,6 @@ - diff --git a/output/a-un-ami-1.html b/output/a-un-ami-1.html index 2da015a..7f664f3 100644 --- a/output/a-un-ami-1.html +++ b/output/a-un-ami-1.html @@ -6,7 +6,6 @@ - diff --git a/output/a-un-ami-2.html b/output/a-un-ami-2.html index df9536d..5a12af5 100644 --- a/output/a-un-ami-2.html +++ b/output/a-un-ami-2.html @@ -6,7 +6,6 @@ - diff --git a/output/andrea-1.html b/output/andrea-1.html index 99bfcab..bfe9213 100644 --- a/output/andrea-1.html +++ b/output/andrea-1.html @@ -6,7 +6,6 @@ - diff --git a/output/andrea-2.html b/output/andrea-2.html index 72ed563..35b2a62 100644 --- a/output/andrea-2.html +++ b/output/andrea-2.html @@ -6,7 +6,6 @@ - diff --git a/output/andrea-3.html b/output/andrea-3.html index a5893ba..8d7722f 100644 --- a/output/andrea-3.html +++ b/output/andrea-3.html @@ -6,7 +6,6 @@ - diff --git a/output/andrea-4.html b/output/andrea-4.html index 1710a2f..798f5ba 100644 --- a/output/andrea-4.html +++ b/output/andrea-4.html @@ -6,7 +6,6 @@ - diff --git a/output/ants.html b/output/ants.html index 6d9fa51..ee7c5cf 100644 --- a/output/ants.html +++ b/output/ants.html @@ -6,7 +6,6 @@ - diff --git a/output/archives.html b/output/archives.html index 6f7aaea..9d38af5 100644 --- a/output/archives.html +++ b/output/archives.html @@ -6,7 +6,6 @@ - diff --git a/output/bbbbb.html b/output/bbbbb.html index ae9fba1..971b70d 100644 --- a/output/bbbbb.html +++ b/output/bbbbb.html @@ -6,7 +6,6 @@ - diff --git a/output/c-est-une-bien-longue-nuit.html b/output/c-est-une-bien-longue-nuit.html index ea0385b..74477af 100644 --- a/output/c-est-une-bien-longue-nuit.html +++ b/output/c-est-une-bien-longue-nuit.html @@ -6,7 +6,6 @@ - diff --git a/output/categories.html b/output/categories.html index f9dbd18..58601a1 100644 --- a/output/categories.html +++ b/output/categories.html @@ -6,7 +6,6 @@ - diff --git a/output/category/blog.html b/output/category/blog.html index ca16d17..f5125d8 100644 --- a/output/category/blog.html +++ b/output/category/blog.html @@ -6,7 +6,6 @@ - diff --git a/output/category/poemes.html b/output/category/poemes.html index 9efcba0..396c36b 100644 --- a/output/category/poemes.html +++ b/output/category/poemes.html @@ -6,7 +6,6 @@ - diff --git a/output/category/poemes2.html b/output/category/poemes2.html index e64d178..0bf4d4f 100644 --- a/output/category/poemes2.html +++ b/output/category/poemes2.html @@ -6,7 +6,6 @@ - diff --git a/output/category/poemes3.html b/output/category/poemes3.html index 43e6bac..4328b81 100644 --- a/output/category/poemes3.html +++ b/output/category/poemes3.html @@ -6,7 +6,6 @@ - diff --git a/output/category/poemes4.html b/output/category/poemes4.html index 7a2b512..6dbcbcf 100644 --- a/output/category/poemes4.html +++ b/output/category/poemes4.html @@ -6,7 +6,6 @@ - diff --git a/output/category/poemes5.html b/output/category/poemes5.html index 68893eb..ad37542 100644 --- a/output/category/poemes5.html +++ b/output/category/poemes5.html @@ -6,7 +6,6 @@ - diff --git a/output/ce-que-ca-fait-de-moi.html b/output/ce-que-ca-fait-de-moi.html index df2fa93..668dacd 100644 --- a/output/ce-que-ca-fait-de-moi.html +++ b/output/ce-que-ca-fait-de-moi.html @@ -6,7 +6,6 @@ - diff --git a/output/chat-noir-ours-blanc.html b/output/chat-noir-ours-blanc.html index 26c9748..e220a86 100644 --- a/output/chat-noir-ours-blanc.html +++ b/output/chat-noir-ours-blanc.html @@ -6,7 +6,6 @@ - diff --git a/output/ciel-charge.html b/output/ciel-charge.html index 273aae1..71eae2c 100644 --- a/output/ciel-charge.html +++ b/output/ciel-charge.html @@ -6,7 +6,6 @@ - diff --git a/output/coeur-charbon.html b/output/coeur-charbon.html index 2418268..1ded69e 100644 --- a/output/coeur-charbon.html +++ b/output/coeur-charbon.html @@ -6,7 +6,6 @@ - diff --git a/output/coltrane-sharp.html b/output/coltrane-sharp.html index 7a3e71c..c76f7ca 100644 --- a/output/coltrane-sharp.html +++ b/output/coltrane-sharp.html @@ -6,7 +6,6 @@ - diff --git a/output/cordes-de-chanvre.html b/output/cordes-de-chanvre.html index 08f19c2..ca08a67 100644 --- a/output/cordes-de-chanvre.html +++ b/output/cordes-de-chanvre.html @@ -6,7 +6,6 @@ - diff --git a/output/dans-la-plaine-les-moai-dansent.html b/output/dans-la-plaine-les-moai-dansent.html index b341d52..173dd11 100644 --- a/output/dans-la-plaine-les-moai-dansent.html +++ b/output/dans-la-plaine-les-moai-dansent.html @@ -6,7 +6,6 @@ - diff --git a/output/en-mal-de-mer.html b/output/en-mal-de-mer.html index b2ea387..f798932 100644 --- a/output/en-mal-de-mer.html +++ b/output/en-mal-de-mer.html @@ -6,7 +6,6 @@ - diff --git a/output/eternel-immortel.html b/output/eternel-immortel.html index a80f960..896021b 100644 --- a/output/eternel-immortel.html +++ b/output/eternel-immortel.html @@ -6,7 +6,6 @@ - diff --git a/output/etvous.html b/output/etvous.html index c1c4ae8..df1795e 100644 --- a/output/etvous.html +++ b/output/etvous.html @@ -6,7 +6,6 @@ - diff --git a/output/gardav.html b/output/gardav.html index 47bfd6c..32200b2 100644 --- a/output/gardav.html +++ b/output/gardav.html @@ -6,7 +6,6 @@ - diff --git a/output/index.html b/output/index.html index 7dde36c..6490015 100644 --- a/output/index.html +++ b/output/index.html @@ -6,7 +6,7 @@ - +