181 Commits

Author SHA1 Message Date
54b75f38b4 fix(mkdocs-plugin-tags): fix markdown generation so it passes linting
MR !1
2022-01-29 08:43:27 +09:30
d6524ac9cf feat(markdownlint): specifiy the allowed inline html elements
MR !1
2022-01-29 08:43:27 +09:30
72ed1cb440 refactor: change hover for content tags to yellow text.
MR !1
2022-01-29 08:43:27 +09:30
93ceceb396 refactor(navigation): rename tags -> 'Content Tags'
MR !1
2022-01-29 08:43:27 +09:30
10a81f0bed fix(mkdocs-plugin-tags): ensure heading reference in a url is in lower case.
issue #3 !1
2022-01-29 08:43:27 +09:30
f2969de739 refactor(markdown_lint): correct linting errors
MR !1
2022-01-29 08:43:27 +09:30
1a1b77769d feat(mkdocs): use custom plugin from custom-plugins/mkdocs-plugin-tags
this is a custom theme modified so it works correctly

issue #3 !1
2022-01-29 08:43:27 +09:30
5dfeeb81b1 refactor(mkdocs-plugin-tags): rebranded plugin to be from nfc
changed so that it could be deliniated as custom

MR !1 #3
2022-01-29 08:43:27 +09:30
653c535b2c fix(mkdocs-plugin-tags): the template not using the specified css class for the tag
the template was hardcoded to the tag class. this prevented the end user
from specifying the css_name in mkdcos.yml

 Changes to be committed:
    modified:   custom-plugins/mkdocs-plugin-tags/tags/plugin.py
    modified:   custom-plugins/mkdocs-plugin-tags/tags/templates/tags.md.template

issue #3 MR !1
2022-01-29 08:43:27 +09:30
7267f8f2ad fix(mkdocs-plugin-tags): Build a relative link for the url to the tag page
The url was hardcoded to the root dir which prevented docs ran in a
sub-folder from having a tags.html url that was correct.

Changes to be committed:
       modified:   custom-plugins/mkdocs-plugin-tags/tags/plugin.py

issue #3 MR !
2022-01-29 08:43:27 +09:30
f77b36a138 feat(plugin): cloned plugin tags repo so it can be customized and used
cloned from: https://github.com/ginsburgnm/mkdocs-plugin-tags.git

module version 1.0.2 from pypi

git details:
    commit: fb2be9ac09889c9baf88358a216a13ed8b4a04a2
    branch details: (grafted, HEAD -> master, tag: 1.0.2, origin/master, origin/HEAD)

issue #3
2022-01-29 08:43:27 +09:30
Jon
2a16ca065c refactor: md linting error, ul must be indent four spaces
MR !1
2022-01-29 08:43:27 +09:30
Jon
b0c91fa68b ci(markdown_lint): set unordered list indentation to four.
MR !1
2022-01-29 08:43:27 +09:30
449ec4a9fc refactor: linting error. removed trailing empty line in choosing an internet service.
MR !1
2022-01-29 08:43:27 +09:30
c2d3a178a5 refactor(article): fixing lists in choosing an internet service
MR !1
2022-01-29 08:43:27 +09:30
830371c691 feat(mkdocs): add lists and task lists to markdown
MR !1
2022-01-29 08:43:27 +09:30
3a08f14d74 refactor(markdown_lint): clean up linting errors.
MR !1
2022-01-29 08:43:27 +09:30
893d3dfd5c ci(markdown_lint): disable line length for markdown files
MR !1
2022-01-29 08:43:27 +09:30
59c2593c68 feat(sitemap): remove sitemap as the changed dates for files is wrong.
needs to be investigated why the dates for file changes are wrong.

issue #3 !1
2022-01-29 08:43:27 +09:30
c6de8bc960 feat(operations): Added markdown syntax page.
Page Changes:
	new file:      pages/operations/syntax.md
	modified:      pages/robots.txt
        old wiki page: wiki/syntax.txt

Also added a robots.txt redirect to new location

issue #3 !1
2022-01-29 08:43:27 +09:30
6667f4f076 feat(article): migrated choosing an internet service from old wiki
Pages:
	new file:   pages/articles/2015/choose_internet_service.md
	modified:   pages/articles/index.md
	modified:   pages/robots.txt
	deleted:    wiki/current/info/150225_choose_internet_service.txt

Also added a redirect to the robots.txt file

issue #3 !1
2022-01-29 08:43:27 +09:30
268e076e9a feat(contact): updated the page content to include how to fix an issue with a page.
issue #3 !1
2022-01-29 08:43:27 +09:30
47bfd4e5cc feat(markdown): added ability to colour by brand name.
Brands supported
    - docker
    - facebook
    - github
    - gitlab

example for icon: ':fontawesome-brands-docker:{ .docker }'

issue #3 !1
2022-01-29 08:43:27 +09:30
f6d6bd627b feat(markdown): Support admonations in markdown.
issue #3 !1
2022-01-29 08:43:27 +09:30
c0aa5cbe12 feat(footer): Add colour to the social icons within the page footer
issue #3 !1
2022-01-29 08:43:27 +09:30
2460b4c70c feat(mkdocs): add document creation and last edited date.
Git clone depth must be the complete repo as the pip module
requires access to the full hostory to obtain the dates for the documents.

issue #3 !1
2022-01-29 08:43:27 +09:30
dde0939e1b build(mkdocs): changed the site theme to material and setup.
issue #3 !1
2022-01-29 08:43:27 +09:30
a02d2c3bb5 ci(pages): ensure the static site artifacts are available for gitlab pages
issue #3 !1
2022-01-29 08:43:27 +09:30
696138c317 ci(build): Added config to build and publish to gitlab pages
issue #3 !1
2022-01-29 08:43:27 +09:30
8fbb9d95ac feat(mkdocs): Add the default config and the site layout directory
issue #3 !1
2022-01-29 08:43:27 +09:30
2ce41bc16e chore: sanitized repo v1.0.0rc0 2022-01-29 08:10:28 +09:30