{"id":40003887,"url":"https://github.com/lucianmarin/pressdown","last_synced_at":"2026-01-19T02:03:36.144Z","repository":{"id":66604109,"uuid":"254869922","full_name":"lucianmarin/pressdown","owner":"lucianmarin","description":"Blog engine in PHP with Markdown and Jekyll type posts.","archived":false,"fork":false,"pushed_at":"2026-01-10T14:37:20.000Z","size":283,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T04:25:55.788Z","etag":null,"topics":["jekyll","markdown","parsedown","php","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucianmarin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"lucianmarin"}},"created_at":"2020-04-11T13:07:46.000Z","updated_at":"2026-01-10T14:37:24.000Z","dependencies_parsed_at":"2023-03-01T10:16:00.859Z","dependency_job_id":null,"html_url":"https://github.com/lucianmarin/pressdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucianmarin/pressdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fpressdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fpressdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fpressdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fpressdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucianmarin","download_url":"https://codeload.github.com/lucianmarin/pressdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucianmarin%2Fpressdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28557784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["jekyll","markdown","parsedown","php","wordpress"],"created_at":"2026-01-19T02:03:18.968Z","updated_at":"2026-01-19T02:03:36.134Z","avatar_url":"https://github.com/lucianmarin.png","language":"PHP","funding_links":["https://ko-fi.com/lucianmarin"],"categories":[],"sub_categories":[],"readme":"# Pressdown\n\nA lightweight, flat-file blog engine written in PHP. Pressdown is designed to be simple, fast, and compatible with Jekyll-style Markdown posts.\n\n## Features\n\n- **Flat-file based**: No database required. All posts are stored as Markdown files.\n- **Jekyll compatibility**: Supports Jekyll-style YAML front matter for post metadata (title, date, etc.).\n- **Markdown support**: Uses [Parsedown](https://parsedown.org/) for fast and reliable Markdown parsing.\n- **Dynamic Routing**: Automatically lists and serves posts based on the directory structure.\n- **Minimalistic Layout**: Clean and simple HTML5 templates located in the `include/` directory.\n- **Static Assets**: Includes SASS source files, compiled CSS, and custom web fonts (Clear Sans, Share Tech Mono).\n- **RSS Ready**: Templates include links for RSS feeds (though implementation may vary).\n\n## Project Structure\n\n- `_posts/`: Contains your blog posts in Markdown format, organized by year or in the root.\n- `include/`: PHP template fragments (`header.php`, `footer.php`, `menu.php`, `config.php`).\n- `libs/`: Core logic, including `Pressdown.php` (the engine) and `Parsedown.php`.\n- `static/`: CSS, SASS, fonts, and images.\n- `index.php`: The homepage that lists all available posts.\n- `post.php`: The page responsible for rendering individual posts.\n\n## Getting Started\n\n### Prerequisites\n\n- PHP 5.4 or higher (supports the built-in web server).\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/lucianmarin/pressdown.git\n   cd pressdown\n   ```\n\n2. Start the development server:\n   ```bash\n   php -S localhost:8000\n   ```\n\n3. Open your browser and navigate to `http://localhost:8000`.\n\n## Configuration\n\nSite-wide settings can be found in `include/config.php`:\n\n```php\n$site_title = \"Lucian Marin\";\n$img_root = \"https://yourdomain.com/\";\n```\n\n## Creating Posts\n\nAdd a new Markdown file to the `_posts/` directory. Each file should start with YAML front matter:\n\n```markdown\n---\ntitle: \"My New Post\"\ndate: \"2026-01-09\"\n---\n\nYour content goes here...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucianmarin%2Fpressdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucianmarin%2Fpressdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucianmarin%2Fpressdown/lists"}