Blog
Future posts
- contact on main page with my city location, and three last places (future locations)
- about current workflow with wiki image - http://www.flickr.com/photos/cogdog/19490596/
Modifications in past posts
- about tumblr and 500px - tumblr first, visit from phone, set as a wallpaper, replace image with large scale
Cheklist to do when updating
- Alignment and styling of images
sass/custom/_colors.scssand_styles.scss. When starts withrake previewfor some reason it ignores these files. One of them needs to be touched for styles to propagate. - Feedburner RSS.
- Favicon. Search with vimgrep for icon.png. Replace it in that file.
- CC-by instead of Copyright.
- Wiki, writings, projects.
- Click categories. See that the links work and RSSes also work.
TODO
- Make abstracts there.
HOWTO
How to start on localhost
rake preview
How to see the list of rake tasks
rake list -T
Aliases
alias bl='cd /home/dudarev/projects/blog/octopress_test/source/_posts'
#!/bin/bash
gvim `ls -t | head -n 1`
To start editing on a new machine
- follow instructions to install rvm https://rvm.beginrescueend.com/rvm/install/
- follow instructions to install all Octopress dependancies http://octopress.org/docs/setup/
- I needed to updated RedCloth in Gemfile.lock to 4.2.8
Removing line numbers in Octopress
Edit file
plugins/pygments_code.rb
Style
Custom styles are not updated when just starting with rake preview. Save one file from custom style settings:
vi sass/custom/_colors.scss
Last edited by dudarev, 2012-05-17 08:27:59. Edit