forked from argoproject/Argo
-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1752 from INN/809-releases-checklist
Save the Largo Release Checklist in Largo's developer docs
- Loading branch information
Showing
9 changed files
with
290 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Support | ||
======= | ||
|
||
.. this file was added for https://github.com/INN/largo/issues/1713 | ||
we're trying a ``docs/SUPPORT.rst` file to see if it triggers GitHub's automated support file detection | ||
Largo has many forms of documentation. | ||
|
||
- User documentation is available at `largo.inn.org <https://largo.inn.org>`_ and `support.inn.org <https://support.inn.org>`_ | ||
- Developer documentation is available at `largo.readthedocs.io <https://largo.readthedocs.io>`_. | ||
- We're also available via email at `[email protected] <mailto:[email protected]>`_. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,7 @@ | ||
Function reference by file | ||
========================== | ||
|
||
* `functions.php <functions.html>`_ | ||
* `feed-mailchimp.php <feed-mailchimp.html>`_ | ||
* `archive.php <archive.html>`_ | ||
* `options.php <options.html>`_ | ||
* `inc/conditionals.php <inc/conditionals.html>`_ | ||
* `inc/widgets.php <inc/widgets.html>`_ | ||
* `inc/header-footer.php <inc/header-footer.html>`_ | ||
* `inc/update.php <inc/update.html>`_ | ||
* `inc/post-templates.php <inc/post-templates.html>`_ | ||
* `inc/dashboard.php <inc/dashboard.html>`_ | ||
* `inc/open-graph.php <inc/open-graph.html>`_ | ||
* `inc/sidebars.php <inc/sidebars.html>`_ | ||
* `inc/custom-feeds.php <inc/custom-feeds.html>`_ | ||
* `inc/featured-content.php <inc/featured-content.html>`_ | ||
* `inc/post-tags.php <inc/post-tags.html>`_ | ||
* `inc/nav-menus.php <inc/nav-menus.html>`_ | ||
* `inc/enqueue.php <inc/enqueue.html>`_ | ||
* `inc/term-meta.php <inc/term-meta.html>`_ | ||
* `inc/editor.php <inc/editor.html>`_ | ||
* `inc/metabox-api.php <inc/metabox-api.html>`_ | ||
* `inc/users.php <inc/users.html>`_ | ||
* `inc/related-content.php <inc/related-content.html>`_ | ||
* `inc/term-sidebars.php <inc/term-sidebars.html>`_ | ||
* `inc/post-social.php <inc/post-social.html>`_ | ||
* `inc/avatars.php <inc/avatars.html>`_ | ||
* `inc/post-metaboxes.php <inc/post-metaboxes.html>`_ | ||
* `inc/term-icons.php <inc/term-icons.html>`_ | ||
* `inc/ajax-functions.php <inc/ajax-functions.html>`_ | ||
* `inc/helpers.php <inc/helpers.html>`_ | ||
* `inc/verify.php <inc/verify.html>`_ | ||
* `inc/custom-less-variables.php <inc/custom-less-variables.html>`_ | ||
* `inc/featured-media.php <inc/featured-media.html>`_ | ||
* `inc/images.php <inc/images.html>`_ | ||
* `inc/byline_class.php <inc/byline_class.html>`_ | ||
* `inc/deprecated.php <inc/deprecated.html>`_ | ||
* `inc/taxonomies.php <inc/taxonomies.html>`_ | ||
* `inc/customizer/customizer.php <inc/customizer/customizer.html>`_ | ||
* `inc/wp-taxonomy-landing/functions/cftl-series-order.php <inc/wp-taxonomy-landing/functions/cftl-series-order.html>`_ | ||
* `inc/wp-taxonomy-landing/functions/cftl-admin.php <inc/wp-taxonomy-landing/functions/cftl-admin.html>`_ | ||
* `inc/avatars/functions.php <inc/avatars/functions.html>`_ | ||
* `inc/widgets/largo-image-widget.php <inc/widgets/largo-image-widget.html>`_ | ||
* `inc/widgets/largo-twitter.php <inc/widgets/largo-twitter.html>`_ | ||
* `inc/widgets/largo-facebook.php <inc/widgets/largo-facebook.html>`_ | ||
* `inc/widgets/largo-about.php <inc/widgets/largo-about.html>`_ | ||
* `inc/widgets/largo-recent-comments.php <inc/widgets/largo-recent-comments.html>`_ | ||
* `inc/widgets/largo-recent-posts.php <inc/widgets/largo-recent-posts.html>`_ | ||
* `inc/widgets/largo-post-series-links.php <inc/widgets/largo-post-series-links.html>`_ | ||
* `inc/widgets/largo-taxonomy-list.php <inc/widgets/largo-taxonomy-list.html>`_ | ||
* `inc/widgets/largo-author-bio.php <inc/widgets/largo-author-bio.html>`_ | ||
* `homepages/homepage.php <homepages/homepage.html>`_ | ||
* `homepages/zones/zones.php <homepages/zones/zones.html>`_ | ||
* `homepages/layouts/HomepageSingleWithSeriesStories.php <homepages/layouts/HomepageSingleWithSeriesStories.html>`_ | ||
.. toctree:: | ||
:glob: | ||
|
||
** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Advanced Theme Development and Modification | ||
------------------------------------------- | ||
|
||
We've created a `Largo-Sample-Child-Theme repository <https://github.com/INN/Largo-Sample-Child-Theme>`_ to illustrate how we organize child themes that extend Largo. | ||
|
||
Visit the repository page to learn more about the following as they pertain to Largo-based child themes: | ||
|
||
- `Unit Tests and Continuous Integration <https://github.com/INN/Largo-Sample-Child-Theme/blob/master/tests/readme.md>`_ | ||
- `Stylesheets (LESS and CSS) <https://github.com/INN/Largo-Sample-Child-Theme/blob/master/less/readme.md>`_ | ||
- `Theme Directory Layout <https://github.com/INN/Largo-Sample-Child-Theme#theme-directory-structure>`_ | ||
- `Custom Theme Javascript or CSS <https://github.com/INN/Largo-Sample-Child-Theme#removing-or-replacing-largo-javascript-or-css>`_ | ||
- `Removing or replacing Largo Javascript or CSS <https://github.com/INN/Largo-Sample-Child-Theme#removing-or-replacing-largo-javascript-or-css>`_ | ||
|
||
You can also look at other themes we've made. These themes are nested in what we call Umbrella Repositories, which contain themes and related files in a framework allowing for deployment. A list of these Umbrella Repositories can be found `by searching for 'umbrella-' on INN's GitHub page <https://github.com/INN?utf8=%E2%9C%93&q=umbrella-&type=&language=>`_. If you'd like to set up you own umbrella repo, see `our umbrella boilerplate <https://github.com/INN/umbrella-boilerplate>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Changing Basic Styling | ||
---------------------- | ||
|
||
Largo has a built-in way to change some basic styling options. | ||
|
||
To enable this option, from the *Appearance* > *Theme Options* screen click on the "Advanced" tab and check the box labelled "Enable Custom LESS to CSS For Theme Customization" and then save the settings. | ||
|
||
.. image:: http://assets.apps.inn.org/largo-docs/enable-less-css.png | ||
|
||
You will now see an additional menu item under the Appearance menu labelled "CSS Variables". From this menu you will be able to change some basic styling attributes of your Largo site, including the color scheme, fonts and font-sizes. | ||
|
||
.. image:: http://assets.apps.inn.org/largo-docs/less-css-menu.png | ||
|
||
This option is only intended for making some basic changes to your site's styles. For anything more complex you will need to create a child theme. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.