diff --git a/pelicanconf.py b/pelicanconf.py index 29ce1080..d9a4e8e6 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -114,20 +114,19 @@ LANDING_PAGE_ABOUT = { #'title': 'I make things from atoms and bits', - 'details': """
My name is Mike Lissner. I am the founder and lead developer of - Free Law Project where I spend most - of my time making CourtListener, + 'details': """
My name is Mike Lissner. I am the Executive Director and + CTO of Free Law Project where I + spend most of my time making CourtListener, RECAP, and Juriscraper.
-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.
+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.
I'm a grad from UC Berkeley's School of Information and Pitzer College. Between the two, I'm something of a liberal-minded techno-person - with a dash of old school hippy.
+ with a dash of old-school hippy. """ } PROJECTS = [ @@ -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 usinglxml
'
},
{
@@ -169,3 +174,6 @@
]
GOOGLE_ANALYTICS = 'UA-55828430-1'
+
+CACHE_CONTENT = True
+LOAD_CONTENT_CACHE = True
diff --git a/publishconf.py b/publishconf.py
index dafee545..b57a1cad 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -22,4 +22,5 @@
# Following items are often useful when publishing
DISQUS_SITENAME = "michaeljaylissner"
-#GOOGLE_ANALYTICS = ""
+CACHE_CONTENT = True
+LOAD_CONTENT_CACHE = True