barely
barely is a lightweight, but highly extensible static site generator written in pure python.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- barely-test.yml
- config.yaml
- post.md
- page.md
- one-dark.css
- facebook.svg
- reddit.svg
- share.svg
- twitter.svg
- ycombinator.svg
- favicon.ico
- socialcover.png
- style.sass
- theme.js
- rss.md
- base.html
- preview.html
- socials.html
- overview.html
- page.html
- post.html
- rss.html
- tag.html
- COPY-TO-CONFIG.yaml
- metadata.yaml
- page.md
- favicon.ico
- style.sass
- base.html
- page.html
- config.yaml
- metadata.yaml
- page.md
- __init__.py
- config.py
- decorators.py
- empty_config.yaml
- __init__.py
- ChangeTracker.py
- EventHandler.py
- ProcessingPipeline.py
- __init__.py
- git.py
- test_git.py
- __init__.py
- localbackup.py
- test_localbackup.py
- __init__.py
- __init__.py
- autoseo.py
- test_autoseo.py
- __init__.py
- collections.py
- test_collections.py
- __init__.py
- forms.py
- test_forms.py
- __init__.py
- gallery.py
- test_gallery.py
- __init__.py
- highlight.py
- test_highlight.py
- __init__.py
- minify.py
- test_minify.py
- __init__.py
- pixelizer.py
- test_pixelizer.py
- __init__.py
- readingtime.py
- test_readingtime.py
- __init__.py
- test_timestamps.py
- timestamps.py
- __init__.py
- test_toc.py
- toc.py
- __init__.py
- __init__.py
- sftp.py
- test_sftp.py
- __init__.py
- __init__.py
- PluginManager.py
- empty
- extendsbase.html
- extendschild.html
- completelyalone.html
- extendsbase.html
- parentless.html
- completelyalone.html
- deeper.html
- extendsparentless.html
- base.html
- extendsdeeper.html
- base.md
- extendsdeeper.md
- left.extendsbase.md
- left.left.extendsbase.md
- left.left.extendschild.md
- left.parentless.md
- left.right.completelyalone.md
- right.left.completelyalone.md
- right.left.deeper.md
- right.right.extendsparentless.md
- subimage.jpg
- subpage.md
- image.png
- page.md
- template.html
- config.yaml
- file.txt
- metadata.yaml
- child.md
- parentless.md
- parent.md
- x_parent.md
- binary.mp4
- file.css
- notype
- P1.py
- P2.py
- collateral
- P3.py
- P4.py
- a.png
- b.jpg
- a.png
- b.jpg
- c.png
- EMPTY.md
- MULTI_YAML.md
- ONE_YAML_ONE_MD.md
- ONLY_MD.md
- ONLY_YAML.md
- collateral
- file.txt
- collateral
- collateral
- fro.txt
- fro2.txt
- subpage_dev.md
- generic_dev.txt
- image_dev.png
- page_dev.md
- page_with_child_dev.md
- subpage_dev.md
- text_dev.txt
- sub.md
- page_dev.html
- page_with_child_dev.html
- subpage_dev.html
- template.html
- template.md
- template.subtemplate.md
- test_load.png
- test_read.md
- test_save.png
- config.yaml
- __init__.py
- test_ChangeTracker.py
- test_EventHandler.py
- test_PluginManager.py
- test_ProcessingPipeline.py
- __init__.py
- cli.py
- autoseo.md
- collections.md
- forms.md
- gallery.md
- git.md
- highlight.md
- localbackup.md
- minify.md
- pixelizer.md
- readingtime.md
- sftp.md
- timestamps.md
- toc.md
- about.md
- barely-demo.gif
- blueprints.md
- detailed-overview.md
- getting-started.md
- lighthouse.md
- logo.png
- modular-pages.md
- plugins.md
- README.md
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- flake.lock
- flake.nix
- LICENSE
- MANIFEST.in
- README.md
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/charludo/barely
Downloads the entire project code from GitHub to your computer.
cd barely
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ python -m venv .venv
Runs the Python script (or module).
(.venv) $ pip install barely
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
