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.
|
||||
# Happy Jekylling!
|
||||
gem "jekyll"
|
||||
gem "alice", path: "../alice_sites/AliceTheme"
|
||||
# gem "alice", path: "../alice_sites/AliceTheme"
|
||||
|
||||
# para tester no jekylserver
|
||||
# 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
|
||||
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
|
||||
#theme: minima
|
||||
|
|
|
@ -41,7 +41,7 @@ lang: pt
|
|||
id="etherpad-iframe"
|
||||
src="https://pad.alice.ufsj.edu.br/p/{{ page.title }}"
|
||||
width="100%"
|
||||
height="500px"
|
||||
height="900px"
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
|
|
|
@ -26,6 +26,7 @@ lang: pt
|
|||
<h1>{{ autor.title }}</h1>
|
||||
</a>
|
||||
<p>{{ autor.content }}</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue