An updated theme (based on Atticus Finch) for ClassicPress
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
3.8 KiB

  1. # Portage — A Theme for Classic Press #
  2. * Contributors: @kjodle
  3. * Tags: black, gray, white, fixed-layout, two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
  4. * Requires at least: 1.0
  5. * Tested up to: 1.2
  6. * ~~Stable tag: 0.9.1~~ (Not sure how this will work under ClassicPress.)
  7. * License: GPLv2 or later
  8. * License URI: http://www.gnu.org/licenses/gpl-2.0.html
  9. ## Description ##
  10. Portage is a spinoff of the Atticus Finch theme I originally designed for use on my WordPress blogs. Because of my dissatisfaction with WordPress and the block editor, I stopped developing it for some time. After transitioning to [ClassicPress](https://www.classicpress.net/), I decided to continue developing it, but changed the name to "Portage" to avoid confusion.
  11. A "portage" is the act of carrying a boat between navigable waters, in this case between the upstream trip I was making with WordPress and the downstream trip I am making with ClassicPress. It seemed appropriate. (It is also the name of the city I live in, which I very much enjoy living in.)
  12. For more information about Atticus Finch please go to http://wiki.kjodle.net/Category:Atticus_Finch_Theme.
  13. ## Installation ##
  14. 1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
  15. 1. Upload the zip file.
  16. ## Demo Site ##
  17. You can view this theme in action [here](https://classicpress.kjodle.net/).
  18. You can install this theme on your own (non-production) site by logging in via the command line, navigating to the `wp-content/themes` directory and executing the following command:
  19. git clone https://git.kjodle.net/kjodle/portage
  20. The theme will then appear in your list of available themes.
  21. To check for updates, log in via the command line, and navigate to the `wp-content/themes/portage` directory and execute the following command:
  22. git fetch
  23. If the project has not been updated, that command will not ouput anything. If the project has been updated, git will begin displaying what has changed, a page at a time. If you don't want to review that, press `q` to quit.
  24. You can update your installation by executing the following command:
  25. git pull
  26. Again, please do **not** install this theme on production sites.
  27. ## Copyright ##
  28. Portage ClassicPress Theme, Copyright 2021 Kenneth John Odle.
  29. Portage is distributed under the terms of the GNU GPL.
  30. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
  31. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  32. The Atticus Finch theme bundles the following third-party resources:
  33. FontAwesome Icon Font, Copyright 2016 Dave Gandy
  34. License: MIT (http://opensource.org/licenses/mit-license.html)
  35. Source: https://fortawesome.github.io/Font-Awesome/
  36. IM Fell English Font, Copyright 2016 Igino Marini
  37. License: SIL (http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)
  38. Source: https://www.google.com/fonts/specimen/IM+Fell+English
  39. Superfish jQuery Menu Plugin, Copyright 2015 Joel Birch
  40. License: MIT (http://opensource.org/licenses/mit-license.html)
  41. Source: http://users.tpg.com.au/j_birch/plugins/superfish/
  42. ## Notes ##
  43. This theme was *never* fully debugged before I took it live on my own sites. I've slowly been working through both transitioning to Portage and getting rid of bugs. Check the [issues](https://git.kjodle.net/kjodle/portage/issues) page for items I'm in the process of working through. I may also make some notes in the [wiki](https://git.kjodle.net/kjodle/portage/wiki). —Cheers