Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #41

Merged
merged 1 commit into from Apr 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion posts/author-pages-in-nikola-770.rst
Expand Up @@ -30,7 +30,7 @@ or the posts themselves:
AUTHOR_PATH = "reporters"
AUTHOR_PAGES_ARE_INDEXES = False

Additionaly, this is not required, you can add a little bio to each (or some) authors
Additionally, this is not required, you can add a little bio to each (or some) authors
and hide others (this is, don't generate pages for them):

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion posts/nikola-v762-is-out.md
Expand Up @@ -44,7 +44,7 @@ Bugfixes
* Don't assume things are HTML in auto mode (Issue #1915)
* Don’t rebuild Atom syndication files unnecessarily often
* Include .php files in sitemaps
* Retry all client errors (4xx) to HEAD as GET reques when checking remote links
* Retry all client errors (4xx) to HEAD as GET request when checking remote links
* Graceful fallback in ``nikola serve --detach`` on Windows (Issue #1913)
* Don't auto-rebuild on changes to ".foo" or "foo~" or changes in folders
* auto should also rebuild in response to move events
Expand Down
2 changes: 1 addition & 1 deletion posts/nikola-v764-is-out.md
Expand Up @@ -44,7 +44,7 @@ Bugfixes
* Rewrite srcset links (Issue #1939)
* Add dependencies for include tag in Mako (Issue #1956)
* Don’t duplicate BLOG_TITLE in the front page title (Issue #1952)
* Escape instad of strip HTML in titles (Issue #1952)
* Escape instead of strip HTML in titles (Issue #1952)
* Make LINK_CHECK_WHITELIST apply to remote link checks
* Make STORY_INDEX work together with PRETTY_URLS (Issue #1949)
* Refactor new_post to match lazy plugin loading (Issue #1943)
Expand Down
4 changes: 2 additions & 2 deletions posts/nikola-v770-is-out.md
Expand Up @@ -47,11 +47,11 @@ Features
(Issue #1980)
* New ``color_hsl_adjust_hex`` and ``colorize_str_from_base_color``
functions available in themes (Issue #1980)
* New ``POSTS`` output subfolders now generate sections by deault
* New ``POSTS`` output subfolders now generate sections by default
(Issue #1980)
* New ``POSTS_SECTIONS`` and ``POSTS_SECTION_*`` options for
configuring the section pages (Issue #1980)
* For themers: Each ``post`` are now asssociated with section_color,
* For themers: Each ``post`` are now associated with section_color,
section_link, and section_name (Issue #1980)
* Each new section page has a auto-assigned color based on shifting
the hue of ``THEME_COLOR`` based on a hash of the section name,
Expand Down
2 changes: 1 addition & 1 deletion posts/nikola-v777-is-out.md
Expand Up @@ -47,5 +47,5 @@ Bugfixes
can be re-enabled with ``-v`` option (Issue #2268)
* Fix a format string in ``nikola check`` (Issue #2267)
* Don't crash wordpress importer when posts are "empty" (Issue #2263)
* Don't put untranslated and nonexistant posts in sitemap (Issue #2289)
* Don't put untranslated and nonexistent posts in sitemap (Issue #2289)

4 changes: 2 additions & 2 deletions stories/quickref.rst
Expand Up @@ -1214,11 +1214,11 @@
<td>
<samp>Titles&nbsp;are&nbsp;targets,&nbsp;too</samp>
<br><samp>=======================</samp>
<br><samp>Implict&nbsp;references,&nbsp;like&nbsp;`Titles&nbsp;are</samp>
<br><samp>Implicit&nbsp;references,&nbsp;like&nbsp;`Titles&nbsp;are</samp>
<br><samp>targets,&nbsp;too`_.</samp>
<td>
<font size="+2"><strong><a name="title">Titles are targets, too</a></strong></font>
<p>Implict references, like <a href="#title">Titles are
<p>Implicit references, like <a href="#title">Titles are
targets, too</a>.
</table>

Expand Down
2 changes: 1 addition & 1 deletion stories/quickstart.rst
Expand Up @@ -355,7 +355,7 @@ example::
...

Note that "Document Title" and "Section Title" above both use equals
signs, but are distict and unrelated styles. The text of
signs, but are distinct and unrelated styles. The text of
overline-and-underlined titles (but not underlined-only) may be inset
for aesthetics.

Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap3/README.md
Expand Up @@ -4,5 +4,5 @@ There is a variant called bootstrap3-gradients which uses an extra CSS
file for a *visually enhanced experience* (according to Bootstrap
developers at least). This one uses the default bootstrap3 flat look.

This theme supports Bootswtach font/color schemes (unlike
This theme supports Bootswatch font/color schemes (unlike
bootstrap3-gradients) through the `nikola bootswatch_theme` command.