Skip to content

inf0rmatiker/inf0rmatiker.github.io

Repository files navigation

Documentation Site

This site is built and generated via Antora Docs.

Installation

npm i -D -E @antora/cli@3.1 @antora/site-generator@3.1

Usage

Using the Makefile:

  • Generate the site (HTML, CSS, etc)

    make html
    • This generates the site to build/, you can view it by opening build/index.html in a browser.
  • Create a new module under a category

    make module
    • You'll need to specify the module name (i.e. Docker) and module category (i.e. learning):

    • Example:

      inf0rmatiker.github.io git:(master) ✗ make module
      scripts/make_module.sh
      Module name:
      My Module
      Module category (i.e. learning, blog):
      learning
      
      Created structure in modules/learning/pages/my-module:
      modules/learning/pages/my-module
      └── my-module.adoc
      
      1 directory, 1 file
      
      Created new entry in modules/learning/partials/nav.adoc
      
      * My Module
      ** xref:docs-site:learning:my-module/my-module.adoc[My Module]

About

GitHub pages for inf0rmatiker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published