{"id":17089432,"url":"https://github.com/mihaifm/smol","last_synced_at":"2025-06-29T21:03:26.002Z","repository":{"id":35478705,"uuid":"217919324","full_name":"mihaifm/smol","owner":"mihaifm","description":"Website builder with a bare minimum set of features","archived":false,"fork":false,"pushed_at":"2022-12-11T11:05:39.000Z","size":161,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T03:22:53.506Z","etag":null,"topics":["cms","nodejs","static-site-generator","website-builder"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mihaifm.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-27T21:31:38.000Z","updated_at":"2022-02-09T23:24:30.000Z","dependencies_parsed_at":"2023-01-15T21:53:47.317Z","dependency_job_id":null,"html_url":"https://github.com/mihaifm/smol","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mihaifm/smol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaifm%2Fsmol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaifm%2Fsmol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaifm%2Fsmol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaifm%2Fsmol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mihaifm","download_url":"https://codeload.github.com/mihaifm/smol/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaifm%2Fsmol/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261430881,"owners_count":23157166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","nodejs","static-site-generator","website-builder"],"created_at":"2024-10-14T13:47:06.100Z","updated_at":"2025-06-29T21:03:25.907Z","avatar_url":"https://github.com/mihaifm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smol\n\nStatic site generator with a bare minimum set of features.\n\n* Generate html from markdown sources\n* Support for ejs templates\n* Page metadata (front-matter)\n* Default theme\n* Admin panel with authentication\n* Online markdown editor\n* Image upload\n* No database, everthing is file based\n\nFor a more complete feature set see [smolpress](https://github.com/mihaifm/smolpress).\n\n### Install\n\nRequires node.js \u003e= 10.0\n\n    npm install -g smol\n    cd blog\n    smol init\n    export SMOL_VAULT_PASSWORD=yourpassword\n    smol start\n\nAlternate installation (that doesn't involve the global `smol` command):\n\n    git clone https://github.com/mihaifm/smol blog\n    cd blog\n    npm install\n    export SMOL_VAULT_PASSWORD=yourpassword\n    node index.js\n\nVisit `localhost:3939` to view your blog and `localhost:3939/admin` to manage posts.\n\n###  Authentication\n\nSmol provides a single user that is created when visiting `/admin`. User data is stored in a text file `(data/vault.txt`) which is encrypted with the password available in the \nSMOL_VAULT_PASSWORD environment variable.\n\n### Environment variables\n\n* __SMOL_VAULT_PASSWORD__ -  encryption password for the \"vault\" containing user data.\n* __SMOL_PORT__ - server port. Default: `3939`\n* __SMOL_SRC_PATH__ - path to the markdown page sources. Default: `source`\n* __SMOL_OUTPUT_PATH__ - path to the generated static files. Default: `public`\n* __SMOL_DATA_PATH__ - path to the data folder. Default: `data`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihaifm%2Fsmol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmihaifm%2Fsmol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihaifm%2Fsmol/lists"}