{"id":23968970,"url":"https://github.com/joequery/vert-flask","last_synced_at":"2025-04-13T16:23:10.239Z","repository":{"id":3874540,"uuid":"4960768","full_name":"joequery/Vert-Flask","owner":"joequery","description":"www.vertstudios.com source code","archived":false,"fork":false,"pushed_at":"2012-07-26T00:48:26.000Z","size":18306,"stargazers_count":25,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T07:21:19.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joequery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-09T16:09:57.000Z","updated_at":"2024-05-11T19:48:36.000Z","dependencies_parsed_at":"2022-09-04T12:20:56.070Z","dependency_job_id":null,"html_url":"https://github.com/joequery/Vert-Flask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joequery%2FVert-Flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joequery%2FVert-Flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joequery%2FVert-Flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joequery%2FVert-Flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joequery","download_url":"https://codeload.github.com/joequery/Vert-Flask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248742059,"owners_count":21154428,"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":[],"created_at":"2025-01-07T00:56:58.202Z","updated_at":"2025-04-13T16:23:10.206Z","avatar_url":"https://github.com/joequery.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vert Studios - Powered by Flask!\n--------------------------------\n\nThis repository holds the source code for http://vertstudios.com.\nSee more details about the project (including Nginx configuration) via\n[Converting a simple website to Python Flask][0]:\n\n[0]: http://vertstudios.com/blog/new-flask-site/\n\nRequirements\n------------\n\n* Python 2.7\n* [virtualenv](http://www.virtualenv.org/en/latest/index.html)\n* lxml2 (Go [here][1] if you're having trouble installing on Ubuntu)\n\n[1]: http://www.calazan.com/errors-when-installing-the-python-lxml-library-using-pip-on-ubuntu/\n\nInstallation and Usage\n----------------------\n\n    $ git clone git://github.com/joequery/Vert-Flask.git\n    $ cd Vert-Flask\n    $ virtualenv env\n    $ . env/bin/activate\n    $ pip install -r requirements.txt\n    $ python genfeed.py # Generate rss feed and blog pagination\n    $ python vertstudios.py\n\nNow visit http://localhost:5000 in your browser.\n\nMaking a blog post\n------------------\n\nTo make a blog post, follow these steps:\n\n    $ cd Vert-Flask/blog/posts\n    $ cp -r example my-post-url\n    $ cd my-post-url\n\nNow edit meta.py to have the proper metadata information. The publication date\nshould be in the following format: 2012-07-09 Mon 11:21 AM.\n\nYou can append the following to your ```~/.vimrc``` to generate such a \ntimestamp using F3\n\n    \" Insert timestamp\n    nmap \u003cF3\u003e a\u003cC-R\u003e=strftime(\"%Y-%m-%d %a %I:%M %p\")\u003cCR\u003e\u003cEsc\u003e\n    imap \u003cF3\u003e \u003cC-R\u003e=strftime(\"%Y-%m-%d %a %I:%M %p\")\u003cCR\u003e\n\nYou should be able to view the post at http://localhost:5000/blog/my-post-url.\n\nOnce you are finished with the post, you can add the post to the RSS feed and\npagination by adding \"my-post-url\" to the top of Vert-Flask/blog/rss.txt, \nand then executing `python genfeed.py` from the project root. Make sure you \nhave virtualenv activated, otherwise you'll receieve an error.\n\nThe RSS feed and blog index pages are not versioned, so be sure you run the\n`genfeed.py` script after every pull onto your live server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoequery%2Fvert-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoequery%2Fvert-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoequery%2Fvert-flask/lists"}