add template files
This commit is contained in:
parent
0f23f3b54a
commit
01323701c9
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
BUNDLE_PATH: "vendor/bundle"
|
|
@ -0,0 +1,6 @@
|
||||||
|
_site
|
||||||
|
.sass-cache
|
||||||
|
.jekyll-cache
|
||||||
|
.jekyll-metadata
|
||||||
|
Gemfile.lock
|
||||||
|
vendor
|
|
@ -0,0 +1,7 @@
|
||||||
|
source "https://rubygems.org"
|
||||||
|
gem "jekyll"
|
||||||
|
gem "alice", git: "https://git.alice.ufsj.edu.br/Alice/AliceTheme"
|
||||||
|
|
||||||
|
# group :jekyll_plugins do
|
||||||
|
# gem "jekyll-feed"
|
||||||
|
# end
|
|
@ -0,0 +1,25 @@
|
||||||
|
title: NOME DO SITE
|
||||||
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
|
DESCRIÇÃO DO SITE
|
||||||
|
|
||||||
|
# baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
|
# url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
|
||||||
|
# Build settings
|
||||||
|
theme: alice
|
||||||
|
# plugins:
|
||||||
|
# - jekyll-feed
|
||||||
|
|
||||||
|
|
||||||
|
collections_dir: collections
|
||||||
|
|
||||||
|
header_pages:
|
||||||
|
- pages/index.html
|
||||||
|
- pages/about.html
|
||||||
|
- pages/404.html
|
||||||
|
|
||||||
|
#
|
||||||
|
# exclude:
|
||||||
|
# - makefile
|
||||||
|
# - Gemfile
|
||||||
|
# - Gemfile.lock
|
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
permalink: /404.html
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
.container {
|
||||||
|
margin: 10px auto;
|
||||||
|
max-width: 600px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
margin: 30px 0;
|
||||||
|
font-size: 4em;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<h1>404</h1>
|
||||||
|
|
||||||
|
<p><strong>Page not found :(</strong></p>
|
||||||
|
<p>The requested page could not be found.</p>
|
||||||
|
</div>
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: About
|
||||||
|
permalink: /about/
|
||||||
|
---
|
||||||
|
|
||||||
|
# BAO NE?
|
||||||
|
|
||||||
|
BAO DMS
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /
|
||||||
|
---
|
||||||
|
|
||||||
|
MEU SITE EH BAO
|
Loading…
Reference in New Issue