Make wiki look cool #23

Open
opened 2024-08-19 23:03:49 +00:00 by esy · 3 comments
Owner

As it stands the wiki is pretty bare bones, there can be a lot of improvements to the styling and config of it
https://www.mkdocs.org/user-guide/configuration/
Some inspiration from a fellow society - https://docs.redbrick.dcu.ie/

As it stands the wiki is pretty bare bones, there can be a lot of improvements to the styling and config of it https://www.mkdocs.org/user-guide/configuration/ Some inspiration from a fellow society - https://docs.redbrick.dcu.ie/
esy added the
documentation
good first issue
labels 2024-08-19 23:03:49 +00:00
Owner

Adding teh git info might be a good idea https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/
Would also be a good time to fix the repo url as well (currently Skynet/nixos, should be Skynet/wiki)

Ye might also need to explicity say ye want other plugins enabled since by defining one it can disable teh default list.
(and be careful gettign teh edit page right)

Adding teh git info might be a good idea https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/ Would also be a good time to fix the repo url as well (currently ``Skynet/nixos``, should be ``Skynet/wiki``) Ye might also need to explicity say ye want other plugins enabled since by defining one it can disable teh default list. (and be careful gettign teh edit page right)
Owner

This may be useful, though its not complete (still need to add teh packages to teh flake)

site_name: Skynet Wiki
site_url: https://wiki.skynet.ie
repo_url: https://forgejo.skynet.ie/Skynet/wiki
edit_uri: src/branch/main/src
docs_dir: ./src/
theme:
  name: material
  features:
    - search.suggest
    - search.highlight
    - navigation.expand
    - content.action.view
  icon:
    view: material/eye
plugins:
  - search
  - git-authors:
      show_email_address: false
  - git-revision-date-localized:
      enable_creation_date: true
markdown_extensions:
  - tables
This may be useful, though its not complete (still need to add teh packages to teh flake) ```yaml site_name: Skynet Wiki site_url: https://wiki.skynet.ie repo_url: https://forgejo.skynet.ie/Skynet/wiki edit_uri: src/branch/main/src docs_dir: ./src/ theme: name: material features: - search.suggest - search.highlight - navigation.expand - content.action.view icon: view: material/eye plugins: - search - git-authors: show_email_address: false - git-revision-date-localized: enable_creation_date: true markdown_extensions: - tables ```
Owner
useful links (might be worth adding as comments) * https://timvink.github.io/mkdocs-git-authors-plugin/options.html * https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Skynet/wiki#23
No description provided.