Socket
Socket
Sign inDemoInstall

artblog

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    artblog

Static site generator for simple personal art/picture/photo blogs.


Maintainers
1

Readme

artblog

PyPI version License: MIT

Static site generator for art blogs written with markdown and lots of images.

Goals:

  • Simplicity (minimal configurability)
  • Posts source data from multiple directories (e.g. multiple Git repositories)

Limitations:

  • No e-commerce features

Easy To Use

  1. Install: python -m pip install artblog
  2. Generate config.yml template: artblog path/to/config.yml
  3. Configure: Edit the path/to/config.yml file
  4. Generate: artblog path/to/config.yml
  5. Copy to your web host: scp -r output/* hosting_site:~/www/.

The config.yml file is where you specify the information about your site's URL, locations of your content, etc. In step 2 above, you specify where you want to create the template for config.yml. After that, you edit this file.

Steps 4 and 5 are repeated as you add articles over time.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc