Commit Graph

18 Commits

Author SHA1 Message Date
466f6e8632 feat(article): migrate mdt setup article
MR !6
2022-01-30 12:22:07 +09:30
Jon
8292b0a6cf feat(minify): disable minifying website until site ready to deploy
may need to move the minify to a task in the pages deploy job. this would allow the tests to show line numbers.

MR !2
2022-01-29 08:43:27 +09:30
Jon
17f97f85bf chore(typo): fix minify plugin.
MR !2
2022-01-29 08:43:27 +09:30
Jon
f73011d29d refactor(mkdocs.yml): fix tabbing of plugin
MR !2
2022-01-29 08:43:27 +09:30
Jon
e4999a4462 feat(minify): minify the mkdocs static html build files
MR !2
2022-01-29 08:43:27 +09:30
0c7c36d7e1 feat(emoji): removed emoji support until a solution can be found to self-host.
the emoji index collects from an external provider.

This feature will be disabled until a solution is provided to self-host.

MR !2
2022-01-29 08:43:27 +09:30
9b6b3eb291 build: use the blogging capabilities added
MR !1 #3
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
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
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
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
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
8fbb9d95ac feat(mkdocs): Add the default config and the site layout directory
issue #3 !1
2022-01-29 08:43:27 +09:30