-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
70 lines (69 loc) · 2.16 KB
/
config.js
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
module.exports = {
pathPrefix: '/',
siteUrl: 'https://b.fptbb.com',
siteTitle: 'Blog do Fp',
siteDescription: 'Um conteudo um tanto aleatorio.',
author: 'fptbb',
postsForArchivePage: 3,
defaultLanguage: 'pt-br',
disqusScript: 'https://blog-do-fp.disqus.com/embed.js',
pages: {
home: '/',
blog: 'blog',
about: 'about',
tag: 'tag',
archive: 'archive'
},
social: {
github: 'https://github.com/fptbb',
linkedin: '',
rss: '/rss.xml'
},
tags: {
angular: {
description: 'Angular is an open source web application platform.'
},
electron: {
description: 'Electron is a framework for building cross-platform desktop applications with web technology.'
},
javascript: {
description: 'JavaScript is an object-oriented programming language used alongside HTML and CSS to give functionality to web pages.'
},
laravel: {
description: 'Laravel is a PHP framework for building web applications following the MVC pattern.'
},
nodejs: {
name: 'Node.js',
description: 'Node.js is a tool for executing JavaScript in a variety of environments.'
},
rxjs: {
name: 'RxJS',
description: 'RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code.'
},
sass: {
description: 'Sass is a stable extension to classic CSS.'
},
typescript: {
description: 'TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.'
},
react: {
description: 'React is an open source JavaScript library used for designing user interfaces.'
},
vuejs: {
name: 'Vue.js',
description: 'Vue.js is a JavaScript framework for building interactive web applications.'
},
projetos: {
name: 'Projetos',
description: 'Publicações relacionadas aos meus projetos.'
},
aleatorio: {
name: 'Aleatorios',
description: 'Publicações sem sentido, logica, ou motivo de existir, apenas estão aqui porque sim.'
},
programacao: {
name: 'Programação',
description: 'Publicações relacionadas aos meus projetos.'
}
}
}