Initial commit

This commit is contained in:
Carneiro 2024-10-02 11:24:06 -03:00
commit 6eda607495
9 changed files with 93 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

9
LICENSE Normal file
View File

@ -0,0 +1,9 @@
MIT License
Copyright (c) 2024 Alice
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# alice-jekyll-template

27
_config.yml Executable file
View File

@ -0,0 +1,27 @@
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:
- LICENSE
- README.md
# - 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