Skip to content

Commit 1430cc6

Browse files
committed
more or less working now
1 parent 95bb3d3 commit 1430cc6

21 files changed

+194
-62
lines changed

GemFile

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages'
2+
3+
require 'json'
4+
require 'open-uri'
5+
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
6+
7+
gem 'github-pages', versions['github-pages']

Gemfile.lock

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

Makefile

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22
# starts a server on port 4000
33

4-
serve:
5-
jekyll serve --detach
4+
start:
5+
jekyll serve --detach --watch --force_polling
6+
7+
stop:
8+
pkill -f jekyll

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
# Site settings
99
title: SLaXicon.org
10-
1110
description: > # this means to ignore newlines until "baseurl:"
1211
Personal website for Tom Green
1312
baseurl: "" # the subpath of your site, e.g. /blog
@@ -20,6 +19,7 @@ exclude:
2019
- README.md
2120
- Makefile
2221
- GemFile
22+
- GemFile.lock
2323

2424
# Build settings
2525
markdown: kramdown

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<div class="trigger">
1717
{% for my_page in site.pages %}
18-
{% if my_page.title %}
18+
{% if my_page.title and my_page.toplevel %}
1919
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
2020
{% endif %}
2121
{% endfor %}

_posts/2015-11-10-first-post.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
title: First Post
4+
date: 2015-11-10 18:34:31 -0500
5+
categories: jekyll update
6+
---
7+
8+
So this is what a post looks like. This is my first one.

_posts/2015-11-10-welcome-to-jekyll.markdown

-25
This file was deleted.

about.md

-15
This file was deleted.
File renamed without changes.
File renamed without changes.

downloads/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Downloads
3+
layout: default
4+
toplevel: true
5+
---
6+
Nothing to see here yet.

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
<div class="home">
66

7+
<p>This is the personal website for Tom Green. I reserve the right to post stuff here every so often.</p>
8+
79
<h1 class="page-heading">Posts</h1>
810

911
<ul class="post-list">
@@ -18,6 +20,6 @@ <h2>
1820
{% endfor %}
1921
</ul>
2022

21-
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
23+
<!-- <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> -->
2224

2325
</div>

files/papers/index.html renamed to papers/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Papers
33
layout: default
4+
toplevel: true
45
---
5-
<h1>Papers</h1>
6+
<h1 class="post-title">Papers</h1>
67
<p><a href="thesis.pdf">A Lexicographic Study of Ulwa</a> (my 1999 MIT thesis - 1.2MB PDF).</p>
78
<p><a href="miskdp/2003-02/">Covert Clause Structure in the Miskitu
89
Noun Phrase</a>: a rough HTML conversion of my 1992 unpublished MIT
File renamed without changes.

ulwa/index.html

+29-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,41 @@
11
---
22
title: The Ulwa Language Project
33
layout: default
4+
toplevel: true
45
---
56

6-
<p>Ulwa is a <a href="http://www.ethnologue.com/subgroups/misumalpan-0">Misumalpan</a> language spoken in the Eastern (Atlantic) region of <a ref="http://www.cia.gov/cia/publications/factbook/geos/nu.html">Nicaragua</a>. The Misumalpan languages include <a href="http://www.ethnologue.com/show_language.asp?code=MIQ">Miskitu</a>, the now extinct <a href="http://www.ethnologue.com/show_language.asp?code=MTN">Matagalpa</a>-<a href="http://www.ethnologue.com/show_language.asp?code=CCR">Cacaopera</a>, and the small <a href="http://www.ethnologue.com/show_language.asp?code=SUM">Sumu</a> language subgroup, exemplified today only by Ulwa (spoken in the community of Karawala in the Southern Atlantic Autonomous Region---R.A.A.S.), and its close cousin, Mayangna, spoken by a few thousand people in the Northern Atlantic Autonomous Region (R.A.A.N.) of Nicaragua as well as along the Río Patuca in Honduras. The shaded area on the map approximates the original territory of the Ulwa people before European contact. Today the only significant remaining population resides in the village of Karawala. Here the language is still spoken by some 400 people, although very few of these are children.</p>
7+
<h1 class="post-title">The Ulwa Language Project</h1>
8+
9+
<img src="nica_ulwa.gif" width="298" height="266" style="float:right; padding-left: 0.5em;"/>
10+
11+
<p>Ulwa is
12+
a <a href="http://www.ethnologue.com/subgroups/misumalpan-0">Misumalpan</a>
13+
language spoken in the Eastern (Atlantic) region
14+
of <a href="https://en.wikipedia.org/wiki/Nicaragua">Nicaragua</a>.
15+
The Misumalpan languages
16+
include <a href="http://www.ethnologue.com/show_language.asp?code=MIQ">Miskitu</a>,
17+
the now
18+
extinct <a href="http://www.ethnologue.com/show_language.asp?code=MTN">Matagalpa</a>-<a href="http://www.ethnologue.com/show_language.asp?code=CCR">Cacaopera</a>,
19+
and the
20+
small <a href="http://www.ethnologue.com/show_language.asp?code=SUM">Sumu</a>
21+
language subgroup, exemplified today only by Ulwa (spoken in the
22+
community of Karawala in the Southern Atlantic Autonomous
23+
Region---R.A.A.S.), and its close cousin, Mayangna, spoken by a few
24+
thousand people in the Northern Atlantic Autonomous Region (R.A.A.N.)
25+
of Nicaragua as well as along the Río Patuca in Honduras. The shaded
26+
area on the map approximates the original territory of the Ulwa people
27+
before European contact. Today the only significant remaining
28+
population resides in the village of Karawala. Here the language is
29+
still spoken by some 400 people, although very few of these are
30+
children.</p>
731

832
<h2>Resources</h2>
933

1034
<ul>
11-
<li>An online <a href="/ulwa/dict/index.html">Dictionary of the Ulwa Language</a> (1996 HTML version)</li>
12-
<li>A Ph.D. thesis: <a href="/files/papers/thesis.pdf">A Lexicographic Study of Ulwa</a></li>
13-
<li>A <a href="/ulwa/biblio.html">bibliography</a> of materials (even remotely) related to the Ulwa Language
35+
<li>An online <a href="dict/index.html">Dictionary of the Ulwa Language</a> (1996 HTML version)</li>
36+
<li>A Ph.D. thesis: <a href="/papers/thesis.pdf">A Lexicographic Study of Ulwa</a></li>
37+
<li>A <a href="biblio.html">bibliography</a> of materials (even remotely) related to the Ulwa Language
1438
Project.
1539
</li>
16-
<li><a href="/ulwa/emeld2002/slide1.html">Slides from a talk</a> at the <a href="http://saussure.linguistlist.org/cfdocs/emeld/workshop2002/">EMELD Conference 2002</a></li>
40+
<li><a href="emeld2002/slide1.html">Slides from a talk</a> at the <a href="http://saussure.linguistlist.org/cfdocs/emeld/workshop2002/">EMELD Conference 2002</a></li>
1741
</ul>

ulwa/mapinfo.html

-10
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)