Analytics

Analytics

Collecting analytics on site visitors using the Google Analytics platform. Domain has the ability to track user analytics using the [[Google Analytics::https://analytics.google.com]] Platform. To utilize google analytics please put the google tracking id on line 25 of the _config.yml file.

1 minute read

Authors

Authors

Domain has support for multiple authors, Authors profiles are at the bottom of every post and can be set by specifying the name of the author in the frontmatter of a post. Contents of the author profile are set in the _config.yml file. --- author: lumunix --- This is the configuration for the author profile at the bottom of this...

1 minute read

CMS

Jekyll Admin

Jekyll Admin is a content management system gem that allows jekyll sites to be edited with a user experience similar to wordpress. Install Docker/Compose. You must have Docker and Compose installed. In the directory you downloaded the project, open terminal and run the following command docker compose up. You should now be able to go to your web browser and...

1 minute read

Code

Code Sections

This page has examples of syntax highlighting in different languages, as well as the code copy header that can be applied to code sections that allows readers to quickly copy the code snippet to the clipboard (come on everyone has copy and pasted code from the internet every once in awhile) [[::lsn]] function sayHello(name) { if (!name) { console.log('Hello World');...

1 minute read

Comments

Comment Systems

Utterances [[Utterances::https://github.com/utterance/utterances]] is a lightweight comments widget built on GitHub issues. Use GitHub issues for blog comments, wiki pages and more! It is directly integrated to the theme and can be setup by setting the variables in the Utterances.htmlfile. Please see [[Utterances::https://github.com/utterance/utterances]] for setup.

1 minute read

Contribution

Contributions

Contributions are greatly appreciated, please check Current Issues for active feature requests and bug tracking.

1 minute read

Documentation

Welcome To Domain

Domain - a specified sphere of activity or knowledge, your personal knowledge repository and blog. Domain, like its definition implies is a collection of information. The design focus of this Jeykll theme was to create a personal wiki, inspiration was draw from the philosophy of [[Zettelkasten::https://zettelkasten.de/posts/overview/]]. Theme features include: Wiki Styled Links: Links can be external links or internal links...

4 minute read

Markdown

This page contains markdown examples to use in your posts. Headings H1 H2 H3 H4 H5 H6 Emphasis Lists Links Images Code and Syntax Highlighting Math expressions Tables Blockquotes Inline HTML Horizontal Rule Line Breaks Headings # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 H1 H2 H3 H4 H5 H6 Emphasis Emphasis, aka italics, with *asterisks*...

7 minute read

Comment Systems

Utterances [[Utterances::https://github.com/utterance/utterances]] is a lightweight comments widget built on GitHub issues. Use GitHub issues for blog comments, wiki pages and more! It is directly integrated to the theme and can be setup by setting the variables in the Utterances.htmlfile. Please see [[Utterances::https://github.com/utterance/utterances]] for setup.

1 minute read

Analytics

Collecting analytics on site visitors using the Google Analytics platform. Domain has the ability to track user analytics using the [[Google Analytics::https://analytics.google.com]] Platform. To utilize google analytics please put the google tracking id on line 25 of the _config.yml file.

1 minute read

Contributions

Contributions are greatly appreciated, please check Current Issues for active feature requests and bug tracking.

1 minute read

Useful References

[[Docker::https://www.docker.com/get-started]] is an open source containerization platform. It enables developers to package applications into containers—standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment. [[Jekyll::https://jekyllrb.com/docs/]] is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without...

2 minute read

Mermaid

Mermaid is a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development See complete syntax and more examples [[here::https://github.com/mermaid-js/mermaid]] sequenceDiagram Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of...

1 minute read

Jekyll Admin

Jekyll Admin is a content management system gem that allows jekyll sites to be edited with a user experience similar to wordpress. Install Docker/Compose. You must have Docker and Compose installed. In the directory you downloaded the project, open terminal and run the following command docker compose up. You should now be able to go to your web browser and...

1 minute read

Code Sections

This page has examples of syntax highlighting in different languages, as well as the code copy header that can be applied to code sections that allows readers to quickly copy the code snippet to the clipboard (come on everyone has copy and pasted code from the internet every once in awhile) [[::lsn]] function sayHello(name) { if (!name) { console.log('Hello World');...

1 minute read

Authors

Domain has support for multiple authors, Authors profiles are at the bottom of every post and can be set by specifying the name of the author in the frontmatter of a post. Contents of the author profile are set in the _config.yml file. --- author: lumunix --- This is the configuration for the author profile at the bottom of this...

1 minute read

Link Library

This page shows how to add common links in markdown to the link library, which is a collection of commonly used urls to resources that allows you to add links in articles without retyping the same link over and over with a complete url. In addition these commonly used links can be updated in one file and not have to...

1 minute read

License

Licensing information for the project. Copyright 2022 Lumunix Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons...

1 minute read

Tutorial 2

Sample post that is part of the Tutorial collection feature that allows you to create a sequential list of posts linked together with relative urls pointing to the next post in the series. This is useful if you want to create multiple segments with posts in a defined order. For individual posts in a tutorial the Previous and Next buttons...

1 minute read

Tutorial 1

Sample post that is part of the Tutorial collection feature that allows you to create a sequential list of posts linked together with relative urls pointing to the next post in the series. This is useful if you want to create multiple segments with posts in a defined order. For individual posts in a tutorial the Previous and Next buttons...

1 minute read

Graphs

Mermaid

Mermaid is a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development See complete syntax and more examples [[here::https://github.com/mermaid-js/mermaid]] sequenceDiagram Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of...

1 minute read

License

License

Licensing information for the project. Copyright 2022 Lumunix Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons...

1 minute read

Link Library

This page shows how to add common links in markdown to the link library, which is a collection of commonly used urls to resources that allows you to add links in articles without retyping the same link over and over with a complete url. In addition these commonly used links can be updated in one file and not have to...

1 minute read

Markdown

Markdown

This page contains markdown examples to use in your posts. Headings H1 H2 H3 H4 H5 H6 Emphasis Lists Links Images Code and Syntax Highlighting Math expressions Tables Blockquotes Inline HTML Horizontal Rule Line Breaks Headings # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 H1 H2 H3 H4 H5 H6 Emphasis Emphasis, aka italics, with *asterisks*...

7 minute read

References

Useful References

[[Docker::https://www.docker.com/get-started]] is an open source containerization platform. It enables developers to package applications into containers—standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment. [[Jekyll::https://jekyllrb.com/docs/]] is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without...

2 minute read

Sample_Tutorial

Tutorial 2

Sample post that is part of the Tutorial collection feature that allows you to create a sequential list of posts linked together with relative urls pointing to the next post in the series. This is useful if you want to create multiple segments with posts in a defined order. For individual posts in a tutorial the Previous and Next buttons...

1 minute read

Tutorial 1

Sample post that is part of the Tutorial collection feature that allows you to create a sequential list of posts linked together with relative urls pointing to the next post in the series. This is useful if you want to create multiple segments with posts in a defined order. For individual posts in a tutorial the Previous and Next buttons...

1 minute read

Welcome

Welcome To Domain

Domain - a specified sphere of activity or knowledge, your personal knowledge repository and blog. Domain, like its definition implies is a collection of information. The design focus of this Jeykll theme was to create a personal wiki, inspiration was draw from the philosophy of [[Zettelkasten::https://zettelkasten.de/posts/overview/]]. Theme features include: Wiki Styled Links: Links can be external links or internal links...

4 minute read