Skip to content

Commit 897b0cd

Browse files
committed
made things sigint specific
1 parent ba9d609 commit 897b0cd

File tree

4 files changed

+17
-476
lines changed

4 files changed

+17
-476
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Thumbs.db
88

99
.rbenv-version
1010
.rvmrc
11+
*.swp

_config.yml

+8-26
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ pygments: true
88
# Themes are encouraged to use these universal variables
99
# so be sure to set them if your theme uses them.
1010
#
11-
title : Jekyll Bootstrap
12-
tagline: Site Tagline
11+
title : SIGINT
12+
tagline: UCSD CTF
1313
author :
14-
name : Name Lastname
15-
16-
github : username
17-
twitter : username
18-
feedburner : feedname
14+
name : SIGINT
15+
16+
github : sigint-ctf
1917

2018
# The production_url is only used when full-domain names are needed
2119
# such as sitemap.txt
@@ -25,7 +23,7 @@ author :
2523
# Else if you are pushing to username.github.io, replace with your username.
2624
# Finally if you are pushing to a GitHub project page, include the project name at the end.
2725
#
28-
production_url : http://username.github.io
26+
production_url : http://sigint.ru
2927

3028
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
3129
#
@@ -82,17 +80,8 @@ JB :
8280
comments :
8381
provider : disqus
8482
disqus :
85-
short_name : jekyllbootstrap
86-
livefyre :
87-
site_id : 123
88-
intensedebate :
89-
account : 123abc
90-
facebook :
91-
appid : 123
92-
num_posts: 5
93-
width: 580
94-
colorscheme: light
95-
83+
short_name : sigint
84+
9685
# Settings for analytics helper
9786
# Set 'provider' to the analytics provider you want to use.
9887
# Set 'provider' to false to turn analytics off globally.
@@ -101,13 +90,6 @@ JB :
10190
provider : google
10291
google :
10392
tracking_id : 'UA-123-12'
104-
getclicky :
105-
site_id :
106-
mixpanel :
107-
token : '_MIXPANEL_TOKEN_'
108-
piwik :
109-
baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
110-
idsite : '1' # the id of the site on Piwik
11193

11294
# Settings for sharing helper.
11395
# Sharing is for things like tweet, plusone, like, reddit buttons etc.

0 commit comments

Comments
 (0)