Skip to content

octothemes/mugwump-mussels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopress Themes - Mugwump Mussels Theme

Octopress Mugwump Mussels Theme thumbnail

Mugwump Mussels 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/mugwump-mussels directory. From your blog directory, run these commands.

git submodule add git://github.com/octothemes/mugwump-mussels.git .themes/mugwump-mussels

You should then commit the changes.

git add .themes
git commit -m "added mugwump-mussels 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 mugwump-mussels containing the theme files. Copy the mugwump-mussels 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 mugwump-mussels.

cd .themes/mugwump-mussels
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 mugwump-mussels containing the theme files. Copy the mugwump-mussels 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/mugwump-mussels"]
  path = .themes/mugwump-mussels
  url = https://github.com/octothemes/mugwump-mussels.git

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

[submodule ".themes/mugwump-mussels"]
  url = https://github.com/octothemes/mugwump-mussels.git

Remove the theme files with Git.

git rm  --cached .themes/mugwump-mussels

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 mugwump-mussels directory from .themes/mugwump-mussels.
  2. Follow the Octopress default theme install instructions.

Applying the mugwump-mussels theme to your blog

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

rake install[mugwump-mussels]
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

Note

If the fonts don't look thin like the screenshot, it means the stylesheet compiler did not compile correctly. Try adding a blank line in any of the stylesheets to trick the compiler to thinking things changed. Then run

rake generate

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