ParitoshBh / grav-coder

https://paritoshbh.me
MIT License
28 stars 8 forks source link

Grav Coder

Grav Coder is a fork of Hugo Coder and derived from customizations made to it by Khosrow Moossavi for his own personal website.

Grav Coder

Installation

Installing the Grav Coder theme can be done in one of two ways. The GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file.

GPM Installation (Preferred)

The simplest way to install this theme is via the Grav Package Manager (GPM) through your system's Terminal (also called the command line). From the root of your Grav install type:

bin/gpm install grav-coder

This will install the Grav Coder theme into your /user/themes directory within Grav. Its files can be found under /yoursite/user/themes/grav-coder.

Manual Installation

To install this theme, just download the zip version of this repository and unzip it under /yoursite/user/themes. Then, rename the folder to grav-coder. You can find these files either on GitHub or via GetGrav.org.

You should now have all the theme files under

/yoursite/user/themes/grav-coder

Updating

As development for the Grav Coder theme continues, new versions may become available that add additional features and functionality, improve compatibility with newer Grav releases, and generally provide a better user experience. Updating Grav Coder is easy, and can be done through Grav's GPM system, as well as manually.

GPM Update (Preferred)

The simplest way to update this theme is via the Grav Package Manager (GPM). You can do this with this by navigating to the root directory of your Grav install using your system's Terminal (also called command line) and typing the following:

bin/gpm update grav-coder

This command will check your Grav install to see if your Grav Coder theme is due for an update. If a newer release is found, you will be asked whether or not you wish to update. To continue, type y and hit enter. The theme will automatically update and clear Grav's cache.

Manual Update

Manually updating Grav Coder is pretty simple. Here is what you will need to do to get this done:

Note: Any changes you have made to any of the files listed under this directory will also be removed and replaced by the new set. Any files located elsewhere (for example a YAML settings file placed in user/config/themes) will remain intact.

Features

Setup

If you want to set Grav Coder as the default theme, you can do so by following these steps:

Homepage Setup

Blog (Listing) Setup

Navigation Bar Menu Items

For creating additional menu items (apart from Home) in nav bar simply create a directory under user/pages/ eg. 03.Portfolio (don't forget to increment the numeric value). As of now you can create 2 different types of pages,

  1. Containing HTML content - Under 02.portfolio directory create default.md (with html content in it)
  2. Listing page (similar to a blog page) - Structure is similar to blog

Once this is done, you should be able to see the new theme on the frontend.

Customizations

There are certain sections of the theme you can customize, in order to do so,

A couple of pointers for social media icons,

Third Party Libraries Used

In its current iteration, Grav Coder relies on below listed 3rd party libraries,