move files to pages
Deploy / Deploy (push) Successful in 2m7s
Details
Deploy / Deploy (push) Successful in 2m7s
Details
This commit is contained in:
parent
856b5c314f
commit
646f89a535
|
@ -26,6 +26,15 @@ exclude:
|
|||
- Gemfile.lock
|
||||
- update.sh
|
||||
- makefile
|
||||
- mystyle.csl
|
||||
|
||||
header_pages:
|
||||
pages/about.md
|
||||
pages/home.html
|
||||
pages/index.html
|
||||
pages/peoples.md
|
||||
pages/publications.md
|
||||
pages/trens.md
|
||||
|
||||
collections_dir: collections
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
<meta http-equiv="refresh" content="0; url=/legado" />
|
|
@ -1,19 +0,0 @@
|
|||
Gem::Specification.new do |spec|
|
||||
spec.name = "alice"
|
||||
spec.version = "0.0.0"
|
||||
spec.authors = ["Emerso"]
|
||||
|
||||
spec.summary = "Tema do alice"
|
||||
spec.homepage = "https://git.alice.ufsj.edu.br/alice/alice"
|
||||
spec.license = "MIT"
|
||||
|
||||
spec.metadata["plugin_type"] = "theme"
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0").select do |f|
|
||||
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))!i)
|
||||
end
|
||||
|
||||
spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0"
|
||||
|
||||
spec.add_development_dependency "bundler"
|
||||
end
|
|
@ -2,7 +2,7 @@
|
|||
layout: default
|
||||
title: Sobre
|
||||
displaymenu: true
|
||||
layoutTipe: atual
|
||||
permalink: /about.html
|
||||
---
|
||||
|
||||
{% include pages/about.html %}
|
|
@ -2,8 +2,7 @@
|
|||
layout: default
|
||||
title: home
|
||||
displaymenu: false
|
||||
layoutTipe: atual
|
||||
lang: pt
|
||||
permalink: /home.html
|
||||
---
|
||||
|
||||
{% include pages/home.html %}
|
|
@ -2,7 +2,7 @@
|
|||
layout: default
|
||||
title: Inicio
|
||||
displaymenu: true
|
||||
layoutTipe: atual
|
||||
permalink: /
|
||||
---
|
||||
|
||||
{% include pages/home.html %}
|
||||
|
@ -47,4 +47,4 @@ layoutTipe: atual
|
|||
|
||||
|
||||
|
||||
</script>
|
||||
</script>
|
|
@ -2,7 +2,7 @@
|
|||
layout: default
|
||||
title: Pessoas
|
||||
displaymenu: true
|
||||
layoutTipe: atual
|
||||
permalink: /peoples.html
|
||||
---
|
||||
|
||||
{% include pages/peoples.html %}
|
|
@ -2,8 +2,8 @@
|
|||
layout: default
|
||||
title: Publicações
|
||||
layoutTipe: atual
|
||||
displaymenu: true
|
||||
lang: pt
|
||||
permalink: /publications.html
|
||||
|
||||
---
|
||||
|
||||
{% include pages/publications.html %}
|
|
@ -2,6 +2,6 @@
|
|||
layout: default
|
||||
title: trens
|
||||
displaymenu: true
|
||||
layoutTipe: atual
|
||||
permalink: /trens.html
|
||||
---
|
||||
{% include pages/trens.html %}
|
Loading…
Reference in New Issue