mirror of
				https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
				synced 2025-10-09 17:02:45 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			78 lines
		
	
	
		
			No EOL
		
	
	
		
			3.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			No EOL
		
	
	
		
			3.3 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="contact@cipherbliss.com"><!-- Adresse de contact -->
 | |
|     <link rel="icon" type="image/png" href="/img/site_icon.png">
 | |
| </head>
 | |
| <body>
 | |
|     <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="https://www.cipherbliss.com/">
 | |
|                                 <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>
 | |
|     </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>
 | |
| 
 | |
| </body>
 | |
| 
 | |
| </html> | 
