Skip to main content

Zoey is a command line static site generator, written in Python.

Project description

hi Zoey

Say hello to zoey, a command line based Static Site Generator !

zoey is based on Python, and works on any Python installation above v3.6.x

Contents

Installation

  1. Install Python for your OS from here
  2. Ensure that Add Python to PATH checkbox during installation is checked.
  3. Open a command line of your choice, type pip install zoey and press enter ⏎

Voila, thats it ! zoey is installed and ready to go.

Getting Started

To create a new site, in your command line of choice, type zoey new site <site-name> This command generates a folder named <site-name>, with the following structure -

/<site-name>
├── config.py
├── /public
└── /src
    ├── /assets
    │   ├── /media
    │   └── style.css
    └── index.md

Folder structure explanation -

  1. config.py - This file holds certain configuration for your site.
  2. /src - This is the folder where you will be writing all the pages for your site in markdown .md format.
  3. /public - This is the folder, which will have the final html files, which you can directly copy and add to any hosting service of choice. The contents of this folder will be auto generated when the generator is run.

Core concepts

  1. Always make changes in the src directory only. No direct changes to be made to the public directory.
  2. group - A group is basically a folder inside src, which groups some pages together.
  3. page - A page is an individual markdown file, that will be converted to a HTML page.
  4. All multimedia files should be placed inside the src/assets/media folder only, and then suitably linkedin inside the markdown files.

Usage

  1. To create a new page -
    zoey new page <page-name>
    
    This creates a new page named page-name.md inside the src folder.
  2. To create a group -
    zoey new group <group-name>
    
    This creates a new folder named group-name inside the src folder.

    assets is a reserved keyword for group naming, and cannot be used to create any group

  3. To create a new page inside a group -
    zoey new page <page-name> --group <group-name>
    
    This creates a new page named page-name.md inside the group-name folder.
  4. To see the list of all groups -
    zoey groups
    
    This lists down all the groups that have been created.
  5. To generate the final site -
    zoey generate site
    
    This will populate the public directory which can be copied and added to any hosting provider of choice.

Hope you enjoy using zoey

zoey is the brainchild of Soumit Das To report bugs, please send a bug report, along with python and pip version number to me@soumit.in

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zoey-0.4.0.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

zoey-0.4.0-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

Details for the file zoey-0.4.0.tar.gz.

File metadata

  • Download URL: zoey-0.4.0.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for zoey-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e334dbf50293d81965f766343c7ba1faca8363b7df07daa099719c4c5ba18cec
MD5 3d0fee0d8dca95583f2c311f1a6aecc5
BLAKE2b-256 273d2f5c78507ec09ef1f99bd6c737bc175b352a099626f22f56b3eea2c0c787

See more details on using hashes here.

File details

Details for the file zoey-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: zoey-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for zoey-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1fc66ea1e56782f04b7a0a7ad1c304bcdde85fd3f04cb3e9cc063fb140d4c1d3
MD5 512f10c04220b4c130a2681b1200e081
BLAKE2b-256 bffb87c4b12fe78ea3122c0e89c35a0259c4e4adf25d6a707e1b82f5f072ca5a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page