Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ak
Pykyll
Commits
50d06db0
Commit
50d06db0
authored
Mar 17, 2021
by
ak
Browse files
bump version
parent
9b03ea5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
examples/picture_test/README.md
examples/picture_test/README.md
+16
-0
pykyll.py
pykyll.py
+1
-1
No files found.
examples/picture_test/README.md
View file @
50d06db0
...
...
@@ -13,6 +13,8 @@
- [Audio](#audio)
- [Audio](#audio-1)
# Pictures and Embedds
...
...
@@ -103,6 +105,20 @@ A better way to embedd audio files may be implemented in a future version. Contr
---
### Audio
<audio
controls
src=
"audio.mp3"
type=
"audio/mpeg"
></audio>
```
html
<audio
controls
src=
"audio.mp3"
type=
"audio/mpeg"
></audio>
```
A better way to embedd audio files may be implemented in a future version. Contributions welcome.
---
#### Pictures and More
How-to with Pykyll
...
...
pykyll.py
View file @
50d06db0
...
...
@@ -85,7 +85,7 @@ class Pykyll:
conf
=
{}
VERSION
=
"V 0.6.
7
"
VERSION
=
"V 0.6.
8
"
def
__init__
(
self
,
work_dir
):
"""
...
...
ak
@ak
mentioned in commit
500cf598
·
Mar 22, 2021
mentioned in commit
500cf598
mentioned in commit 500cf59833c28eedc5ddc9e608eb3df6c6fa3ba3
Toggle commit list
ak
@ak
mentioned in commit
4f6a3958
·
Apr 04, 2021
mentioned in commit
4f6a3958
mentioned in commit 4f6a3958ab15f7f41b95f68d9c5b0c8e77027205
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment