feat(Compose): Passage à Docker Compose et simplification Docker

This commit is contained in:
2022-10-07 18:12:10 +02:00
parent c583cbf108
commit 329b069872
17 changed files with 61 additions and 62 deletions

45
config/template.bl4n Normal file
View File

@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="generator" content="rawdog __version__" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Papa Ogre veille au grain</title>
<link rel="stylesheet" href="bulma.min.css">
<style>
.items .day h2 {
font-weight: bold;
font-size: 150%;
}
</style>
</head>
<body>
<div class="container">
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
<h1 class="title">
Papa Ogre veille au grain&nbsp
</h1>
<h2 class="subtitle">
__num_items__ items from __num_feeds__ feeds
</h2>
</div>
</div>
</section>
<section class="pagination">
__paged_output_pages__
</section>
<section class="section items">
__items__
</section>
<section class="pagination">
__paged_output_pages__
</section>
</div>
</body>
</html>