Skip to content

Commit

Permalink
Replace leftover nikola bootswatch_theme references (fix #3680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Apr 17, 2023
1 parent c194a60 commit 4b60a2e
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 38 deletions.
2 changes: 1 addition & 1 deletion docs/creating-a-site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ you can use anything you like from it:
(on by default)

And that's it. You will want to change the NAVIGATION_LINKS option to create a reasonable
menu for your site, you may want to modify the theme (check ``nikola help bootswatch_theme``
menu for your site, you may want to modify the theme (check ``nikola help subtheme``
for a quick & dirty solution), and you may want to add a blog later on, for company news
or whatever.

Expand Down
71 changes: 38 additions & 33 deletions docs/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,41 +40,46 @@ When you run ``nikola --help`` you will see something like this:
.. code-block:: console
$ nikola help
Nikola is a tool to create static websites and blogs. For full documentation and more
information, please visit https://getnikola.com/
Nikola is a tool to create static websites and blogs.
For full documentation and more information, please visit https://getnikola.com/
Available commands:
nikola auto automatically detect site changes, rebuild
and optionally refresh a browser
nikola bootswatch_theme given a swatch name from bootswatch.com and a
parent theme, creates a custom theme
nikola build run tasks
nikola check check links and files in the generated site
nikola clean clean action / remove targets
nikola console start an interactive python console with access to
your site and configuration
nikola deploy deploy the site
nikola dumpdb dump dependency DB
nikola forget clear successful run status from internal DB
nikola help show help
nikola ignore ignore task (skip) on subsequent runs
nikola import_blogger import a blogger dump
nikola import_feed import a RSS/Atom dump
nikola import_wordpress import a WordPress dump
nikola init create a Nikola site in the specified folder
nikola list list tasks from dodo file
nikola mincss apply mincss to the generated site
nikola new_post create a new blog post or site page
nikola run run tasks
nikola serve start the test webserver
nikola strace use strace to list file_deps and targets
nikola theme manage themes
nikola version print the Nikola version number
nikola help show help / reference
nikola help <command> show command usage
nikola help <task-name> show task usage
nikola auto builds and serves a site; automatically detects site changes,
rebuilds, and optionally refreshes a browser
nikola build run tasks
nikola check check links and files in the generated site
nikola clean clean action / remove targets
nikola console start an interactive Python console with access to your site
nikola default_config Print the default Nikola configuration.
nikola deploy deploy the site
nikola dumpdb dump dependency DB
nikola forget clear successful run status from internal DB
nikola github_deploy deploy the site to GitHub Pages
nikola help show help
nikola ignore ignore task (skip) on subsequent runs
nikola import_wordpress import a WordPress dump
nikola info show info about a task
nikola init create a Nikola site in the specified folder
nikola list list tasks from dodo file
nikola new_page create a new page in the site
nikola new_post create a new blog post or site page
nikola orphans list all orphans
nikola plugin manage plugins
nikola reset-dep recompute and save the state of file dependencies
without executing actions
nikola rst2html compile reStructuredText to HTML files
nikola serve start the test webserver
nikola status display site status
nikola strace use strace to list file_deps and targets
nikola subtheme given a swatch name from bootswatch.com or hackerthemes.com
and a parent theme, creates a custom theme
nikola tabcompletion generate script for tab-completion
nikola theme manage themes
nikola version print the Nikola version number
nikola help show help / reference
nikola help <command> show command usage
nikola help <task-name> show task usage
That will give you a list of all available commands in your version of Nikola.
Each and every one of those is a plugin. Let's look at a typical example:
Expand Down
4 changes: 2 additions & 2 deletions nikola/data/themes/bootstrap4-jinja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ content layout. For a more blog-style layout, check out `bootblog4`.
Note that unlike previous versions of Bootstrap, icon fonts are not built-in.
You can use Font Awesome for this.

This theme supports Bootswatch font/color schemes through the `nikola
bootwatch_theme` command.
This theme supports Bootswatch and HackerThemes font/color schemes
through the `nikola subtheme` command.
4 changes: 2 additions & 2 deletions nikola/data/themes/bootstrap4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ content layout. For a more blog-style layout, check out `bootblog4`.
Note that unlike previous versions of Bootstrap, icon fonts are not built-in.
You can use Font Awesome for this.

This theme supports Bootswatch font/color schemes through the `nikola
bootwatch_theme` command.
This theme supports Bootswatch and HackerThemes font/color schemes
through the `nikola subtheme` command.

0 comments on commit 4b60a2e

Please sign in to comment.