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) ![#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://zzyzx.co/static/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=co.zzyzx.expensy) ![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'] PLUGINS = ['assets', 'sitemap', 'gravatar', 'optimize_images']
SITEMAP = { SITEMAP = {

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

@ -12,7 +12,7 @@
@import url("reset.css"); @import url("reset.css");
@import url("pygment.css"); @import url("pygment.css");
@import url("typogrify.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 *****/ /***** Global *****/
/* Body */ /* Body */

26
themes/notmyideaever/templates/base.html

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

Loading…
Cancel
Save