Skip to content

Commit

Permalink
add announement banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeoson committed Feb 22, 2024
1 parent eff32d4 commit 2395bf1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/Hire-Me/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ status: new
- :material-star-shooting:{ .lg .middle } [__Luke's Career__](https://www.credly.com/users/luke-richardson.dca3c027) story is of ascending rigour & complexity (1) [Smartly Summarised](https://en.wikipedia.org/wiki/SMART_criteria)
{ .annotate}
1. ![Smart Goals Poster](../assets/images/lukeoson/smart-goals-poster.png)
1. ![Smart Goals Poster](smart-goals-poster.png)
---
__Lloret Control Systems__
Expand Down
6 changes: 6 additions & 0 deletions docs/overrides/custom_announcement.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "base.html" %}

{% block announce %}
<!-- Add announcement here, including arbitrary HTML -->
This site is under development. It is a total mess currently. I should not be public.
{% endblock %}
15 changes: 8 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Site Settings
site_name: !ENV SITE_NAME
site_url: !ENV SITE_URL
repo_url: !ENV REPO_URL
repo_name: !ENV REPO_NAME
copyright: !ENV COPYRIGHT
site_name: !ENV [SITE_NAME, 'Luke Richardson']
site_url: !ENV [SITE_URL, "https://lukeoson.com/"]
repo_url: !ENV [REPO_URL, "https://github.com/lukeoson/lukeoson-mkdocs"]
repo_name: !ENV [REPO_NAME, "lukeoson.com"]
copyright: !ENV [COPYRIGHT, "Copyright 2023 Lukeoson"]

# Navigation
nav:
Expand Down Expand Up @@ -76,7 +76,7 @@ nav:
theme:
favicon: assets/favicon/lukeoson-badge.png
custom_dir: docs/overrides
name: !ENV THEME_NAME
name: !ENV [THEME_NAME, material]
icon:
annotation: material/chevron-right-circle
repo: fontawesome/brands/github
Expand Down Expand Up @@ -151,7 +151,7 @@ extra:
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCXlJsPms5KOc9VLmTjtbYWA
generator: false
homepage: !ENV HOMEPAGE
homepage: !ENV [HOMEPAGE, https://lukeoson.com]
# Jinja2
project: Lukeoson Dabs

Expand Down Expand Up @@ -192,6 +192,7 @@ markdown_extensions:

plugins:
- table-reader:
- autolinks
- meta:
enabled: true
- macros:
Expand Down

0 comments on commit 2395bf1

Please sign in to comment.