Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Utopías Piratas
jekyll-streaming
Commits
9f815ade
Unverified
Commit
9f815ade
authored
Sep 05, 2019
by
fauno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seo
parent
20720c05
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
+15
-2
_config.yml
_config.yml
+10
-0
_layouts/default.html
_layouts/default.html
+3
-2
index.html
index.html
+2
-0
No files found.
_config.yml
View file @
9f815ade
title
:
MiauDev
url
:
https://miau.partidopirata.com.ar
lang
:
es
markdown
:
kramdown
streaming
:
...
...
@@ -8,3 +9,12 @@ streaming:
formats
:
-
webm
-
mp4
exclude
:
-
bin
-
node_modules
-
tmp
plugins
:
-
jekyll-seo-tag
-
jekyll-gzip
_layouts/default.html
View file @
9f815ade
<!DOCTYPE html>
<html
lang=
"{{ site.lang }}"
>
<html
lang=
"{{ site.lang }}"
prefix=
"og: http://ogp.me"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
{{ site.title }}
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"shortcut icon"
href=
"assets/favicon.gif"
>
<link
href=
"assets/main.css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"assets/streaming.js"
></script>
{% seo %}
</head>
<body
class=
"no-scroll"
>
{{ content }}
...
...
index.html
View file @
9f815ade
---
layout: default
title: Transmisión del MiauDev
image: assets/cover.jpg
---
<div
class=
"row is-paddingless"
>
...
...
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