Skip to content

Commit

Permalink
add version number
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkaminski committed Dec 4, 2022
1 parent f7e568b commit e86c611
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .massivewikibuilder/massive-wiki-themes
2 changes: 1 addition & 1 deletion .massivewikibuilder/massivewikibuilder
4 changes: 2 additions & 2 deletions .massivewikibuilder/this-wiki-themes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Massive Wiki Themes

Version 2022-08-09-001.
Version 2022-12-04-001.

Massive Wiki Builder and Missive Weaver use a simple theming system. All the files for one theme are placed in a subdirectory in the themes directory, usually `massive-wiki-themes`. For example, the Alto theme is in `massive-wiki-themes/alto`, and to use the Alto theme, pass `-t massive-wiki-themes/alto` to MWB.

Expand Down Expand Up @@ -29,7 +29,7 @@ The `.` character is important when the MWB workspace directory is within the wi
------ mwb.yaml # config for this wiki
------ massivewikibuilder/ # MWB
------ massive-wiki-themes/ # off-the-shelf themes, not customized
-------- alto/ # a specific theme, customized for this wiki
-------- alto/ # a specific theme, not customized
------ this-wiki-themes/ # theme(s) used for this wiki
-------- alto/ # a specific theme, customized for this wiki
------ output/ # MWB writes .html, .md, and .json files here
Expand Down
4 changes: 2 additions & 2 deletions .massivewikibuilder/this-wiki-themes/basso/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Alto
# Basso

This is the "Alto" theme for Massive Wiki Builder.
This is the "Basso" theme for Massive Wiki Builder.

It was built with Bulma, with all modules included (at least for now).

Expand Down
27 changes: 14 additions & 13 deletions .massivewikibuilder/this-wiki-themes/basso/_navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,23 @@
<div id="navbarBasic" class="navbar-menu">
<div class="navbar-start">
<div class="navbar-item">
<div class="buttons">
<a class="button is-primary" href="/">
<strong>Home</strong>
</a>
<a class="button is-light" href="/all-pages.html">
All Pages
</a>
<a class="button is-light" href="/search.html">
Search
</a>
<div class="buttons">
<a class="button is-primary" href="/">
<strong>Home</strong>
</a>
<a class="button is-light" href="/all-pages.html">
All Pages
</a>
<a class="button is-light" href="/search.html">
Search
</a>

</div>
</div>
</div>

<div class="navbar-end">
<div class="navbar-item">
<div class="navbar-end">
<div class="navbar-item">
</div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
.markdown-body table th, .markdown-body table td { padding: 6px 13px; border: 1px solid #ddd; }
.markdown-body table tr { background-color: #fff; border-top: 1px solid #ccc; }
.markdown-body table tr:nth-child(2n) { background-color: #f8f8f8; }
.markdown-body img { max-width: 100%; box-sizing: content-box; background-color: #fff; }
.markdown-body img { max-width: 90%; box-sizing: content-box; background-color: #fff; display:block; margin-left:auto; margin-right:auto; }
.markdown-body img[align=right] { padding-left: 20px; }
.markdown-body img[align=left] { padding-right: 20px; }
.markdown-body .emoji { max-width: none; vertical-align: text-top; background-color: transparent; }
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Your Massive Wiki

Version 2022-12-04-001.

## What This Repo Is For

If you're seeing this on GitHub, click "Use this template" to make your own copy of this repo. Or, you can create a fork, or just clone this repo any other way.
Expand Down

0 comments on commit e86c611

Please sign in to comment.