Skip to content

octothemes/lavendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopress Themes - Lavendar Theme

Octopress Lavendar Theme thumbnail

Lavendar theme is a theme hand made for Octopress blogging framework. It is compatible with Octopress 2. Updates will be provided from this repository.

Installation

You can choose to install as a Git submodule. Or you can download as a zip archive and copy the files manually.

Install as Git submodule

These instructions will create a git submodule under the .themes/lavendar directory. From your blog directory, run these commands.

git submodule add git://github.com/octothemes/lavendar.git .themes/lavendar

You should then commit the changes.

git add .themes
git commit -m "added lavendar theme"

Next, you should apply the theme to your blog and generate the stylesheets. Follow the install instructions.

Install from downloaded zip archive

If you are more comfortable with just the theme files, you can download our zip archives from S3.

  1. Once you have downloaded the package, uncompress the archive.
  2. Go to your Octopress blog's directory. There should be a hidden directory called .themes.
  3. Your theme should be a single directory called lavendar containing the theme files. Copy the lavendar directory to the .themes directory on your Octopress blog's directory.

Next, you should apply the theme to your blog and generate the stylesheets. Follow the install instructions.

Updating the theme

With Git submodules

From your Octopress blog's directory, assuming your theme directory is called lavendar.

cd .themes/lavendar
git pull origin master

Next, you should apply the theme to your blog and generate the stylesheets. Follow the install instructions.

With downloaded packages

It is largely similar to the install process. We want to overwrite the theme with the new files. Lastly, to run install to apply the changes.

  1. Download the new packages from S3.
  2. Once you have downloaded the package, uncompress the archive.
  3. Go to your Octopress blog's directory. There should be a hidden directory called .themes.
  4. Your downloaded files should be a single directory called lavendar containing the theme files. Copy the lavendar directory to the .themes directory on your Octopress blog's directory.

Next, you should apply the theme to your blog and generate the stylesheets. Follow the install instructions.

Removing the theme

If you installed as a Git submodule

From your Octopress blog's directory,

Remove the theme entry from the .gitmodules file. The entry should look like this:

[submodule ".themes/lavendar"]
  path = .themes/lavendar
  url = https://github.com/octothemes/lavendar.git

Remove the theme from the .git/config file. The entry should look like this:

[submodule ".themes/lavendar"]
  url = https://github.com/octothemes/lavendar.git

Remove the theme files with Git.

git rm  --cached .themes/lavendar

Your files should be removed. If you want to go back to using the default theme, follow the Octopress default theme install instructions.

If you installed as a download package

From your Octopress blog's directory,

  1. Remove the lavendar directory from .themes/lavendar.
  2. Follow the Octopress default theme install instructions.

Applying the lavendar theme to your blog

Follow this set of instructions whenever you made a new install or update to your themes.

rake install[lavendar]
rake generate

Take a look at the changes using the in built Octopress local server at http://localhost:4000

rake preview

If everything looks ok, deploy it.

rake deploy

Applying the classic theme to your blog

Follow this set of instructions when you want to install the default Octopress theme. It is largely similar to the instructions for installing a new theme. Only the name of the theme has changed.

rake install[classic]
rake generate

Take a look at the changes using the in built Octopress local server at http://localhost:4000

rake preview

If everything looks ok, deploy it

rake deploy

Support

Should you have any problems, raise an issue on this repository.

Note

Octopress themes is not affiliated with the official Octopress project.

A link to Octopress themes has been added to the footer. You can remove it if you want to.

Other themes

More themes are available on Octopress themes. Feel free to take a look.

License

Copyright © 2012. Wong Liang Zan. MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published