pelican-themes icon indicating copy to clipboard operation
pelican-themes copied to clipboard

Adding timeline theme

Open Lucas-C opened this issue 5 years ago • 1 comments

I designed a simple 2-columns layout for Pelican, could it be added here as a submodule please ?

https://github.com/Lucas-C/pelican-theme-timeline

Lucas-C avatar Oct 12 '18 11:10 Lucas-C

One way to do this:

  1. Fork the pelican-themes repo.
  2. Clone your fork to a local directory.
  3. Use the "git submodule" command to add your theme repo as a submodule.
  4. Commit changes to master branch of your fork, then submit a pull request to merge the fork into pelican-themes.

Contributors will review your pull request when they are able to. This may take a while depending on workloads.

rask004 avatar Oct 13 '18 00:10 rask004