Skip to content

Commit 1cc2a56

Browse files
authored
Merge pull request #32 from wiedi/ui
add custom version of material-illumos theme
2 parents c53a881 + 7c74741 commit 1cc2a56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+4661
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This repository contains markdown for illumos.org. It is written in
44
[mkdocs](http://www.mkdocs.org).
55

6-
We are using the [material](https://squidfunk.github.io/mkdocs-material/)
7-
theme.
6+
We are using a customized version of the
7+
[material](https://squidfunk.github.io/mkdocs-material/) theme.
88

99
## Contributing
1010

material-illumos/404.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% extends "base.html" %}
2+
{% block content %}
3+
<h1>404 - Not found</h1>
4+
{% endblock %}

material-illumos/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)