Skip to content

archivy/archivy-static-site-gen

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

archivy-static-site-gen

archivy-static-site-gen is a plugin for Archivy that allows you to build a static, view-only version of your data, that you can then deploy on any static hosting platform like GitHub Pages or Netlify.

$ archivy static-site --help

Usage: archivy static-site [OPTIONS] COMMAND [ARGS]...

  Plugin to generate a static website from your archivy data

Options:
  --help  Show this message and exit.

Commands:
  build  Builds a _site/ directory with HTML generated from archivy...
  omit   Allows you to specify filenames you'd like to ignore during the...

Installation

Requires a working installation of Archivy:

pip install archivy-static-site-gen

Usage

  • Build your content with archivy static-site build and then host the generated files as you wish to.
  • Remove files from the build with archivy static-site omit

Todo

  • Add static search functionality
  • Be able to omit entire directories in one go.
  • Option to provide a description of the wiki on the homepage.
  • Code improvements
  • Potential speed enhancements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages