mirror of
				https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
				synced 2025-10-09 17:02:45 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			110 lines
		
	
	
		
			No EOL
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			110 lines
		
	
	
		
			No EOL
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | ||
| <html lang="fr">
 | ||
| <head>
 | ||
| <meta charset="UTF-8">
 | ||
| <title>dragonfeu_blog</title>
 | ||
| <style type='text/css'>* {
 | ||
|     box-sizing: border-box;
 | ||
|     margin: 0;
 | ||
|     padding: 0;
 | ||
| }
 | ||
| 
 | ||
| body {
 | ||
|     font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Arial, sans-serif;
 | ||
|     text-align: left;
 | ||
|     margin: 0 auto;
 | ||
|     font-size: 1rem;
 | ||
|     max-width: 600px;
 | ||
| }
 | ||
| 
 | ||
| h1, h2, h3, h4, h5, h6 {
 | ||
|     font-family: "Open Sans", "Noto Sans", Times, serif;
 | ||
| }
 | ||
| 
 | ||
| /* 1. Use a more-intuitive box-sizing model */
 | ||
| *, *::before, *::after {
 | ||
|   box-sizing: border-box;
 | ||
| }
 | ||
| 
 | ||
| /* 2. Remove default margin */
 | ||
| * {
 | ||
|   margin: 0;
 | ||
| }
 | ||
| 
 | ||
| body {
 | ||
|   /* 3. Add accessible line-height */
 | ||
|   line-height: 1.5;
 | ||
|   /* 4. Improve text rendering */
 | ||
|   -webkit-font-smoothing: antialiased;
 | ||
| }
 | ||
| 
 | ||
| /* 5. Improve media defaults */
 | ||
| img, picture, video, canvas, svg {
 | ||
|   display: block;
 | ||
|   max-width: 100%;
 | ||
| }
 | ||
| 
 | ||
| /* 6. Inherit fonts for form controls */
 | ||
| input, button, textarea, select {
 | ||
|   font: inherit;
 | ||
| }
 | ||
| 
 | ||
| /* 7. Avoid text overflows */
 | ||
| p, h1, h2, h3, h4, h5, h6 {
 | ||
|   overflow-wrap: break-word;
 | ||
| }
 | ||
| 
 | ||
| /* 8. Improve line wrapping */
 | ||
| p {
 | ||
|   text-wrap: pretty;
 | ||
| }
 | ||
| h1, h2, h3, h4, h5, h6 {
 | ||
|   text-wrap: balance;
 | ||
| }
 | ||
| 
 | ||
| /*
 | ||
|   9. Create a root stacking context
 | ||
| */
 | ||
| #root, #__next {
 | ||
|   isolation: isolate;
 | ||
| }
 | ||
| 
 | ||
| input, button, textarea, select {
 | ||
|   font: inherit;
 | ||
| }
 | ||
| 
 | ||
| </style></head>
 | ||
| <body>
 | ||
| <!DOCTYPE html>
 | ||
| <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
 | ||
| <head>
 | ||
|   <meta charset="utf-8" />
 | ||
|   <meta name="generator" content="pandoc" />
 | ||
|   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
 | ||
|   <title>dragonfeu_blog</title>
 | ||
|   <style>
 | ||
|     code{white-space: pre-wrap;}
 | ||
|     span.smallcaps{font-variant: small-caps;}
 | ||
|     span.underline{text-decoration: underline;}
 | ||
|     div.column{display: inline-block; vertical-align: top; width: 50%;}
 | ||
|     div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
 | ||
|     ul.task-list{list-style: none;}
 | ||
|   </style>
 | ||
| </head>
 | ||
| <body>
 | ||
| <header id="title-block-header">
 | ||
| <h1 class="title">dragonfeu_blog</h1>
 | ||
| </header>
 | ||
| <hr />
 | ||
| <p>Les trucs d'un dragon qui roule plus vite à vélo tel un neutron rapide, mais avec un casque opour le vélotaf chez Hexana.</p>
 | ||
| <hr />
 | ||
| <p>À propos => a-propos.gmi</p>
 | ||
| <p>Projets => projets.gmi</p>
 | ||
| <p>Contact => contact.gmi</p>
 | ||
| <p>BlogRoll => blogroll.gmi</p>
 | ||
| <hr />
 | ||
| </body>
 | ||
| </html>
 | ||
| 
 | ||
| </body>
 | ||
| </html> | 
