Raymond Wanyoike
fc6436c086
Adjust headings, update options, format code snippets, description
2016-11-07 00:21:36 +03:00
Raymond Wanyoike
3dc5a0e222
Merge pull request #51 from rwanyoike/clean-blog-theme
...
Remove CSS preprocessors, use pure CSS, base of clean-blog
2016-11-06 23:41:24 +03:00
Raymond Wanyoike
a9b401b0f5
Merge branch 'v2.0.0' into clean-blog-theme
...
# Conflicts:
# alchemy/static/css/style.css
2016-11-06 23:39:48 +03:00
Raymond Wanyoike
7a0f143fdf
Merge pull request #48 from rwanyoike/jinja-templates
...
Simplify jinja2 templates, update options, brew alchemy
2016-11-06 23:30:28 +03:00
Raymond Wanyoike
ac267134e8
Merge pull request #49 from rwanyoike/alanorth-bootstrap
...
No more bootstrap javascript dependencies
2016-11-06 23:29:49 +03:00
Raymond Wanyoike
c4f0d19731
Merge pull request #50 from rwanyoike/fontawesome
...
Replace generic icon fonts with fontawesome
2016-11-06 23:29:40 +03:00
Raymond Wanyoike
d2b298f147
Bring consistency to templates, update structure to use new base
2016-11-06 22:34:37 +03:00
Raymond Wanyoike
8c9a23e374
Simplify jinja2 base template, support more options, brew alchemy
...
- Support new realfavicongenerator.net packages (https://realfavicongenerator.net/blog/new-favicon-package-less-is-more/ )
- Support all possible Pelican feed links
- Add recommended HEAD elements (https://github.com/joshbuchea/HEAD )
- Use minified css assets
- Link to boostrap, clean-blog and font-awesome stylesheets
- Add theme options, better options names
2016-11-06 22:33:27 +03:00
Raymond Wanyoike
99d4c3559a
Update disqus support
2016-11-06 22:18:23 +03:00
Raymond Wanyoike
f26524fc50
Remove google analytics support
...
Google Analytics is one in many options that you can use to track page views,
it's not on our roadmap at the moment.
2016-11-06 22:18:07 +03:00
Raymond Wanyoike
3ac0683c39
Remove CSS preprocessors, use pure CSS, look good while at it
...
Remove old pygments.css (will be replaced)
Override clean-blog defaults to our requirements.
2016-11-06 22:10:33 +03:00
Raymond Wanyoike
ef044ac47d
Use the clean blog bootstrap theme as a start, v3.3.7
...
Clean Blogs comes with beautiful typography, readable fonts and nice defaults.
http://startbootstrap.com/template-overviews/clean-blog
2016-11-06 22:07:23 +03:00
Raymond Wanyoike
1b494ad792
Replace generic icon fonts with fontawesome webfonts v4.7.0
...
Variety and awesome.
2016-11-06 22:00:21 +03:00
Raymond Wanyoike
d64701f3ab
No more bootstrap javascript dependency 🎉
...
We'll not use the javascript part of bootstrap
2016-11-06 21:58:08 +03:00
Raymond Wanyoike
c6e72d061c
Generated using the Bootstrap Customizer, no javascript dependencies :O
...
Included the config.json
v3.3.7 http://getbootstrap.com/customize/?id=928e7733b7dc6e3bb675cee5fde04184
2016-11-06 21:56:20 +03:00
Alan Orth
f4e6879800
style.css: Regenerate for Bootstrap 3.3.7
...
Requires the less compiler (from npm):
$ cd alchemy/static/less
$ npm install -g less
$ lessc style.less > ../css/style.css
2016-07-29 21:39:31 +03:00
Alan Orth
6de6fad945
Update to Bootstrap v3.3.7
...
From the official bootstrap-3.3.7-dist.zip release.
2016-07-29 21:34:15 +03:00
Alan Orth
1e1cfb9b4b
Merge pull request #44 from yfwz100/patch-1
...
v1.0
Fix tag url in article pages.
2016-04-12 16:57:09 +03:00
Wang Zhi
53180849cb
Fix tag url in article pages.
2016-04-10 15:02:59 +08:00
Alan Orth
43f23f05b9
Merge pull request #39 from alanorth/bootstrap-335
...
Update to Bootstrap v3.3.5
2015-08-04 09:30:24 +03:00
Alan Orth
c2ddff43e1
style.css: Regenerate for Bootstrap 3.3.5
...
Requires the less compiler (from npm):
$ cd alchemy/static/less
$ npm install -g less
$ lessc style.less > ../css/style.css
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-08-02 14:52:22 +03:00
Alan Orth
375936e642
Update to Bootstrap v3.3.5
...
From the official bootstrap-3.3.5-dist.zip release.
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-08-02 14:51:07 +03:00
Alan Orth
d8e2eaeb69
Merge pull request #35 from alanorth/bootstrap-334
...
Update to Bootstrap 3.3.4
2015-06-16 22:58:00 +03:00
Alan Orth
0814248345
css/style.css: Regenerate for Bootstrap 3.3.4
...
Requires the less compiler (from npm):
$ cd theme/alchemy/static/less
$ npm install -g less
$ lessc style.less > ../css/style.css
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-16 22:49:30 +03:00
Alan Orth
5a99761035
Update to Bootstrap 3.3.4
...
From official bootstrap-3.3.4-dist.zip.
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-16 22:49:30 +03:00
Alan Orth
cf461e8aa6
Merge pull request #36 from alanorth/jquery-1113
...
Update jQuery to 1.11.0 -> 1.11.3
2015-06-16 22:47:19 +03:00
Alan Orth
ef0714ef91
Update jQuery from 1.11.0 -> 1.11.3
...
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-06-15 19:19:28 +03:00
Alan Orth
f341cc549d
Merge pull request #28 from lynix/master
...
introduce options for category, tag and archives links on menu
2015-04-20 18:43:46 +03:00
lynix
9242ff3cb7
show tags in article view
2015-04-10 21:30:59 +02:00
lynix
8e1e53af31
introduce options for category, tag and archives links on menu
2015-04-10 21:21:20 +02:00
Anthony Oduor
bd337dffaa
Add canonical link on blog nairobilug/nairobilug.or.ke/issues/109
2015-02-12 01:33:46 +03:00
Alan Orth
a6bada6a1e
Update Disqus JS embed to use HTTPS
...
We moved to HTTPS on the blog so we need to be loading JS resources
over HTTPS as well or else we get mixed-content errors in browsers.
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-02-07 00:58:25 +03:00
Alan Orth
4b1c26add1
Update Google Analytics code
...
Use latest tracking blurb straight from Google. Also, the new code
uses "auto" for the domain so we don't need to set that anymore.
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-02-06 17:19:53 +03:00
Alan Orth
27dba1a192
Revert "Add support for fancy fluidbox #75 "
...
This reverts commit 688fc0fbae .
2015-02-03 12:39:59 +03:00
Anthony Oduor
688fc0fbae
Add support for fancy fluidbox #75
...
Updated base template
2015-01-30 08:22:01 +03:00
Raymond Wanyoike
0fd2460ac9
Update bootstrap v3.2.0 -> v3.3.0
2014-10-30 17:05:41 +03:00
Alan Orth
e7d8ebb489
Regenerate styles and clean up merge garbage
...
Sucky thing about minified files is that they are a pain in the ass
for merge conflicts.
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-10-30 16:48:50 +03:00
Alan Orth
44977f33f3
Merge remote-tracking branch 'raywan/feature/border-radius' into raymazing
...
Meh, merging generated/minified files is lame.
Conflicts:
alchemy/static/css/style.css
2014-10-30 16:45:34 +03:00
Raymond Wanyoike
586164230b
Set post link colour to a visible blue
2014-10-29 20:52:10 +03:00
Raymond Wanyoike
c80409e460
Make post images responsive
2014-10-29 20:47:36 +03:00
Raymond Wanyoike
51e4a557c0
Border radius (4px) code blocks and images, smooth ᵔᴥᵔ
...
Conflicts:
alchemy/static/css/style.css
2014-10-29 20:47:36 +03:00
Raymond Wanyoike
299563fb4a
Limit max width on container div (970px) to contain post images
...
Conflicts:
alchemy/static/css/style.css
2014-10-29 20:47:36 +03:00
Raymond Wanyoike
d237842df8
Update bootstrap v3.1.1 -> v3.2.0
2014-10-29 13:42:52 +03:00
Raymond Wanyoike
f0eec15a11
Update bootstrap v3.1.1 -> v3.2.0
2014-10-29 13:42:51 +03:00
Alan Orth
75fa003c8b
Merge pull request #15 from raymondwanyoike/feature/cleanups
...
Minor source cleaning
2014-10-29 13:32:10 +03:00
Raymond Wanyoike
8d9827b78a
Reduce less files (space) tab size 4 -> 2
2014-10-29 12:03:00 +03:00
Raymond Wanyoike
288e6464bd
Reduce html files (space) tab size 4 -> 2
2014-10-29 12:03:00 +03:00
Raymond Wanyoike
52380ceab6
Simplify base.html, include favicon and feed content
2014-10-29 12:03:00 +03:00
Raymond Wanyoike
555b2785dc
Merge branch 'alanorth-license'
...
* alanorth-license:
Add LICENSE
2014-10-26 01:14:29 +03:00
Alan Orth
1448cefed9
Add LICENSE
...
License is MIT, as stated in README.md.
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-10-25 22:26:10 +03:00