mirror of
				https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
				synced 2025-10-09 17:02:45 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			86 lines
		
	
	
		
			No EOL
		
	
	
		
			4.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			86 lines
		
	
	
		
			No EOL
		
	
	
		
			4.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|     <head>
 | |
|         <meta charset="UTF-8">
 | |
|         <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|         <meta property="og:image" content="/img/icon.jpg">
 | |
|         <meta property="og:locale" content="fr_FR">
 | |
|         <meta property="og:description" content="Code, nouvelles technologies et entrepreneurariat par Baptiste Lemoine">
 | |
|         <meta property="og:url" content="https://portfolio.cipherbliss.com/">
 | |
|         <meta property="og:site_name" content="Cipher Bliss">
 | |
|         <link rel="alternate" type="application/rss+xml" title="Cipher Bliss » Flux"
 | |
|             href="https://www.cipherbliss.com/feed/">
 | |
|         <link href="https://portfolio.cipherbliss.com/build/css/app.7d561c23.css" rel="stylesheet">
 | |
| 
 | |
|         <meta charset="utf-8">
 | |
| 
 | |
|         <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|         <title>$$TITLE$$</title>
 | |
|         <meta name="author" content="$$AUTHOR$$">
 | |
|         <link rel="alternate" type="application/rss+xml" title="Cipher Bliss » Flux"
 | |
|             href="http://www.cipherbliss.com/feed/">
 | |
|         <meta property="og:title" content="$$PAGE_TITLE$$">
 | |
|         <meta property="og:locale" content="$$LOCALE$$">
 | |
|         <!-- Description de la page -->
 | |
|         <meta name="description" content="$$DESCRIPTION$$">
 | |
|         <meta name="reply-to" content="$$EMAIL$$">
 | |
|         <link rel="icon" type="$$SITE_ICON$$" href="$$SITE_ICON$$">
 | |
|     </head>
 | |
| 
 | |
|     <body>
 | |
|         <div id="page">
 | |
|             <header>
 | |
|                 <header id="masthead" class="site-header">
 | |
|                     <nav class="navbar is-fixed-top is-dark" role="navigation" aria-label="main navigation">
 | |
|                         <div class="navbar-brand">
 | |
|                             <a class="navbar-item" href="https://portfolio.cipherbliss.com">
 | |
|                                 <img src="https://www.cipherbliss.com/wp-content/uploads/2016/12/rond.png"
 | |
|                                     class="img-fluid">
 | |
|                             </a>
 | |
| 
 | |
|                         </div>
 | |
| 
 | |
|                         <div id="navbarBasicExample" class="navbar-menu">
 | |
|                             <div class="navbar-start">
 | |
|                                 <a class="navbar-item" href="https://portfolio.cipherbliss.com">
 | |
|                                     <img src="https://www.cipherbliss.com/wp-content/uploads/2016/12/rond.png"
 | |
|                                         class="img-fluid">
 | |
|                                 </a>
 | |
|                                 $$NAVIGATION$$
 | |
|                             </div>
 | |
|                             <div class="navbar-end">
 | |
|                                 <div class="navbar-item">
 | |
|                                     <form role="search" method="get" class="search-form" action="/">
 | |
|                                         <label>
 | |
|                                             <input class="search-field" placeholder="Recherche" value="" name="s"
 | |
|                                                 type="search">
 | |
|                                         </label>
 | |
|                                         <input class="is-hidden search-submit" value="Rechercher" type="submit">
 | |
|                                     </form>
 | |
|                                 </div>
 | |
|                             </div>
 | |
|                         </div>
 | |
|                     </nav>
 | |
|                 </header>
 | |
|                 <div class="header-image">
 | |
|                     $$BANNIERE_ENTETE$$
 | |
|                     <!-- <img src="https://clairelemoine.art/wp-content/uploads/2023/10/cropped-SiteEntete-Oiseau-aquarelle-1.jpg" alt="$$BANNIERE_ENTETE_ALT$$"> -->
 | |
|                 </div>
 | |
| 
 | |
|             </header>
 | |
|             <main class="body-wrap boxed-container">
 | |
|                 <article class="content">
 | |
|                     $$ARTICLE$$
 | |
|                 </article>
 | |
|             </main>
 | |
|             <footer class="site-footer has-top-divider">
 | |
|                 <div class="container">
 | |
|                     <div class="site-footer-inner">
 | |
|                         $$FOOTER$$
 | |
|                     </div>
 | |
|                 </div>
 | |
|             </footer>
 | |
|         </div>
 | |
|     </body>
 | |
|     <!-- généré avec orgmode-to-gemini-blog par Tykayn -->
 | |
| </html> | 
