Skip to content

Commit

Permalink
Tweaks the homepage and cache configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Jun 30, 2015
1 parent 256fa76 commit ed484f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
26 changes: 17 additions & 9 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,19 @@

LANDING_PAGE_ABOUT = {
#'title': 'I make things from atoms and bits',
'details': """<p>My name is Mike Lissner. I am the founder and lead developer of
<a href="http://freelawproject.com">Free Law Project</a> where I spend most
of my time making <a href="https://www.courtlistener.com">CourtListener</a>,
'details': """<p>My name is Mike Lissner. I am the Executive Director and
CTO of <a href="http://freelawproject.com">Free Law Project</a> where I
spend most of my time making <a href="https://www.courtlistener.com">CourtListener</a>,
<a href="https://www.recapthelaw.org">RECAP</a>, and
<a href="https://github.com/freelawproject/juriscraper/">Juriscraper</a>.</p>
<p>I'm a big believer in technology's ability to make us happier, but like
anybody who has been around a while, I know that nothing is ever as simple
as it seems.</p>
<p>I'm a big believer in technology's ability to make us happier, and
believe that the legal system is an area that's ripe for innovation.</p>
<p>I'm a grad from <a href="http://ischool.berkeley.edu">UC Berkeley's
School of Information</a> and <a href="http://pitzer.edu">Pitzer
College</a>. Between the two, I'm something of a liberal-minded techno-person
with a dash of old school hippy.</p>
with a dash of old-school hippy.</p>
"""
}
PROJECTS = [
Expand All @@ -143,14 +142,20 @@
'description': 'A tool to scrape judgements from hundreds of court '
'websites.'
},
{
'name': 'Judge Pics',
'url': 'https://github.com/freelawproject/judge-pics',
'description': 'A collection of judicial pictures and portraits.'
},
{
'name': 'Trim My Feeds',
'url': 'https://bitbucket.org/mlissner/trim-my-feeds/overview',
'description': 'A simple tool to strip dead RSS feeds from whatever reader you use.'
'description': 'A simple tool to strip dead RSS feeds from whatever '
'reader you use.'
},
{
'name': 'XPath Tester',
'url': 'http://xpath.courtlistener.com',
'url': 'https://github.com/mlissner/lxml-xpath-tester/',
'description': 'Test XPath queries against text using <code>lxml</code>'
},
{
Expand All @@ -169,3 +174,6 @@
]

GOOGLE_ANALYTICS = 'UA-55828430-1'

CACHE_CONTENT = True
LOAD_CONTENT_CACHE = True
3 changes: 2 additions & 1 deletion publishconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
# Following items are often useful when publishing

DISQUS_SITENAME = "michaeljaylissner"
#GOOGLE_ANALYTICS = ""
CACHE_CONTENT = True
LOAD_CONTENT_CACHE = True

0 comments on commit ed484f4

Please sign in to comment.