Hi everybody, and welcome to my brand new blog !
In this first contribution, I thought it would be nice to share with you some elements of this blog ! I guess most of you already noticed that I was using wordpress (a quick look at the favicon is enough to understand this), but as you may know, there are quite a lot of things we can do to make a blog more efficient than a default wordpress installation.
Design
Choosing a template for a blog is definitely the hardest thing to do… WordPress proposes a lot of templates through its catalog, but it can be difficult to find something both pretty and easy to customize. When I created my blog, I wanted something light, without a lot of images and so on.
First, I made some researches about templates using bootstrap framework. I’m really fond of this framework from some people working for twitter, so I thought about using it for my own blog. I found a few interesting projects: wp-bootstrap, 320press, and last but not least: roots. I tested all of these themes, but there was always something missing regarding what I wanted to do. For sure, I could enrich them with everything I need, but I wasn’t satisfied enough with them (choosing a template is something really subjective, so I guess some of you would prefer these templates to the one I choosed, that’s why I thought it should be interesting to present you the different projects I had a look on).
Finally, and thanks to Christophe Ribeiro, a friend of mine, I discovered Reverie, a wordpress template which relies on Foundation (bootstrap’s concurrent). This time, quite a lot of things looked interesting to me. This template is based on a really interesting framework, which allows to develop easily powerful web interfaces ; it manages efficiently responsive design, and multi-devices display. Moreover, the project’s documentation is really good. On top of that, both Reverie and Foundation are open source and available on github !
Once again, there were a few things I wanted to change, but the source code is really easy to understand, and I could apply my modifications really fast. In order to stay synchronized with the evolutions of the template, I forked their github repository, and contributed my modifications to my fork.
That’s all regarding the design part. I was searching for something beautiful and useful out of the box, in which I could contribute easily some modifications, and Reverie is the best answer I found regarding to my needs.
Plugins
I try not to use too much plugins so as to avoid too long loading times, but there are some extensions I find really interesting around wordpress ecosystem. Here are all the plugins I’m currently using:
- Akismet: If you already had a blog, I guess you heard about this one. This powerful tool allows to protect you from spam comments and trackbacks efficiently. It’s really easy to use, and help you keeping your blog clean.
- All in One SEO Pack: One of the best plugins when you talk about SEO and optimization of your blog for search engines. There are two versions of this tool: the first one is free, while the other one (the PRO version) costs around 70$. Personally, I use the free version because I don’t expect to have millions of visitors everyday, so I don’t want to spend money in blogging tools.
- Disqus comment system: The default wordpress comment system isn’t so bad, but Disqus provides really interesting features while dealing with user comments. From authentication using several providers (OpenId, Facebook, Twitter…) to RSS feeds for the comments, Disqus provides a new way to manage your blog’s comments.
- Feedburner FeedSmith extend: I’m fond of RSS feeds and suscribe regularly to a lot of things, but wordpress doesn’t provide anything to get some statistics around your blog’s feed. That’s why I registered my blog to feedburner, so as to be able to collect some statistics about my suscribers. Then, Feedburner FeedSmith plugin allows to detect all was to access my original feeds, and redirect to my feedburner feeds, so I can have some information about my feeds’ usage.
- JetPack: This is a set of plugins provided by wordpress. It contains quite a lot of different things, from social sharing to statistics on your visits. It also provides a URL shortener (wp.me), and a few interesting features, such as an enhanced gravatar integration.
- Simple Gist Embed: As soon as I want to share a piece of source code, I create a gist. This kind of snippet, managed by github, can be embedded in a post so as to present source code with some syntaxic coloration. This plugin allows to include easily a gist snippet in a wordpress post directly from the wysiwyg editor.
- Tweetable: I tested a lot of twitter integration plugins, including the one included in JetPack, but I faced some troubles with most of them. This plugin is the last I tested, and integrates more features than any other one of the previoux plugins I installed. It allows to tweet automatically each created post, but it also provides a way to tweet directly from wordpress. Finally, the twitter widget provided is really simple, but it does exactly what I was searching for.
Here it is ! I guess there are still a lot of useful plugins I could test to enrich my blogging experience, so if you have any recommendation to share, feel free to comment this post, I’d be really happy to hear about some suggestions from someone here.
So, I hope you found this first post interesting. Feel free to ask any questions about it, or to make some suggestions around this topic, comments are here for that purpose !
See you !