Skip to content

Commit 3b77008

Browse files
committed
just updates + typos
1 parent c41380a commit 3b77008

File tree

8 files changed

+277
-9
lines changed

8 files changed

+277
-9
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages'
2+
gem 'github-pages'

Gemfile.lock

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.2.2)
6+
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
10+
tzinfo (~> 1.1)
11+
blankslate (2.1.2.4)
12+
celluloid (0.16.0)
13+
timers (~> 4.0.0)
14+
classifier-reborn (2.0.3)
15+
fast-stemmer (~> 1.0)
16+
coffee-script (2.4.1)
17+
coffee-script-source
18+
execjs
19+
coffee-script-source (1.9.1.1)
20+
colorator (0.1)
21+
execjs (2.5.2)
22+
fast-stemmer (1.0.2)
23+
ffi (1.9.8)
24+
gemoji (2.1.0)
25+
github-pages (38)
26+
RedCloth (= 4.2.9)
27+
github-pages-health-check (~> 0.2)
28+
jekyll (= 2.4.0)
29+
jekyll-coffeescript (= 1.0.1)
30+
jekyll-feed (= 0.3.0)
31+
jekyll-mentions (= 0.2.1)
32+
jekyll-redirect-from (= 0.8.0)
33+
jekyll-sass-converter (= 1.2.0)
34+
jekyll-sitemap (= 0.8.1)
35+
jemoji (= 0.4.0)
36+
kramdown (= 1.5.0)
37+
liquid (= 2.6.2)
38+
maruku (= 0.7.0)
39+
mercenary (~> 0.3)
40+
pygments.rb (= 0.6.3)
41+
rdiscount (= 2.1.7)
42+
redcarpet (= 3.3.1)
43+
terminal-table (~> 1.4)
44+
github-pages-health-check (0.3.1)
45+
net-dns (~> 0.6)
46+
public_suffix (~> 1.4)
47+
hitimes (1.2.2)
48+
html-pipeline (1.9.0)
49+
activesupport (>= 2)
50+
nokogiri (~> 1.4)
51+
i18n (0.7.0)
52+
jekyll (2.4.0)
53+
classifier-reborn (~> 2.0)
54+
colorator (~> 0.1)
55+
jekyll-coffeescript (~> 1.0)
56+
jekyll-gist (~> 1.0)
57+
jekyll-paginate (~> 1.0)
58+
jekyll-sass-converter (~> 1.0)
59+
jekyll-watch (~> 1.1)
60+
kramdown (~> 1.3)
61+
liquid (~> 2.6.1)
62+
mercenary (~> 0.3.3)
63+
pygments.rb (~> 0.6.0)
64+
redcarpet (~> 3.1)
65+
safe_yaml (~> 1.0)
66+
toml (~> 0.1.0)
67+
jekyll-coffeescript (1.0.1)
68+
coffee-script (~> 2.2)
69+
jekyll-feed (0.3.0)
70+
jekyll-gist (1.2.1)
71+
jekyll-mentions (0.2.1)
72+
html-pipeline (~> 1.9.0)
73+
jekyll (~> 2.0)
74+
jekyll-paginate (1.1.0)
75+
jekyll-redirect-from (0.8.0)
76+
jekyll (>= 2.0)
77+
jekyll-sass-converter (1.2.0)
78+
sass (~> 3.2)
79+
jekyll-sitemap (0.8.1)
80+
jekyll-watch (1.2.1)
81+
listen (~> 2.7)
82+
jemoji (0.4.0)
83+
gemoji (~> 2.0)
84+
html-pipeline (~> 1.9)
85+
jekyll (~> 2.0)
86+
json (1.8.3)
87+
kramdown (1.5.0)
88+
liquid (2.6.2)
89+
listen (2.10.1)
90+
celluloid (~> 0.16.0)
91+
rb-fsevent (>= 0.9.3)
92+
rb-inotify (>= 0.9)
93+
maruku (0.7.0)
94+
mercenary (0.3.5)
95+
mini_portile (0.6.2)
96+
minitest (5.7.0)
97+
net-dns (0.8.0)
98+
nokogiri (1.6.6.2)
99+
mini_portile (~> 0.6.0)
100+
parslet (1.5.0)
101+
blankslate (~> 2.0)
102+
posix-spawn (0.3.11)
103+
public_suffix (1.5.1)
104+
pygments.rb (0.6.3)
105+
posix-spawn (~> 0.3.6)
106+
yajl-ruby (~> 1.2.0)
107+
rb-fsevent (0.9.5)
108+
rb-inotify (0.9.5)
109+
ffi (>= 0.5.0)
110+
rdiscount (2.1.7)
111+
redcarpet (3.3.1)
112+
safe_yaml (1.0.4)
113+
sass (3.4.14)
114+
terminal-table (1.4.5)
115+
thread_safe (0.3.5)
116+
timers (4.0.1)
117+
hitimes
118+
toml (0.1.2)
119+
parslet (~> 1.5.0)
120+
tzinfo (1.2.2)
121+
thread_safe (~> 0.1)
122+
yajl-ruby (1.2.1)
123+
124+
PLATFORMS
125+
ruby
126+
127+
DEPENDENCIES
128+
github-pages
129+
130+
BUNDLED WITH
131+
1.10.4

_site/2015/05/30/website.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1>beginnings</h1>
5454
<article class="post-content">
5555
<p>This is my post about this post.</p>
5656

57-
<p>It’s my first post, and I’ll update this website with more posts, projects, and other features.</p>
57+
<p>It’s my first post, and I’ll update this website with more posts, projects, and other features. </p>
5858

5959
</article>
6060

_site/Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

_site/Gemfile.lock

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.2.2)
6+
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
10+
tzinfo (~> 1.1)
11+
blankslate (2.1.2.4)
12+
celluloid (0.16.0)
13+
timers (~> 4.0.0)
14+
classifier-reborn (2.0.3)
15+
fast-stemmer (~> 1.0)
16+
coffee-script (2.4.1)
17+
coffee-script-source
18+
execjs
19+
coffee-script-source (1.9.1.1)
20+
colorator (0.1)
21+
execjs (2.5.2)
22+
fast-stemmer (1.0.2)
23+
ffi (1.9.8)
24+
gemoji (2.1.0)
25+
github-pages (38)
26+
RedCloth (= 4.2.9)
27+
github-pages-health-check (~> 0.2)
28+
jekyll (= 2.4.0)
29+
jekyll-coffeescript (= 1.0.1)
30+
jekyll-feed (= 0.3.0)
31+
jekyll-mentions (= 0.2.1)
32+
jekyll-redirect-from (= 0.8.0)
33+
jekyll-sass-converter (= 1.2.0)
34+
jekyll-sitemap (= 0.8.1)
35+
jemoji (= 0.4.0)
36+
kramdown (= 1.5.0)
37+
liquid (= 2.6.2)
38+
maruku (= 0.7.0)
39+
mercenary (~> 0.3)
40+
pygments.rb (= 0.6.3)
41+
rdiscount (= 2.1.7)
42+
redcarpet (= 3.3.1)
43+
terminal-table (~> 1.4)
44+
github-pages-health-check (0.3.1)
45+
net-dns (~> 0.6)
46+
public_suffix (~> 1.4)
47+
hitimes (1.2.2)
48+
html-pipeline (1.9.0)
49+
activesupport (>= 2)
50+
nokogiri (~> 1.4)
51+
i18n (0.7.0)
52+
jekyll (2.4.0)
53+
classifier-reborn (~> 2.0)
54+
colorator (~> 0.1)
55+
jekyll-coffeescript (~> 1.0)
56+
jekyll-gist (~> 1.0)
57+
jekyll-paginate (~> 1.0)
58+
jekyll-sass-converter (~> 1.0)
59+
jekyll-watch (~> 1.1)
60+
kramdown (~> 1.3)
61+
liquid (~> 2.6.1)
62+
mercenary (~> 0.3.3)
63+
pygments.rb (~> 0.6.0)
64+
redcarpet (~> 3.1)
65+
safe_yaml (~> 1.0)
66+
toml (~> 0.1.0)
67+
jekyll-coffeescript (1.0.1)
68+
coffee-script (~> 2.2)
69+
jekyll-feed (0.3.0)
70+
jekyll-gist (1.2.1)
71+
jekyll-mentions (0.2.1)
72+
html-pipeline (~> 1.9.0)
73+
jekyll (~> 2.0)
74+
jekyll-paginate (1.1.0)
75+
jekyll-redirect-from (0.8.0)
76+
jekyll (>= 2.0)
77+
jekyll-sass-converter (1.2.0)
78+
sass (~> 3.2)
79+
jekyll-sitemap (0.8.1)
80+
jekyll-watch (1.2.1)
81+
listen (~> 2.7)
82+
jemoji (0.4.0)
83+
gemoji (~> 2.0)
84+
html-pipeline (~> 1.9)
85+
jekyll (~> 2.0)
86+
json (1.8.3)
87+
kramdown (1.5.0)
88+
liquid (2.6.2)
89+
listen (2.10.1)
90+
celluloid (~> 0.16.0)
91+
rb-fsevent (>= 0.9.3)
92+
rb-inotify (>= 0.9)
93+
maruku (0.7.0)
94+
mercenary (0.3.5)
95+
mini_portile (0.6.2)
96+
minitest (5.7.0)
97+
net-dns (0.8.0)
98+
nokogiri (1.6.6.2)
99+
mini_portile (~> 0.6.0)
100+
parslet (1.5.0)
101+
blankslate (~> 2.0)
102+
posix-spawn (0.3.11)
103+
public_suffix (1.5.1)
104+
pygments.rb (0.6.3)
105+
posix-spawn (~> 0.3.6)
106+
yajl-ruby (~> 1.2.0)
107+
rb-fsevent (0.9.5)
108+
rb-inotify (0.9.5)
109+
ffi (>= 0.5.0)
110+
rdiscount (2.1.7)
111+
redcarpet (3.3.1)
112+
safe_yaml (1.0.4)
113+
sass (3.4.14)
114+
terminal-table (1.4.5)
115+
thread_safe (0.3.5)
116+
timers (4.0.1)
117+
hitimes
118+
toml (0.1.2)
119+
parslet (~> 1.5.0)
120+
tzinfo (1.2.2)
121+
thread_safe (~> 0.1)
122+
yajl-ruby (1.2.1)
123+
124+
PLATFORMS
125+
ruby
126+
127+
DEPENDENCIES
128+
github-pages
129+
130+
BUNDLED WITH
131+
1.10.4

_site/about/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="post-title">About</h1>
5252
<article class="post-content">
5353
<p>I’m Asra - and this is a website.</p>
5454

55-
<p>Right now, I’m a sophomore studying math at <a href="http://mit.edu">MIT</a>. I live at <a href="http://tep.mit.edu/">tEp</a>. I enjoy biking around (and especially out of) Boston, gardening, learning, and making.</p>
55+
<p>Right now, I’m a sophomore studying math at <a href="http://mit.edu">MIT</a>. I live at <a href="http://tep.mit.edu/">tEp</a>. I enjoy biking around (and especially out of) Boston, gardening, learning, and making. </p>
5656

5757
<p><em>Current Project</em>: Programming the ATmega168</p>
5858

_site/css/main.css

+9-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ html {
55
}
66

77
body {
8-
background: black;
9-
color: white;
8+
background: white;
9+
color: black;
1010
font-family: 'PT Mono';
1111
height: 100%;
1212
margin: 0px 5 px;
@@ -32,12 +32,12 @@ header,footer,nav{
3232
}
3333

3434
.site-header {
35-
border-bottom: 5px dashed #33CC66;
35+
border-bottom: 5px solid #808080;
3636
margin: 10px;
3737
}
3838

3939
.site-footer {
40-
border-top: 5px dashed #33CC66;
40+
border-top: 5px solid #808080;
4141
height: 30px;
4242
margin: 10px;
4343
}
@@ -72,7 +72,11 @@ u1.posts, .posts li{
7272
}
7373

7474
.posts a {
75-
color: #CC33CC;
75+
color: #555555;
76+
}
77+
78+
.posts a.hover {
79+
color: #808080;
7680
}
7781

7882

about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Right now, I'm a sophomore studying math at [MIT](http://mit.edu). I live at [tE
1010

1111
*Current Project*: Programming the ATmega168
1212

13-
*Currently flashcarding*: Probabilistic Reasoning in Intelligent Systems and Eliptic Curve notes
13+
*Currently flashcarding*: Probabilistic Reasoning in Intelligent Systems and Elliptic Curve notes

0 commit comments

Comments
 (0)