Etherpad size
Deploy / Deploy (push) Successful in 21s
Details
Deploy / Deploy (push) Successful in 21s
Details
This commit is contained in:
parent
5d61596f9c
commit
7a317b9b8d
2
Gemfile
2
Gemfile
|
@ -8,7 +8,7 @@ source "https://rubygems.org"
|
||||||
# This will help ensure the proper Jekyll version is running.
|
# This will help ensure the proper Jekyll version is running.
|
||||||
# Happy Jekylling!
|
# Happy Jekylling!
|
||||||
gem "jekyll"
|
gem "jekyll"
|
||||||
gem "alice", path: "../alice_sites/AliceTheme"
|
# gem "alice", path: "../alice_sites/AliceTheme"
|
||||||
|
|
||||||
# para tester no jekylserver
|
# para tester no jekylserver
|
||||||
# gem "alice", path: "../AliceTheme"
|
# gem "alice", path: "../AliceTheme"
|
||||||
|
|
|
@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
|
||||||
# baseurl: /~carneiro/aliceclass # the subpath of your site, e.g. /blog
|
# baseurl: /~carneiro/aliceclass # the subpath of your site, e.g. /blog
|
||||||
url: "https://class.alice.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://class.alice.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
|
||||||
theme: alice
|
# theme: alice
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
#theme: minima
|
#theme: minima
|
||||||
|
|
|
@ -41,7 +41,7 @@ lang: pt
|
||||||
id="etherpad-iframe"
|
id="etherpad-iframe"
|
||||||
src="https://pad.alice.ufsj.edu.br/p/{{ page.title }}"
|
src="https://pad.alice.ufsj.edu.br/p/{{ page.title }}"
|
||||||
width="100%"
|
width="100%"
|
||||||
height="500px"
|
height="900px"
|
||||||
frameborder="0">
|
frameborder="0">
|
||||||
</iframe>
|
</iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -26,6 +26,7 @@ lang: pt
|
||||||
<h1>{{ autor.title }}</h1>
|
<h1>{{ autor.title }}</h1>
|
||||||
</a>
|
</a>
|
||||||
<p>{{ autor.content }}</p>
|
<p>{{ autor.content }}</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue