Initial check-in after refactoring to use Hugo site generator with ReLearn template. HTTP Status Codes page not done--nor adwords added.
This commit is contained in:
		
							
								
								
									
										58
									
								
								themes/relearn/exampleSite/content/tests/images/_index.en.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										58
									
								
								themes/relearn/exampleSite/content/tests/images/_index.en.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,58 @@ | ||||
| +++ | ||||
| description = "Some testing for different styles of image links" | ||||
| title = "Images" | ||||
| +++ | ||||
|  | ||||
| Some testing for different styles of image links. | ||||
|  | ||||
| ## Markdown | ||||
|  | ||||
| ### Relative to page | ||||
|  | ||||
|  | ||||
|  | ||||
| ### Relative to page up level | ||||
|  | ||||
|  | ||||
|  | ||||
| ### Static | ||||
|  | ||||
|  | ||||
|  | ||||
| ### External fully qualified | ||||
|  | ||||
|  | ||||
|  | ||||
| ### External without scheme | ||||
|  | ||||
|  | ||||
|  | ||||
| ### External without scheme and scheme separator | ||||
|  | ||||
|  | ||||
|  | ||||
| ## HTML | ||||
|  | ||||
| ### Relative to page | ||||
|  | ||||
| <p><img src="images/magic.gif?classes=shadow&height=50px"></p> | ||||
|  | ||||
| ### Relative to page up level | ||||
|  | ||||
| <p><img src="../images/images/magic.gif?classes=shadow&height=50px"></p> | ||||
|  | ||||
| ### Static | ||||
|  | ||||
| <p><img src="/images/logo.svg?classes=shadow&height=50px"></p> | ||||
|  | ||||
| ### External fully qualified | ||||
|  | ||||
| <p><img src="https://octodex.github.com/images/minion.png?classes=shadow&height=50px"></p> | ||||
|  | ||||
| ### External without scheme | ||||
|  | ||||
| <p><img src="//octodex.github.com/images/minion.png?classes=shadow&height=50px"></p> | ||||
|  | ||||
| ### External without scheme and scheme separator | ||||
|  | ||||
| <p><img src="octodex.github.com/images/minion.png?classes=shadow&height=50px"></p> | ||||
		Reference in New Issue
	
	Block a user