Skip to content

Commit

Permalink
[autofix] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Apr 11, 2024
1 parent ccf0664 commit 5350f27
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ This version is not released yet and is under active development.
- Upgrade to jQuery 3.5.1.
- Upgrade to Tipue Search v7.1.
- Reintroduce local copy of Tipue Search since the project has been
abandonned.
abandoned.
- Remove dependency on Masonry.
- Remove dependency on ImagesLoaded.
- Remove `FLAT_DESIGN` option.
Expand Down Expand Up @@ -133,7 +133,7 @@ This version is not released yet and is under active development.
- Document all features in the readme by the way of screenshots.
- Lint Jinja templates.
- Lint and autofix CSS files.
- Use 3-parts semantic versionning.
- Use 3-parts semantic versioning.
- Add Hacker News to the list of recognized links.
- Add link to author list along tags, categories and dates.
- Fix link icon alignment in footer.
Expand Down Expand Up @@ -223,7 +223,7 @@ This version is not released yet and is under active development.
## [0.4.0 (2014-02-15)](https://github.com/kdeldycke/plumage/compare/v0.3.0...v0.4.0)

- Allow grouping of projects.
- Add option to overide disclaimer notice.
- Add option to override disclaimer notice.
- Generate tags, categories and archives URLs depending on site
configuration.
- Sort out inactive projects to the bottom of the project list.
Expand Down
2 changes: 1 addition & 1 deletion plumage/dom_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def transform(path, context):

# Process all images from the main content to create a reduced set with
# lower dimensions.
# XXX Hack to bypass the bug on extenal images from image-process
# XXX Hack to bypass the bug on external images from image-process
# plugin: https://github.com/pelican-plugins/image-process/issues/33

def exclude_external_images(_, this):
Expand Down
2 changes: 1 addition & 1 deletion plumage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plumage-webassets-pipeline",
"description": "Plumage depdencies for the webassets compilation pipeline.",
"description": "Plumage dependencies for the webassets compilation pipeline.",
"dependencies": {
"autoprefixer": "^10.4.19",
"bootstrap": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions plumage/templates/archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>
{% endif %}
{% endfor %}
<div class="accordion"
id="accordianArchives"
id="accordionArchives"
role="tablist"
aria-multiselectable="true">
{% for yearly_group in year_range|sort(reverse = True, attribute = 'year') %}
Expand All @@ -47,7 +47,7 @@ <h4 class="card-header" role="tab" id="heading{{ yearly_group.year }}">
class="collapse {% if loop.first %}show{% endif %}"
role="tabpanel"
aria-labelledby="heading{{ yearly_group.year }}"
data-bs-parent="#accordianArchives">
data-bs-parent="#accordionArchives">
<div class="card-body">
{% set current_month = False %}
{% for article in yearly_group.articles %}
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ it is now generic enough to be used by anyone.
| :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: |
| Article | Categories | Tiered tag list |
| ![Plumage archive view](https://raw.githubusercontent.com/kdeldycke/plumage/main/screenshots/archives.jpeg) | ![Plumage tag view](https://raw.githubusercontent.com/kdeldycke/plumage/main/screenshots/tag.jpeg) | ![Plumage authors view](https://raw.githubusercontent.com/kdeldycke/plumage/main/screenshots/authors.jpeg) |
| Collapsable yearly archives | Tagged articles | Authors |
| Collapsible yearly archives | Tagged articles | Authors |
| ![Plumage archive view](https://raw.githubusercontent.com/kdeldycke/plumage/main/screenshots/browse-content-by.jpeg) | | |
| Faceted article browsing | | |

Expand Down Expand Up @@ -110,7 +110,7 @@ WARNING: postcss CLI not found.
-> Install Plumage's Node.js dependencies from (…)/plumage/package.json:
| {
| "name": "plumage-webassets-pipeline",
| "description": "Plumage depdencies for the webassets compilation pipeline.",
| "description": "Plumage dependencies for the webassets compilation pipeline.",
| "dependencies": {
| "postcss-cli": "^8.3.1"
| }
Expand All @@ -126,22 +126,22 @@ found 0 vulnerabilities

## Settings

Plumage can be customized by adding these optionnal parameters to your
Plumage can be customized by adding these optional parameters to your
`pelicanconf.py` file:

| Setting name | Default value | Description |
| :-------------------------------------------------------------------------------------------- | :------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ARTICLE_EDIT_LINK` | | Generate an edit link besides each article. Can use `%(slug)s` to include dynamic article's slug in the link. |
| `CODE_STYLE` | `"monokai"` | Pygments' style ID. Choose one from `poetry run pygmentize -L styles`. |
| `COPYRIGHT` | | Additional copyright statement to add in the third column of the footer. |
| `DISCLAIMER` | | Overide the disclaimer notice that gets displayed at the fourth column of the footer. |
| `DISCLAIMER` | | Override the disclaimer notice that gets displayed at the fourth column of the footer. |
| [`DISQUS_SITENAME`](http://docs.getpelican.com/en/stable/settings.html#DISQUS_SITENAME) | | Pelican can handle Disqus comments. Specify the Disqus sitename identifier here. |
| `FAVICON_LINKS` | `True` | Fetch link's icons from [Google's favicons webservice](https://www.google.com/s2/favicons). |
| [`GOOGLE_ANALYTICS`](http://docs.getpelican.com/en/stable/settings.html#GOOGLE_ANALYTICS) | | Set to `UA-XXXXXX-Y` Property's tracking ID to activate Google Analytics. |
| `LEFT_SIDEBAR` | | HTML content to put as-is in the left sidebar. |
| [`LINKS_WIDGET_NAME`](http://docs.getpelican.com/en/stable/settings.html#LINKS_WIDGET_NAME) | `"Links"` | Allows override of the name of the links widget. |
| [`LINKS`](http://docs.getpelican.com/en/stable/settings.html#LINKS) | | A list of tuples (Title, URL) for links to appear in the second column of the footer. |
| [`MANUAL_LINKS`](http://docs.getpelican.com/en/stable/settings.html#MANUAL_LINKS) | | When enabling this, you must pass the links (in LINKS & SOCIAL settins) not as tuples anymore, but as list, where every entry is formatted as you like |
| [`MANUAL_LINKS`](http://docs.getpelican.com/en/stable/settings.html#MANUAL_LINKS) | | When enabling this, you must pass the links (in LINKS & SOCIAL settings) not as tuples anymore, but as list, where every entry is formatted as you like |
| [`MENUITEMS`](http://docs.getpelican.com/en/stable/settings.html#MENUITEMS) | | A list of tuples (Title, URL) for additional menu items to appear at the beginning of the main menu. |
| `RIGHT_SIDEBAR` | | HTML content to put as-is in the right sidebar. |
| [`SITESUBTITLE`](http://docs.getpelican.com/en/stable/settings.html#SITESUBTITLE) | | A subtitle to appear in the header. |
Expand Down Expand Up @@ -353,7 +353,7 @@ Copyright (C) 2012-2020 [Kevin Deldycke](https://kevin.deldycke.com) and

## Third-party assets

The theme embed copies of some external softwares, scripts, libraries and
The theme embed copies of some external software, scripts, libraries and
artworks:

```text
Expand Down

0 comments on commit 5350f27

Please sign in to comment.