Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

nkfilis/copperlight.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Release

Development

  1. Install Python.

  2. Set up the local virtual environment.

    ./setup-venv.sh
  3. Activate the virtual environment and serve the site.

    source venv/bin/activate
    mkdocs serve
    open http://localhost:8000
    

Deployment

  • Opening a PR will run the GitHub action to build the site.
  • Pushing changes to the main branch will trigger the GitHub action to build and deploy the site.

Known Issues

The mkdocs-markdownextradata-plugin does not handle the Ansible pages well, because they embed Jinja expressions and there does not appear to be a way to escape those characters in that context.

About

A site for knowledge sharing and neat things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%