Browse Source

Update URL

master
sipp11 9 years ago
parent
commit
266f4c4516
  1. 4
      content/pages/projects.md
  2. 5
      pelicanconf.py
  3. 2
      themes/notmyideaever/static/css/main.css
  4. 26
      themes/notmyideaever/templates/base.html

4
content/pages/projects.md

@ -5,6 +5,6 @@ The things we're doing:
|||
-|-|-
![#ShowtimesTH](http://zzyzx.co/static/showtimes-logo-144.png) | [#ShowtimesTH](http://showtimes.everyday.in.th/) | [![Play Store](http://zzyzx.co/static/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=co.zzyzx.showtimes.android)
![Expensy](http://getexpensy.com/static/images/logo_144.png) | [Expensy](http://getexpensy.com) | [![Play Store](http://zzyzx.co/static/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=co.zzyzx.expensy)
![#ShowtimesTH](http://static.zzyzx.co/showtimes-logo-144.png) | [#ShowtimesTH](http://showtimes.everyday.in.th/) | [![Play Store](http://static.zzyzx.co/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=co.zzyzx.showtimes.android)
![Expensy](http://getexpensy.com/static/images/logo_144.png) | [Expensy](http://getexpensy.com) | [![Play Store](http://static.zzyzx.co/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=co.zzyzx.expensy)
|

5
pelicanconf.py

@ -78,7 +78,10 @@ JINJA_FILTERS = {
}
PLUGIN_PATHS = ['/home/sipp11/dev/pelican-plugins']
PLUGIN_PATHS = [
'/home/sipp11/dev/pelican-plugins',
'/Volumes/2tblack/sipp11/dev/pelican-plugins',
]
PLUGINS = ['assets', 'sitemap', 'gravatar', 'optimize_images']
SITEMAP = {

2
themes/notmyideaever/static/css/main.css

@ -12,7 +12,7 @@
@import url("reset.css");
@import url("pygment.css");
@import url("typogrify.css");
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);
/*@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);*/
/***** Global *****/
/* Body */

26
themes/notmyideaever/templates/base.html

@ -1,19 +1,19 @@
<!DOCTYPE html>
<html lang="{{ DEFAULT_LANG }}">
<head>
<meta charset="utf-8" />
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
{% if FEED_ALL_ATOM %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Atom Feed" />
{% endif %}
{% if FEED_ALL_RSS %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />
{% endif %}
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="google-site-verification" content="XtebNm176AMl0jftgV3wk7mnNQQoJXtFc0Jj2dfPp1U" />
<meta charset="utf-8" />
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
{% if FEED_ALL_ATOM %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Atom Feed" />
{% endif %}
{% if FEED_ALL_RSS %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />
{% endif %}
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">

Loading…
Cancel
Save