Publishing to gh-pages (deploy.sh)
This commit is contained in:
		
							parent
							
								
									bd261a8a60
								
							
						
					
					
						commit
						9a33b383b9
					
				
					 7 changed files with 351 additions and 72 deletions
				
			
		|  | @ -11,26 +11,47 @@ | |||
|     </head> | ||||
|     <body> | ||||
|         <header> | ||||
|     <h1 class="site-title">Hazel's Site</h1> | ||||
|     <nav> | ||||
|          | ||||
|         <a href="https://hazelnut.dev"> | ||||
|             Home | ||||
|         </a> | ||||
|          | ||||
|         <a href="https://hazelnut.dev/glog"> | ||||
|             GLOG Rules | ||||
|         </a> | ||||
|          | ||||
|         <a href="https://pics.hazelnut.dev"> | ||||
|             Photos | ||||
|         </a> | ||||
|          | ||||
|         <ul> | ||||
|              | ||||
|                 <li> | ||||
|                     <a class="internal" href="https://hazelnut.dev"> | ||||
|                         Home | ||||
|                     </a> | ||||
|                 </li> | ||||
|              | ||||
|                 <li> | ||||
|                     <a class="" href="https://hazelnut.dev/glog"> | ||||
|                         GLOG Rules | ||||
|                     </a> | ||||
|                 </li> | ||||
|              | ||||
|                 <li> | ||||
|                     <a class="internal" href="https://hazelnut.dev/tabletop"> | ||||
|                         Tabletop Shit | ||||
|                     </a> | ||||
|                 </li> | ||||
|              | ||||
|                 <li> | ||||
|                     <a class="" href="https://pics.hazelnut.dev"> | ||||
|                         Photos | ||||
|                     </a> | ||||
|                 </li> | ||||
|              | ||||
|         </ul> | ||||
|     </nav> | ||||
| </header> | ||||
| 
 | ||||
|         <div id="content"> | ||||
|              | ||||
| <h1>Table of Contents</h1> | ||||
| 
 | ||||
| <h1 class="post-title">Habeline GLOG</h1> | ||||
| <p class="post-date">2020-06-17</p> | ||||
| 
 | ||||
| 
 | ||||
| <h1>Table of Contents <span id="toc-toggle">[-]</span></h1> | ||||
| <div id="toc"> | ||||
| <ul> | ||||
| 
 | ||||
|     <li> | ||||
|  | @ -204,6 +225,30 @@ | |||
|     </li> | ||||
| 
 | ||||
| </ul> | ||||
| </div> | ||||
| <script> | ||||
|  var shown = false; | ||||
|  var toggle = document.getElementById("toc-toggle"); | ||||
|  var toc = document.getElementById("toc"); | ||||
| 
 | ||||
|  function update() { | ||||
|      if (shown) { | ||||
|          toc.style.display = "block"; | ||||
|          toggle.innerHTML = "[-]"; | ||||
|      } else { | ||||
|          toc.style.display = "none"; | ||||
|          toggle.innerHTML = "[+]"; | ||||
|      } | ||||
|  } | ||||
|   | ||||
|  toggle.parentNode.addEventListener("click", function() { | ||||
|      shown = !shown; | ||||
|      update(); | ||||
|  }); | ||||
| 
 | ||||
|  update(); | ||||
| </script> | ||||
| 
 | ||||
| 
 | ||||
| <h1 id="core-rules">Core Rules</h1> | ||||
| <h2 id="stats">Stats</h2> | ||||
|  | @ -517,6 +562,7 @@ | |||
| <p>At level 10 and above, a PC who dies can attempt to fight death. Should they best whatever reaper or being has come to collect their soul, they can return to life or possibly work out some other deal. Future saves to avoid death will be at a penalty.</p> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|         </div> | ||||
|         <div id="footer"> | ||||
|              | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue