add template files

This commit is contained in:
Carneiro 2024-09-09 14:31:33 -03:00
parent 0f23f3b54a
commit 01323701c9
7 changed files with 80 additions and 0 deletions

2
.bundle/config Executable file
View File

@ -0,0 +1,2 @@
---
BUNDLE_PATH: "vendor/bundle"

6
.gitignore vendored Executable file
View File

@ -0,0 +1,6 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
Gemfile.lock
vendor

7
Gemfile Executable file
View File

@ -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

25
_config.yml Executable file
View File

@ -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

25
pages/404.html Executable file
View File

@ -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>

9
pages/about.md Executable file
View File

@ -0,0 +1,9 @@
---
layout: default
title: About
permalink: /about/
---
# BAO NE?
BAO DMS

6
pages/index.html Executable file
View File

@ -0,0 +1,6 @@
---
layout: default
permalink: /
---
MEU SITE EH BAO