-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
106 lines (87 loc) · 3.22 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Software Architect, Data Enthusiast, Open-source Champion
name: Muthu Kumaran Lekshmanan
email: [email protected]
location: San Francisco South Bay Area, CA, USA
company: Brocade Communications Systems
company_url: https://www.broadcom.com
github_url: https://github.com/softwarebrahma
github_username: softwarebrahma
description: A personal website of Muthu Kumaran Lekshmanan
favicon: code.png
repository: softwarebrahma/softwarebrahma.github.io
# The base hostname & protocol for your site
# For local test, http://localhost:4000
# For production, github page url
url: http://softwarebrahma.github.io
patent1_url: http://www.freepatentsonline.com/y2019/0356551.html
## Gem
gems:
- jekyll-paginate
- jekyll-geo-pattern
- rouge
- kramdown
- jekyll-github-metadata
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
source: .
destination: ./_site
quiet: false
defaults: []
kramdown:
input: GFM
enable_coderay: true
# Disque
disque: softwarebrahma.disqus.com
# Pagination
paginate: 10
paginate_path: 'page:num'
# Navigation. If you do not like these modules, just remove them :D
navs:
-
href: /
label: Home
-
href: /open-source
label: Open-Source
-
href: /blog
label: Blog
-
href: /bookmark
label: Bookmark
-
href: /about
label: About
# Sidebar to show popular repo
side_bar_repo_limit: 5 # Number of repos to show
# Google Analytics
analytics :
provider : google
google :
tracking_id : UA-26964693-1
# For about.html. Fell free to create your own!
skill_patent_keywords: [Systems and Methods for Context Based Multi-Dimensional Network Visualization]
skill_software_keywords: [Java, Scala, Python, Shell, SQL, PL/SQL]
skill_db_keywords: [PostgreSQL, MySQL, Oracle, Cassandra, Redis, Infinispan]
skill_model_keywords: [UML, yUML, ArgoUML, WebSequenceDiagrams]
skill_orm_keywords: [JPA, Hibernate, MyBatis]
skill_j2ee_keywords: [Jetty, Tomcat, Jboss/WildFly, NGINX, Spring Boot, Elastic Stack, JSP/Servlets, JAXP, JAXB, JSON-P, JSON-B, JDBC, JMS, EJB, Java EE, gRPC]
skill_web_keywords: [Microservices, REST, Swagger, JAX-RS, RESTEasy, WebSocket API, JAX-WS, Apache CXF, JSF 2, PrimeFaces, XML, XSLT, JSON, HTML, CSS, JavaScript]
skill_data_keywords: [GNU Octave, MATLAB, WSO2 CEP, Apache Kafka, Apache Ignite, Apache Spark, Apache Drill]
skill_ml_keywords: [Deep Learning, TensorFlow, Keras, Pandas, NumPy, SciPy, Matplotlib, CNN]
skill_tdd_keywords: [JUnit, TestNG]
skill_ide_keywords: [Eclipse, NetBeans, JDeveloper, JBuilder]
skill_prof_keywords: [YourKit, Jtest, JProbe suite, JiveLint, FindBugs, Checkstyle, PMD, Scalastyle]
skill_cicd_keywords: [Jenkins, Ant, Maven, Git, ClearCase, Perforce]
skill_collab_keywords: [Confluence, JIRA, Bugzilla, Gerrit, Collaborator, Slack, Yammer, SharePoint]
skill_deploy_keywords: [Unix, Linux, Windows, Docker, Swarm, Kubernetes]