v0.3.0
* Getting environment variables and passwords from Vault (not tested yet) * Vault configuration to config (not tested yet) * Ability to run scripts from file on local machine on the remote host * Ability to get ouput in the notification of a list for individual commands or all commands * Make SSH connections close after all commands have been run; reuse previous connections if needed
This commit is contained in:
66
docs/themes/hugo-theme-relearn/exampleSite/content/tests/images/_index.en.md
vendored
Normal file
66
docs/themes/hugo-theme-relearn/exampleSite/content/tests/images/_index.en.md
vendored
Normal file
@ -0,0 +1,66 @@
|
||||
+++
|
||||
description = "Some testing for different styles of image links"
|
||||
title = "Images"
|
||||
+++
|
||||
|
||||
Some testing for different styles of image links.
|
||||
|
||||
## Markdown
|
||||
|
||||
### Resource SVG
|
||||
|
||||

|
||||
|
||||
### Relative to page
|
||||
|
||||

|
||||
|
||||
### Relative to page up level
|
||||
|
||||

|
||||
|
||||
### Static SVG
|
||||
|
||||

|
||||
|
||||
### External fully qualified
|
||||
|
||||

|
||||
|
||||
### External without scheme
|
||||
|
||||

|
||||
|
||||
### External without scheme and scheme separator
|
||||
|
||||

|
||||
|
||||
## HTML
|
||||
|
||||
### Resource SVG
|
||||
|
||||
<p><img src="test.svg?classes=shadow"></p>
|
||||
|
||||
### Relative to page
|
||||
|
||||
<p><img src="magic.gif?classes=shadow"></p>
|
||||
|
||||
### Relative to page up level
|
||||
|
||||
<p><img src="../images/magic.gif?classes=shadow&height=50px"></p>
|
||||
|
||||
### Static SVG
|
||||
|
||||
<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>
|
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/images/_index.pir.md
vendored
Normal file
5
docs/themes/hugo-theme-relearn/exampleSite/content/tests/images/_index.pir.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
description = "Some test'n fer different styles o' image links"
|
||||
title = "Images"
|
||||
+++
|
||||
{{< piratify >}}
|
BIN
docs/themes/hugo-theme-relearn/exampleSite/content/tests/images/magic.gif
vendored
Normal file
BIN
docs/themes/hugo-theme-relearn/exampleSite/content/tests/images/magic.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
1
docs/themes/hugo-theme-relearn/exampleSite/content/tests/images/test.svg
vendored
Normal file
1
docs/themes/hugo-theme-relearn/exampleSite/content/tests/images/test.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user