-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matheus Rocha Vieira
committed
May 14, 2018
1 parent
232d825
commit 8656a7c
Showing
166 changed files
with
2,839 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "presets": ["es2015"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
_site/ | ||
.sass-cache/ | ||
_site | ||
.sass-cache | ||
.jekyll-metadata | ||
_config.dev.yml | ||
node_modules | ||
*.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
language: ruby | ||
rvm: | ||
- 2.1 | ||
|
||
script: bundle exec jekyll build --destination _site/jkan && bundle exec htmlproof ./_site --disable-external --allow-hash-href | ||
|
||
branches: | ||
only: | ||
- gh-pages | ||
|
||
env: | ||
global: | ||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Please see the [Architecture](https://github.com/timwis/jkan/wiki/Architecture) page in the wiki. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "jekyll" | ||
gem "html-proofer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activesupport (5.2.0) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 0.7, < 2) | ||
minitest (~> 5.1) | ||
tzinfo (~> 1.1) | ||
addressable (2.5.2) | ||
public_suffix (>= 2.0.2, < 4.0) | ||
colorator (1.1.0) | ||
colorize (0.8.1) | ||
concurrent-ruby (1.0.5) | ||
em-websocket (0.5.1) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0.6.0) | ||
ethon (0.11.0) | ||
ffi (>= 1.3.0) | ||
eventmachine (1.2.6) | ||
ffi (1.9.23) | ||
forwardable-extended (2.6.0) | ||
html-proofer (3.8.0) | ||
activesupport (>= 4.2, < 6.0) | ||
addressable (~> 2.3) | ||
colorize (~> 0.8) | ||
mercenary (~> 0.3.2) | ||
nokogiri (~> 1.8.1) | ||
parallel (~> 1.3) | ||
typhoeus (~> 1.3) | ||
yell (~> 2.0) | ||
http_parser.rb (0.6.0) | ||
i18n (0.9.5) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (3.8.1) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 0.7) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 1.14) | ||
liquid (~> 4.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (>= 1.7, < 4) | ||
safe_yaml (~> 1.0) | ||
jekyll-sass-converter (1.5.2) | ||
sass (~> 3.4) | ||
jekyll-watch (2.0.0) | ||
listen (~> 3.0) | ||
kramdown (1.16.2) | ||
liquid (4.0.0) | ||
listen (3.1.5) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
ruby_dep (~> 1.2) | ||
mercenary (0.3.6) | ||
mini_portile2 (2.3.0) | ||
minitest (5.11.3) | ||
nokogiri (1.8.2) | ||
mini_portile2 (~> 2.3.0) | ||
parallel (1.12.1) | ||
pathutil (0.16.1) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (3.0.2) | ||
rb-fsevent (0.10.3) | ||
rb-inotify (0.9.10) | ||
ffi (>= 0.5.0, < 2) | ||
rouge (3.1.1) | ||
ruby_dep (1.5.0) | ||
safe_yaml (1.0.4) | ||
sass (3.5.6) | ||
sass-listen (~> 4.0.0) | ||
sass-listen (4.0.0) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
thread_safe (0.3.6) | ||
typhoeus (1.3.0) | ||
ethon (>= 0.9.0) | ||
tzinfo (1.2.5) | ||
thread_safe (~> 0.1) | ||
yell (2.0.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
html-proofer | ||
jekyll | ||
|
||
BUNDLED WITH | ||
1.16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,88 @@ | ||
theme: jekyll-theme-minimal | ||
title: CASI | ||
greeting: Welcome to JKAN | ||
description: Centro Acadêmico de Sistemas de Informação | ||
baseurl: /jkan | ||
logo: /img/jkan.png | ||
|
||
# Site theme | ||
jkan_theme: Default | ||
|
||
# Authentication | ||
github_client_id: | ||
gatekeeper_host: | ||
|
||
# Subject schema | ||
schema: default | ||
|
||
# Nav bar | ||
navigation: | ||
- title: Subjects | ||
url: /subjects/ | ||
- title: Periods | ||
url: /periods/ | ||
|
||
# Collections | ||
collections: | ||
subjects: | ||
output: true | ||
permalink: /subjects/:path/ | ||
periods: | ||
output: true | ||
permalink: /periods/:path/ | ||
|
||
# Collections (cont'd) | ||
defaults: | ||
- scope: | ||
path: "" | ||
type: subjects | ||
values: | ||
layout: subject | ||
category: Uncategorized | ||
period: N/A | ||
- scope: | ||
path: "" | ||
type: periods | ||
values: | ||
layout: period | ||
|
||
# Markdown settings | ||
markdown: kramdown | ||
kramdown: | ||
input: GFM | ||
|
||
# Google Analytics | ||
google_analytics: | ||
enabled: false | ||
code: "UA-XXXXXX-1" | ||
|
||
# US Digital Analytics Program - https://analytics.usa.gov | ||
digital_analytics_program: | ||
enabled: false | ||
agency: "" | ||
subagency: "" | ||
|
||
# Hypothesis.io - Annotator | ||
hypothesis: | ||
enabled: false | ||
|
||
twittercard: | ||
enabled: false | ||
username: "@" | ||
|
||
# Open Graph | ||
opengraph: | ||
enabled: true | ||
|
||
# Exclude these files from the build | ||
exclude: | ||
- Gemfile | ||
- Gemfile.lock | ||
- vendor | ||
- .travis.yml | ||
- node_modules | ||
- scripts/src | ||
- package.json | ||
- webpack.config.js | ||
- README.md | ||
- LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
- name: Programação | ||
logo: /img/categories/arts-culture-history.svg | ||
featured: true | ||
- name: Budget / Finance | ||
logo: /img/categories/budget-finance.svg | ||
logo_credit: Renan Ferreira Santos from the Noun Project | ||
featured: true | ||
- name: Economy | ||
logo: /img/categories/economy.svg | ||
logo_credit: Vectors Market from the Noun Project | ||
featured: true | ||
- name: Education | ||
logo: /img/categories/education.svg | ||
logo_credit: Sergey Patutin from the Noun Project | ||
featured: true | ||
- name: Elections / Politics | ||
logo: /img/categories/elections-politics.svg | ||
logo_credit: Jean Soo from the Noun Project | ||
featured: true | ||
- name: Environment | ||
logo: /img/categories/environment.svg | ||
featured: true | ||
- name: Food | ||
logo: /img/categories/food.svg | ||
logo_credit: Creative Stall from the Noun Project | ||
featured: true | ||
- name: Health / Human Services | ||
logo: /img/categories/health-human-services.svg | ||
logo_credit: Timothy Miller from the Noun Project | ||
featured: true | ||
- name: Parks / Recreation | ||
logo: /img/categories/parks-recreation.svg | ||
logo_credit: Pipe Rosas Licht from the Noun Project | ||
featured: true | ||
- name: Planning / Zoning | ||
logo: /img/categories/planning-zoning.svg | ||
featured: true | ||
- name: Public Safety | ||
logo: /img/categories/public-safety.svg | ||
logo_credit: Rohith M S from the Noun Project | ||
featured: true | ||
- name: Real Estate / Land Records | ||
logo: /img/categories/real-estate-land-records.svg | ||
featured: true | ||
- name: Transportation | ||
logo: /img/categories/transportation.svg | ||
logo_credit: Dmitry Baranovskiy from the Noun Project | ||
featured: true | ||
- name: Uncategorized | ||
logo: /img/categories/uncategorized.svg | ||
logo_credit: Edward Boatman from the Noun Project | ||
featured: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
'https://creativecommons.org/licenses/by/4.0/': Creative Commons Attribution | ||
'https://creativecommons.org/licenses/by-sa/4.0/': Creative Commons Attribution Share-Alike | ||
'https://creativecommons.org/publicdomain/zero/1.0/': Creative Commons CCZero | ||
'https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/': UK Open Government Licence | ||
'http://www.opendefinition.org/licenses/odc-by': Open Data Commons Attribution License | ||
'http://www.opendefinition.org/licenses/odc-odbl': Open Data Commons Open Database License (ODbL) | ||
'http://www.opendefinition.org/licenses/odc-pddl': Open Data Commons Public Domain Dedication and Licence (PDDL) | ||
'': Not Applicable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# To add fields, make a new schema file in this directory | ||
# and change the schema setting in _config.yml to its name | ||
subject_fields: | ||
- field_name: title | ||
label: Nome da Disciplina | ||
datajson: title | ||
- field_name: code | ||
label: Código da Disciplina | ||
datajson: publisher.name | ||
- field_name: notes | ||
label: Ementa | ||
form_template: form/textarea.html | ||
datajson: description | ||
- field_name: category | ||
label: Category | ||
form_template: form/category.html | ||
display_template: display/category.html | ||
|
||
resource_fields: | ||
- field_name: name | ||
label: Nome do Material Complementar | ||
datajson: distribution.title | ||
- field_name: code | ||
label: Código da Disciplina | ||
- field_name: format | ||
label: Formato | ||
datajson: distribution.format | ||
form_template: form/dropdown.html | ||
values: | ||
- Documento | ||
- Slides | ||
- Exercícios | ||
- Imagem | ||
- Tabela | ||
- Infografico | ||
- Dataset | ||
|
||
|
||
period_fields: | ||
- field_name: title | ||
label: Title | ||
- field_name: description | ||
label: Description | ||
- field_name: logo | ||
label: Logo | ||
|
||
|
||
associated_field: | ||
- field_name: name | ||
label: Nome do Associado | ||
- field_name: enrollment | ||
label: Número de Matrícula (com ER/EF/EV) | ||
- field_name: facebook | ||
label: Link do Facebook | ||
|
||
|
||
challenges_field: | ||
- field_name: name | ||
label: Nome do Desafio | ||
- field_name: sponsor | ||
label: Patrcínador | ||
- field_name: awards | ||
label: Premiação | ||
- field_name: difficulty | ||
label: Dificuldade | ||
- field_name: description | ||
label: Descrição | ||
- field_name: url | ||
label: URL | ||
|
||
|
||
category_fields: | ||
- field_name: name | ||
label: Nome da Categoria | ||
- field_name: logo | ||
label: Logo | ||
- field_name: logo_credit | ||
label: Logo Credit | ||
- field_name: featured | ||
label: Destaque na Home | ||
form_template: form/checkbox.html |
Oops, something went wrong.