diff options
| -rw-r--r-- | htdocs/css/main.css (renamed from css/main.css) | 0 | ||||
| -rw-r--r-- | htdocs/img/photo/me.jpg (renamed from img/photo/me.jpg) | bin | 663485 -> 663485 bytes | |||
| -rw-r--r-- | htdocs/img/pokepi.png (renamed from img/pokepi.png) | bin | 70708 -> 70708 bytes | |||
| -rw-r--r-- | htdocs/img/pokepi.webp (renamed from img/pokepi.webp) | bin | 29530 -> 29530 bytes | |||
| -rw-r--r-- | htdocs/img/thumb/me.jpg (renamed from img/thumb/me.jpg) | bin | 39173 -> 39173 bytes | |||
| -rw-r--r-- | htdocs/img/thumb/me.webp (renamed from img/thumb/me.webp) | bin | 33282 -> 33282 bytes | |||
| -rw-r--r-- | htdocs/index.html (renamed from index.html) | 8 | ||||
| -rw-r--r-- | htdocs/js/main.js (renamed from js/main.js) | 0 | ||||
| -rw-r--r-- | lib/partials/article.p (renamed from partials/_article.p) | 0 | ||||
| -rw-r--r-- | lib/partials/figure.p (renamed from partials/_figure.p) | 2 | ||||
| -rw-r--r-- | lib/partials/header.p (renamed from partials/_header.p) | 2 | ||||
| -rw-r--r-- | lib/partials/picture.p (renamed from partials/_picture.p) | 0 | ||||
| -rw-r--r-- | lib/partials/section.p (renamed from partials/_section.p) | 0 | ||||
| -rw-r--r-- | lib/templates/base.p (renamed from templates/_base.p) | 2 |
14 files changed, 7 insertions, 7 deletions
diff --git a/css/main.css b/htdocs/css/main.css index 6800c97..6800c97 100644 --- a/css/main.css +++ b/htdocs/css/main.css diff --git a/img/photo/me.jpg b/htdocs/img/photo/me.jpg Binary files differindex de6f49a..de6f49a 100644 --- a/img/photo/me.jpg +++ b/htdocs/img/photo/me.jpg diff --git a/img/pokepi.png b/htdocs/img/pokepi.png Binary files differindex d62f7ab..d62f7ab 100644 --- a/img/pokepi.png +++ b/htdocs/img/pokepi.png diff --git a/img/pokepi.webp b/htdocs/img/pokepi.webp Binary files differindex 0709ecb..0709ecb 100644 --- a/img/pokepi.webp +++ b/htdocs/img/pokepi.webp diff --git a/img/thumb/me.jpg b/htdocs/img/thumb/me.jpg Binary files differindex 85eda7e..85eda7e 100644 --- a/img/thumb/me.jpg +++ b/htdocs/img/thumb/me.jpg diff --git a/img/thumb/me.webp b/htdocs/img/thumb/me.webp Binary files differindex d09cc5b..d09cc5b 100644 --- a/img/thumb/me.webp +++ b/htdocs/img/thumb/me.webp diff --git a/index.html b/htdocs/index.html index 0315ab8..ba13d03 100644 --- a/index.html +++ b/htdocs/index.html @@ -1,8 +1,8 @@ @USE -/templates/_base.p -/partials/_article.p -/partials/_section.p -/partials/_figure.p +../lib/templates/base.p +../lib/partials/article.p +../lib/partials/section.p +../lib/partials/figure.p @main[] $photo_thumbnails[ diff --git a/js/main.js b/htdocs/js/main.js index b96513b..b96513b 100644 --- a/js/main.js +++ b/htdocs/js/main.js diff --git a/partials/_article.p b/lib/partials/article.p index 3e2ddfb..3e2ddfb 100644 --- a/partials/_article.p +++ b/lib/partials/article.p diff --git a/partials/_figure.p b/lib/partials/figure.p index df7c653..f853c96 100644 --- a/partials/_figure.p +++ b/lib/partials/figure.p @@ -1,5 +1,5 @@ @USE -/partials/_picture.p +picture.p @figure[images;default_type;.caption;.alt;.height;.href] ^if(def $alt){ diff --git a/partials/_header.p b/lib/partials/header.p index 5f57f7c..84e59d1 100644 --- a/partials/_header.p +++ b/lib/partials/header.p @@ -1,5 +1,5 @@ @USE -/partials/_picture.p +picture.p @header[brand] $pokepi[ diff --git a/partials/_picture.p b/lib/partials/picture.p index cdd1baf..cdd1baf 100644 --- a/partials/_picture.p +++ b/lib/partials/picture.p diff --git a/partials/_section.p b/lib/partials/section.p index 44135e1..44135e1 100644 --- a/partials/_section.p +++ b/lib/partials/section.p diff --git a/templates/_base.p b/lib/templates/base.p index 4b5536f..24d2db7 100644 --- a/templates/_base.p +++ b/lib/templates/base.p @@ -1,5 +1,5 @@ @USE -/partials/_header.p +../partials/header.p @base[title;body;css;js] <!DOCTYPE html> |
