Skip to content

Commit

Permalink
Deployed b0eb5d3 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhasapers committed Aug 6, 2024
1 parent 9feb8ac commit 9f97bb0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-08-06 18:38:45.782202+00:00
Build Date UTC : 2024-08-06 18:46:25.506405+00:00
-->
43 changes: 42 additions & 1 deletion introduction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,30 @@

<li class="nav-item" data-bs-level="1"><a href="#introduction" class="nav-link">Introduction</a>
<ul class="nav flex-column">
<li class="nav-item" data-bs-level="2"><a href="#source-code" class="nav-link">Source Code</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
</li>

<li class="nav-item" data-bs-level="1"><a href="#clone-the-repository" class="nav-link">Clone the repository</a>
<ul class="nav flex-column">
</ul>
</li>

<li class="nav-item" data-bs-level="1"><a href="#navigate-into-the-project-directory" class="nav-link">Navigate into the project directory</a>
<ul class="nav flex-column">
</ul>
</li>

<li class="nav-item" data-bs-level="1"><a href="#install-dependencies" class="nav-link">Install dependencies</a>
<ul class="nav flex-column">
</ul>
</li>

<li class="nav-item" data-bs-level="1"><a href="#serve-the-site-locally" class="nav-link">Serve the site locally</a>
<ul class="nav flex-column">
</ul>
</li>
</ul>
Expand All @@ -122,7 +146,24 @@ <h1 id="introduction">Introduction</h1>
<p>The purpose of this documentation is to provide a comprehensive guide for using and managing the Omeka platform at 91.9 KCSB FM. Omeka is a web publishing platform ideal for sharing digital collections and creating media-rich online exhibits.</p>
<p>This documentation covers everything from installation to advanced configuration and user management. It also delineates best practices for various website administrators, including the Archives Coordinator, Station Advisors, and Volunteers.</p>
<p>The structure of this documentation is designed to facilitate ease of use, with sections dedicated to installation, configuration, user roles and permissions, content management, plugins and themes, backup and restore, maintenance and troubleshooting, and frequently asked questions (FAQ).</p>
<p>Please find the source code for this website at <a href="https://github.com/lekhasapers/KCSB_OMEKA_Documentation">my repo.</a></p></div>
<h2 id="source-code">Source Code</h2>
<p>The source code for this MkDocs website is available on GitHub. You can view, clone, or contribute to the project by visiting the repository below:</p>
<ul>
<li><strong>GitHub Repository</strong>: <a href="https://github.com/lekhasapers/KCSB_OMEKA_Documentation">KCSB_OMEKA_Documentation</a></li>
</ul>
<h3 id="about-the-project">About the Project</h3>
<p>This documentation site is built using <a href="https://www.mkdocs.org/">MkDocs</a> with the Flatly theme. It includes customizations for Google Analytics integration and additional CSS for improved styling.</p>
<h3 id="cloning-the-repository">Cloning the Repository</h3>
<p>To clone the repository and run the site locally, follow these steps:</p>
<p>```bash</p>
<h1 id="clone-the-repository">Clone the repository</h1>
<p>git clone https://github.com/lekhasapers/KCSB_OMEKA_Documentation.git</p>
<h1 id="navigate-into-the-project-directory">Navigate into the project directory</h1>
<p>cd KCSB_OMEKA_Documentation</p>
<h1 id="install-dependencies">Install dependencies</h1>
<p>pip install -r requirements.txt</p>
<h1 id="serve-the-site-locally">Serve the site locally</h1>
<p>mkdocs serve</p></div>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 9f97bb0

Please sign in to comment.