-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
28 lines (25 loc) · 1.01 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################################################
# Variables
title: "Hardware Livre USP"
description: "Grupo de extensão do IME-USP cujo objetivo é estudar e desenvolver projetos de hardware."
baseurl: ""
url: "http://hardwarelivreusp.org"
# Social Media
facebook: "https://www.facebook.com/Hardwarelivreusp/"
github: "https://github.com/HardwareLivreUSP"
instagram: "https://www.instagram.com/hardwarelivreusp/"
telegram: "https://t.me/joinchat/CgYAr0SrX62zP9Ci__eAfg"
youtube: "https://www.youtube.com/channel/UCmjqVK00Py4OyQz2qkOg7ew"
lastfm: "https://www.last.fm/pt/user/HardwareLivre"
email: "[email protected]"
# Build Settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 12
paginate_path: "/blog/page:num/"
exclude: ["node_modules","Gruntfile.js","package.json","README.md"]
plugins:
- jekyll-paginate
- jekyll-redirect-from
################################################################################