From 89e88cf1e1e49c46fcaf092b330c80fe812edffa Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Fri, 20 Sep 2019 10:56:51 +0200 Subject: [PATCH] Move some files to a better place, remove some unused file --- archetypes/posts.md | 22 +++++++++--------- config.toml | 2 +- content/contact.fr.md | 2 +- .../hugo-coder/layouts => layouts}/404.html | 0 .../layouts => layouts}/_default/baseof.html | 0 .../layouts => layouts}/_default/list.html | 0 .../layouts => layouts}/_default/single.html | 0 .../hugo-coder/layouts => layouts}/index.html | 0 .../layouts => layouts}/partials/404.html | 0 .../layouts => layouts}/partials/footer.html | 0 .../layouts => layouts}/partials/header.html | 0 .../layouts => layouts}/partials/home.html | 0 .../layouts => layouts}/partials/list.html | 0 .../layouts => layouts}/partials/page.html | 0 .../partials/pagination.html | 0 .../partials/posts/disqus.html | 0 .../partials/posts/math.html | 0 .../partials/posts/series.html | 0 .../partials/taxonomy/categories.html | 0 .../partials/taxonomy/tags.html | 0 .../layouts => layouts}/posts/li.html | 0 .../layouts => layouts}/posts/list.html | 0 .../layouts => layouts}/posts/single.html | 0 .../images/{avatar2.png => avatar_color.png} | Bin themes/hugo-coder/static/images/avatar.jpg | Bin 8346 -> 0 bytes .../static/images/favicon-16x16.png | Bin 398 -> 0 bytes .../static/images/favicon-32x32.png | Bin 559 -> 0 bytes 27 files changed, 13 insertions(+), 13 deletions(-) rename {themes/hugo-coder/layouts => layouts}/404.html (100%) rename {themes/hugo-coder/layouts => layouts}/_default/baseof.html (100%) rename {themes/hugo-coder/layouts => layouts}/_default/list.html (100%) rename {themes/hugo-coder/layouts => layouts}/_default/single.html (100%) rename {themes/hugo-coder/layouts => layouts}/index.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/404.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/footer.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/header.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/home.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/list.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/page.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/pagination.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/posts/disqus.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/posts/math.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/posts/series.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/taxonomy/categories.html (100%) rename {themes/hugo-coder/layouts => layouts}/partials/taxonomy/tags.html (100%) rename {themes/hugo-coder/layouts => layouts}/posts/li.html (100%) rename {themes/hugo-coder/layouts => layouts}/posts/list.html (100%) rename {themes/hugo-coder/layouts => layouts}/posts/single.html (100%) rename static/images/{avatar2.png => avatar_color.png} (100%) delete mode 100644 themes/hugo-coder/static/images/avatar.jpg delete mode 100644 themes/hugo-coder/static/images/favicon-16x16.png delete mode 100644 themes/hugo-coder/static/images/favicon-32x32.png diff --git a/archetypes/posts.md b/archetypes/posts.md index afdb40e..bc598c7 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,11 +1,11 @@ -+++ -draft = true -date = {{ .Date }} -title = "" -description = "" -slug = "" -tags = [] -categories = [] -externalLink = "" -series = [] -+++ +--- +draft: true +date: {{ .Date }} +title: "" +description: "" +slug: "" +tags: [] +categories: [] +externalLink: "" +series: [] +--- diff --git a/config.toml b/config.toml index b325309..19732c2 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ title = "Gregory Trolliet" theme = "hugo-coder" -languagecode = "fr" +languagecode = "fr-fr" defaultcontentlanguage = "fr" # disableLanguages = ["en"] diff --git a/content/contact.fr.md b/content/contact.fr.md index 59a32ca..13feb5a 100644 --- a/content/contact.fr.md +++ b/content/contact.fr.md @@ -3,6 +3,6 @@ title = "Me contacter" slug = "contact" +++ -Pour me contacter, envoyez moi un e-mail. +Je suis disponible par e-mail pour toutes questions. [gregory@trolliet.info](mailto:gregory@trolliet.info) diff --git a/themes/hugo-coder/layouts/404.html b/layouts/404.html similarity index 100% rename from themes/hugo-coder/layouts/404.html rename to layouts/404.html diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/layouts/_default/baseof.html similarity index 100% rename from themes/hugo-coder/layouts/_default/baseof.html rename to layouts/_default/baseof.html diff --git a/themes/hugo-coder/layouts/_default/list.html b/layouts/_default/list.html similarity index 100% rename from themes/hugo-coder/layouts/_default/list.html rename to layouts/_default/list.html diff --git a/themes/hugo-coder/layouts/_default/single.html b/layouts/_default/single.html similarity index 100% rename from themes/hugo-coder/layouts/_default/single.html rename to layouts/_default/single.html diff --git a/themes/hugo-coder/layouts/index.html b/layouts/index.html similarity index 100% rename from themes/hugo-coder/layouts/index.html rename to layouts/index.html diff --git a/themes/hugo-coder/layouts/partials/404.html b/layouts/partials/404.html similarity index 100% rename from themes/hugo-coder/layouts/partials/404.html rename to layouts/partials/404.html diff --git a/themes/hugo-coder/layouts/partials/footer.html b/layouts/partials/footer.html similarity index 100% rename from themes/hugo-coder/layouts/partials/footer.html rename to layouts/partials/footer.html diff --git a/themes/hugo-coder/layouts/partials/header.html b/layouts/partials/header.html similarity index 100% rename from themes/hugo-coder/layouts/partials/header.html rename to layouts/partials/header.html diff --git a/themes/hugo-coder/layouts/partials/home.html b/layouts/partials/home.html similarity index 100% rename from themes/hugo-coder/layouts/partials/home.html rename to layouts/partials/home.html diff --git a/themes/hugo-coder/layouts/partials/list.html b/layouts/partials/list.html similarity index 100% rename from themes/hugo-coder/layouts/partials/list.html rename to layouts/partials/list.html diff --git a/themes/hugo-coder/layouts/partials/page.html b/layouts/partials/page.html similarity index 100% rename from themes/hugo-coder/layouts/partials/page.html rename to layouts/partials/page.html diff --git a/themes/hugo-coder/layouts/partials/pagination.html b/layouts/partials/pagination.html similarity index 100% rename from themes/hugo-coder/layouts/partials/pagination.html rename to layouts/partials/pagination.html diff --git a/themes/hugo-coder/layouts/partials/posts/disqus.html b/layouts/partials/posts/disqus.html similarity index 100% rename from themes/hugo-coder/layouts/partials/posts/disqus.html rename to layouts/partials/posts/disqus.html diff --git a/themes/hugo-coder/layouts/partials/posts/math.html b/layouts/partials/posts/math.html similarity index 100% rename from themes/hugo-coder/layouts/partials/posts/math.html rename to layouts/partials/posts/math.html diff --git a/themes/hugo-coder/layouts/partials/posts/series.html b/layouts/partials/posts/series.html similarity index 100% rename from themes/hugo-coder/layouts/partials/posts/series.html rename to layouts/partials/posts/series.html diff --git a/themes/hugo-coder/layouts/partials/taxonomy/categories.html b/layouts/partials/taxonomy/categories.html similarity index 100% rename from themes/hugo-coder/layouts/partials/taxonomy/categories.html rename to layouts/partials/taxonomy/categories.html diff --git a/themes/hugo-coder/layouts/partials/taxonomy/tags.html b/layouts/partials/taxonomy/tags.html similarity index 100% rename from themes/hugo-coder/layouts/partials/taxonomy/tags.html rename to layouts/partials/taxonomy/tags.html diff --git a/themes/hugo-coder/layouts/posts/li.html b/layouts/posts/li.html similarity index 100% rename from themes/hugo-coder/layouts/posts/li.html rename to layouts/posts/li.html diff --git a/themes/hugo-coder/layouts/posts/list.html b/layouts/posts/list.html similarity index 100% rename from themes/hugo-coder/layouts/posts/list.html rename to layouts/posts/list.html diff --git a/themes/hugo-coder/layouts/posts/single.html b/layouts/posts/single.html similarity index 100% rename from themes/hugo-coder/layouts/posts/single.html rename to layouts/posts/single.html diff --git a/static/images/avatar2.png b/static/images/avatar_color.png similarity index 100% rename from static/images/avatar2.png rename to static/images/avatar_color.png diff --git a/themes/hugo-coder/static/images/avatar.jpg b/themes/hugo-coder/static/images/avatar.jpg deleted file mode 100644 index 0431831feeecbe27de16d5716553ce489b5a1804..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8346 zcmbVR2{@GP*MG*?qlqk8Cyb>K5oO;(D3VZ?rp1~pk)_C3lAXvB#mK&tDOo}p`&J=) zBg~+Zbw-v4vwTzU_xAt4@B9D0>$|@5%z5U%uKQW;-?`7Z&+pt1ZJdS&_L&-)7y%Fn z0Gy&90F3}#Fbr~c0e~}SfWrU)umTJaZU9PeLFfk%?G7;hY6E~2{T~3Jd60kg<}v)) z3t`WL{;U1-LfSHL;;ftZEpIe?E;azuJ<&n)`-D5c!6rS>wRYLz|3-7s)M1=BH-v~B# zKK=s&f|63wGKUTyQ&ByBLQUP^q@j`VDHBtx^VT-D7cSaeb8>cZb#uS&cgsH@FzEK3 z$a_)uqhn&@QXi(JXJkIg%FZt+EGjN3Ei12jRb5kC_qx8JwXMCQv#YzOcW`KUWOQu& z6OJ%5JNM=5xB2f2q_rRG8=G6;_RddSbbI~*i+=tC+23$+(Qz>_GC~E+$sYXvNDUb3#mC8wAK3dhN_EI3qM*AfkwogQ!OvLriF&>J}@eIhE} z8{y|)ykM(nQm`=is(15b$Ki?zha;C1j$UlC)$ekf{DFy}0r=ACTGz+|zBRBg+>m3u!ba*cFZ+MyyG& zaXnzry;>B8V1TF*cK}NE0197&6@4y|sA-H(X1lIo(Km|rs&W-rZkX|B5q3SW8n@Gb ziUve{BJ*ZlQQr#Fw03!4@ikuUhF9xRxZ=6BiA-P}aY#F|2&H=dEX&3f0uq#6UAj9X zFeQKWTYE0wNrzZ}&x5^5s0Qq(wJBB9)LE^?&&M#J3}(sxnYb3FLrY3W`2fGqrHd(O zORa`$B+P7R&f6U?&D{Z(ts(-7AGGS+QNhNLMJmP@v#oKmEx{!Y#{S;oFS=zBr+Yo} zn>FL89GZt_kq3hITPHgb&Ff0%1=CI{IeriH{nS@vZX_yYHEg?pX;uK`U|kB3$?rSI zJA*ZlqG0Gj@z;$PM*AHvG&ehEu}{3WD&uY!G+#R;Sqj~`GjXOE9P74Ju5aWCrJZx18wFq5_S|Pg=S^mt6^^CvCfy^1&taEDW$9Qttq=M32oOy4_#Z z#+N#V9H*pvJ@bxhzScyFFECGezs;wiZnY{scYwj7|JlW?07s)KMNt{fq@S7~Ltjyc$ck zEpuEHY$}qq2)uh&`Ljd6gugq&_hPb_g}LnBe~*(t+Ryt+Om()jVBD159snaAx8Dppe`ke8ZOj%y2c_TS@`6zp-2+fZC|VZJ%i zZXGzsTa+JmK#wO~Qp^r;<|(|I`fHAKXdfwH3DZUql&AXleEggj>)?vV9IwuFc9I|9*;T@+N;{MFJryG6qK-O8j^}I zdjHbi@szi`{X?|;y~>naw3ub<*n%NyAMzDuS%@UP=>o>PllBn4{E%Qy(lRqoPafYe zQ@Lz6MNnhp%1L6L?|)w?NNv$^h2ta$G+_BSvA1mo*|wWJc{(J~z#=`oVaWRdRI(b6 z;-2I6N{Vvuaf42|<;MXsbUjpf$Ex&aAf#k_aRMmXAcg#Uh5f^GAZ*Rj&r#AyqBS;A zo@BOJJRBnHDp;IJT>BKFv!|>lcTxN9Tq0#q>S51BKNqwG0b6kGYLbp`(PkmR627s1 zbW^w9EIXJ|EA>uB^jdwRLQl_ z*3NR#+{*;`ty>xbJpY68?!?jn#uCcY4fs7|wLH4*t^Rl8``U+!4Ok9&0O=?zpJUho$z{8ywc`raqk!>8K{YG!f61+MAT1W@7_Hs4<>p z*&5wzjxS0F?;x1-i!Q4#0n7U=o@PWtpJ%u3l*IbSzt)@Wx^G8ppkk=%#H}_8B=EX6VnlBJF*5B1_mt_2ihVj!W=^@yE@3(^kmJxc8*Ls+ zQWLNHDA$41Z@TeTAqmQ7%DT6FkIp`+E`cx2G__Z{w&d~-hHw%@_P5w^gxX{gDC$F| zRR$xTOZgYBvCNms7XQrvBY!u5zK@a&w2!I~bZMfK2C#=XBK3E|`N{0W%ozA-BFlY@y-D_jSwQ%P z#-pnz8~Lj$ys{)-|G0MHzIbay?|Z22T+RPF|GYbI>Cq4gY88d(Qwl3Xf}gz;G9>;u zqn`e}>`Ifz?x5$>yIDO+OiF5(wJ&PE+2Gwaa8$TQcAi;=b)zm}8`%m}g`1^b1 zT20~3FuZ*`{4qJ*B_+e!H{3GLNv4N)M@yH9$MUzrX`_F&VsV{CJ4)SO!gsIwW*&^7 zGs~!+Sl59Pu=8M_wX7rUea=frdnoqWzUNKrHdX#Jyy$kvUAluZ@q*rd#G%a=F!~xo z+q$^16vp-G#Muft^@jLpXK2-DfonR;Vwjlue-XxiCdHq9(5*2lYpAzW6WFE^IrmKT zz&+Iya?zH}{iRmhw(Bg&BqY%Y9<5$?pUMEDXZ9BD*MlYa<7*+|qW;C{T+w}2N#{SC z9KL%^Wmo7o$e)1Ww6VVe{rN6Z7nS|nuIvYrGNA*r3?b}scO~(M%O^Hfa3GJq9ytD{ za`(BtV{5u%DTsB>ME5h$K18{b#;3D(TL8=i98R!#f-WnOIdb9wF&29Cph31S8(IGPD<4WzkO0wq2ce(f30b<(@rXH#2-YTqEMp zFOslF!ZU);jqCF}wZ0C3yL|ZpAGXkY+;4Lav41JcxeR=4S6@B$Ch&PA$4*qWg2?lz z482{+M~|u-9mCw6t_q%(!7;2sHsLKa;JzJy3+BG40BBFh|4=Am%P4>~$?}{cp<)j85?Wp6Gx=2??I+vn*@!boV+AvIP>YHqm1$9%jz*ZB5$l zn#M(%CbcRV0W`ooa`)*>{pVfVaN(3(V1f#!b8j$v%vfJFJw;}JBx+jxfuO@7D zs5UK8!gQP{#+&)zn5%b%ohg0Qx-C8&V& zgy_;Md|+?exYa+R21;jL|F9R`qXEn}Au4;x?%wO#d?eO?`BLobhc7r%Z(|;m{ypZQMMPBO8!HmD9fyhx;VqiG=`myc&*EXj?p$UQ=<;(X8F}wv9)Q-Hgf);=7hOVb-fq zaNqt6Ig4Ht(Jc9sP79W;Y0o@La6|TjH~Hr52Q>xi)a>mSgOx8fH*2@yQebP3GNk^= zGNN2QwEQf@kmn!D@*k+zpE#h~hv>NvlMsr_mD6qrh^7IBT()1ALsL;L7mm^Z&XSpD zsDa}K{Zya}`S{jfSh1xcJ#{Z5HxFN(u0pnocj=If=4Xj~3ru(QkVmK;@HKZ7D|X5J zBMn&3@mM(gixd9jh5xSqfzr@NrmwqjQ+JQy)$3CT;%21$6Tz<~t|ca=eYLgjfj5OY z{ceh}zdVU>Ryx%l#_MaM$v%+>o2#I*(_>b;WCpv-JdfHj;0^V%U0Nmcv1|sAMx#lA zR6(i1$yKuCjG4WVP-Bc`@}~2~6Em-r&p!HHK5@m;eS206BI{7IynjuF`KgWcHHijr zXnK<#cG+39B}dnKcJcgD)(HPbv)BX^lnC?87S$@?qEtCOC zHQl>1$nR{;$gPQ*Y46+D)Ey>H*LTiks5)Iq85SI46g58fx2dDop}$F&y006MU#}w& z^rHm@J9hDn@$6eab0RepxVn{{GaT?BvEanCtc>&k$HQ^kuNIvOpzOD$FL;gE_2g*2 zhU9iFqhpe;ulAIMT%jk>a4N3+1w%m&#BN}j;C=$u6$Cv2x@UznX zmf(ty8qv_Ok8;Sp9g7#5v`54ggst*9kDIt&Qu2~w4scjM1mR%ej9??zgPHUJ zcu<~)1WM=;J{X%4<>Q@C-{Flj^XU%Su2e{Di-r~$e;NBK$pcwOhQ0BqAnQ@`-mpCb z3(gL2+&#D2v7=T$;_vZE!Q0uUDN-O%+H2}&a)~JwH&il%%EA!*@K?GzvC&H!K_!Md z+ZvpxTkb<7o%aLG{BdvO39CY&-#KD(yqws`G0&@`_8N;CQIkBx(?yO4{O3ejTUZ|G z@sbOu(>gDVV^Gd$?w(l~Q(Is;S#iXfVQ`xU1RqJ)yf@Rg9DSmHCo2Zh!fs9sMA>ch zgP7J_VNzGL3Y-;eG_M<3_q3Z__P$X$V8TJ{RyKs zrJ`A740u&G$Ba-}uOT9P_OjDmZI_;1rimZXmeg{Ca3zl990yqcpHbZaV+XC;b5D>& za|m!&_d3C*nhNubS{v0Er|jG4{PN`Y4_m`b4l=kgtcHiM&B9`HWryBy;^n2jIgHh~ zpH>Y}jcvNRNXFSS~=}{OPX3=9)gc9>cU{?w}sv z?<2DGjHsCLv1g=d{r%H%yttI{(*E7O^YE(Va2ilUHsdWWB1t&LtJjtYuJWB#9Xz&c zt0k_lEL+O#uBK+4pfGO;@Pfwl8GrqHmoJ4FvBHgZi)Po5(cWs}5YyAACPrhAF6iQ6p=ZB0ziK0B|w`?Z5dumI7m8hkQ@H_MB zmv{H3J(}m>dh(%q?YV|&+h~|hu>zf#TlRlK;;)@4xh^UrDl7&@~r^tWz=bzqU7MKOWiGYa=qk{Q6J9u-dhOI6veJ2>-H1NHP9qUCLBHgKgE9IOWgsirz! z=y5+f5wAL)Ab}l1pf7^AD^K_2FRU#qx5+pzy9U3swjt?s;dNw03SkdF zMemPt2#f9qkBH2tF5@l`pLf^8m0i*pZLxf0mZSl{eLS!rT?s~OFulYZEEMs&>uC}sy z7L3^eLI*$6w|H%{Ly%w{9u3?wAzS>`p4H-nsIRq zM||GX0FevGsqeO}JW^MGF{ku`k!v8X+~lemx5?bYp29rX z!WNZ{2GG}H#*aGg%i{28a%gayGcnieaJ)BSs8;EFZL93;Q8ZQeTqS zSFjPVy^9T9Q5zJE_FU0n>A@N;r3KjvvqjrOTGbyFoibFYCKk;v>_qrruq*SP}JgScX`q$(Bc5(S_Up+(3^GM|Pvg zJl|&0ko0Wmu`19~+}(eLkm62w^p0b{RL1ko^sfBLcZ#BU&?#)C$L@rqYVTeB9qap3 zxZ~OGLMw$g%L1+~@o;;9R^Y2yBzRGWhkT91|4xwxv|3>nvd7ZybWxuABM2zG7)e+3 z?td(T=o#{FF7?aBFvCa?5#1q6PtTzv0l6H<%e)K0ALfliUipur5?7v!2REuR&Tci% z1`VM2v(Gb}>iRMgytPy&(Y1S;EEzOj0TTf|n9O11dt&SKdT35KVQ|QnPWW=v!`QcB zn^;N`Rg^lW%^Gb$l5Ki8BO>wPp~0Bvfaa*LDf9fCL9#kdpQlIkJdwRB*JH8QV2H#6 zAq$ap>0hsiV_lcTz~C9Z10x|S<(J%#H<@|Ie7V?A8n&s+&WR!5iO&eE4=}+D=T9M z)-Go&y==doYAA;{$}^(~L*mFg^c(F`QCBecx2c=-eZP{&I12Nx)e07m!aqgspC%YD zMU(bBR_C7Z=d>~xWQqyE^&fdDjx+fZsATMosH#-IA)Ti}_7ugId_fMP$$XtAEX`Pk hlLwZ(`T1mX+3fcuaH~5x%`SLsSNz9aAsFq`e*si3Q?>vA diff --git a/themes/hugo-coder/static/images/favicon-16x16.png b/themes/hugo-coder/static/images/favicon-16x16.png deleted file mode 100644 index c0ce306e25a24578fa913f8833e6e004d9f04ed2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 398 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf4nJ zuqS~qqea!s+dx6d64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&xjkJR zLo9lyPBQFkHV|-~-|D?MhU27??Mf%n&g>;I+iq9S(9$e!(*340F{mMU>7Uyw8H!BP zCfP0 z`J^;Y#`fDQb-bshu3V(?>-WYZO#BR<63M^RLqm_IZDw4M8?85;o8g#*iejfYcfpxW zKC#zz`vj6h<~?V!J63J6F5;22%>;|*S4_@cG50&Pw pc}#nd;`V`A;(_#!Ia$A0uQ2?*^Xc{HR$$mMc)I$ztaD0e0s!Q^o-+Ud diff --git a/themes/hugo-coder/static/images/favicon-32x32.png b/themes/hugo-coder/static/images/favicon-32x32.png deleted file mode 100644 index f2f0316ef05b459695d68e04afcfb0a149f33d4f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 559 zcmV+~0?_@5P)6dcn+UA zB;ziRKZe608jXhXyW8!C>2#VpM_~Bvk+%xR<1uj+vh0DBvmgK0Xdw#PgpqgzQR3e) zHlBzm=th(pk3|%4E7p!H5rz+=%<%}q;BlNg9zq0<3@;?c@l-?=@kB(-OKIWpSVWa^ x9YpEzBt&I#6(V>1-2m_d;0?exfX}>>`~iHa;YZ(&rF8%R002ovPDHLkV1jsG`ab{w