{"id":18936407,"url":"https://github.com/vaporexampleslab/quickstart-bootstrap-blog","last_synced_at":"2026-01-27T14:34:15.789Z","repository":{"id":133115007,"uuid":"175092182","full_name":"VaporExamplesLab/quickstart-bootstrap-blog","owner":"VaporExamplesLab","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-17T22:52:41.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T15:12:46.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/VaporExamplesLab.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}},"created_at":"2019-03-11T22:16:32.000Z","updated_at":"2019-04-17T22:52:42.000Z","dependencies_parsed_at":"2023-10-04T13:33:48.716Z","dependency_job_id":null,"html_url":"https://github.com/VaporExamplesLab/quickstart-bootstrap-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VaporExamplesLab/quickstart-bootstrap-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaporExamplesLab%2Fquickstart-bootstrap-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaporExamplesLab%2Fquickstart-bootstrap-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaporExamplesLab%2Fquickstart-bootstrap-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaporExamplesLab%2Fquickstart-bootstrap-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VaporExamplesLab","download_url":"https://codeload.github.com/VaporExamplesLab/quickstart-bootstrap-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaporExamplesLab%2Fquickstart-bootstrap-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28815132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-08T12:07:20.101Z","updated_at":"2026-01-27T14:34:15.771Z","avatar_url":"https://github.com/VaporExamplesLab.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [quickstart-bootstrap-blog][t]\n[t]:https://github.com/VaporExamplesLab/quickstart-bootstrap-blog\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"http://docs.vapor.codes/3.0/\"\u003e\n        \u003cimg src=\"http://img.shields.io/badge/read_the-docs-2196f3.svg\" alt=\"Documentation\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\n        \u003cimg src=\"http://img.shields.io/badge/license-MIT-brightgreen.svg\" alt=\"MIT License\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://swift.org\"\u003e\n        \u003cimg src=\"http://img.shields.io/badge/swift-4.2-brightgreen.svg\" alt=\"Swift 4.2\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ca id=\"toc\"\u003e\u003c/a\u003e\n[Getting Started](#GettingStarted) •\n[Original Setup](#OriginalSetup) •\n[Resources](#Resources) \n\n## Getting Started \u003cspan id=\"GettingStarted\"\u003e[▴](#toc)\u003c/span\u003e\n\n**Prerequisites**\n\n* [Install Xcode 10 ⇗](https://itunes.apple.com/us/app/xcode/id497799835?mt=12)\n* [Install homebrew ⇗](https://brew.sh/)\n* [Install vapor toolbox ⇗](https://docs.vapor.codes/3.0/install/macos/)\n\n**Download|Clone \u0026 Run**\n\nSteps to download repository:\n\n``` bash\n## go to your working directory\ncd \u003cyour-choosen-directory-path\u003e\n\n## download and unzip\nwget https://github.com/VaporExamplesLab/quickstart-bootstrap-blog/archive/master.zip\nunzip master.zip -d quickstart-bootstrap-blog\nrm master.zip     # remove download\n\ncd quickstart-bootstrap-blog-master\n\n# update dependencies \n# with `-y` yes to generate and open Xcode project\nvapor update -y\n```\n\nOr, alternate steps to clone repository instead of download:\n\n``` bash\n## go to your working directory\ncd \u003cyour-choosen-directory-path\u003e\n\n## either clone\n##    add --bare option for an unattached instance\ngit clone git@github.com:VaporExamplesLab/quickstart-bootstrap-blog.git \n\ncd quickstart-bootstrap-blog\n\n# update dependencies \n# with `-y` yes to generate and open Xcode project\nvapor update -y\n```\n\n**Directory Structure**\n\n``` bash\nblog_content_original/\n  html/\n  # markdown/…/*.md pages map to blog_content_processed/leaf/_m/…/*.leaf\n  # markdown/…/*_files/*  map to blog_content_processed/public/_m/…/*.leaf\n  markdown/   \n    yyyy/\n      MM/\n        article_files\n        article.md\n  paprika/\n#\nblog_content_processed/\n  leaf/\n    _h/\n    _m/\n      yyyy/\n        mm/\n          article.leaf\n    _r/\n  public/\n    _h/\n    _m/\n      yyyy/\n        mm/\n          article_files/*\n    _r/\n\nquickstart-bootstrap-blog/\n  Public/   # must match URL for relative addressing\n     _h → blog_content_processed/public/_h\n     _m → blog_content_processed/public/_m\n     _r → blog_content_processed/public/_r\n  Resources/\n    Views/  # path to leaf can be revised by router ?\n      _h → blog_content_processed/leaf/_h\n      _m → blog_content_processed/leaf/_m\n      _r → blog_content_processed/leaf/_r\n```\n\n_route_\n\n``` swift\n```\n\n_leaf template_\n\n``` leaf\n```\n\n``` bash\ncd quickstart-bootstrap-blog\nln -s ../../blog_content_processed/public/_h Public/_h \nls -l Public/_h/\nln -s ../../blog_content_processed/public/_m Public/_m \nls -l Public/_m/\nln -s ../../blog_content_processed/public/_r Public/_r \nls -l Public/_r/\nls -l Public\n\nln -s ../../../blog_content_processed/leaf/_h Resources/Views/_h \nls -l Resources/Views/_h/\nln -s ../../../blog_content_processed/leaf/_m Resources/Views/_m \nls -l Resources/Views/_m/\nln -s ../../../blog_content_processed/leaf/_r Resources/Views/_r \nls -l Resources/Views/_r/\nls -l Resources/Views\n```\n\nSet Xcode scheme to \"Run \u003e My Mac\".\n\n![](README_files/XcodeScheme.png)\n\nClick the run button and check the results in a browser at `http://localhost:8080`.\n\n![TBD:LandingPage](README_files/LandingPage.png)\n\n## Original Setup \u003cspan id=\"OriginalSetup\"\u003e[▴](#toc)\u003c/span\u003e\n\nThe following steps were completed to create the `quickstart-bootstrap-blog` example. \n\n\n**Create Vapor Website Project**\n\nCreate a `quickstart-bootstrap-blog` project from the command line terminal:\n\n``` bash\nvapor new quickstart-bootstrap-blog --web\ncd quickstart-bootstrap-blog\n# add directory for README.md assets\nmkdir README_files \ntouch README_files/.git_keep # create file so folder is not empty for `git`  \n\n# update dependencies \n# with `-y` yes to generate and open Xcode project\nvapor update -y\n```\n\n\n\n## Resources \u003cspan id=\"Resources\"\u003e[▴](#toc)\u003c/span\u003e\n\n* [Bootstrap ⇗](https://getbootstrap.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaporexampleslab%2Fquickstart-bootstrap-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaporexampleslab%2Fquickstart-bootstrap-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaporexampleslab%2Fquickstart-bootstrap-blog/lists"}