{"id":16031870,"url":"https://github.com/dckc/madmode-blog","last_synced_at":"2025-03-14T02:31:10.287Z","repository":{"id":12805441,"uuid":"15480271","full_name":"dckc/madmode-blog","owner":"dckc","description":"my tinkering notebook (blog)","archived":false,"fork":false,"pushed_at":"2025-01-27T00:00:35.000Z","size":4225,"stargazers_count":0,"open_issues_count":167,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T01:01:52.708Z","etag":null,"topics":["blog","capability-security","dotfiles","publishing","static-site","writing"],"latest_commit_sha":null,"homepage":"https://www.madmode.com","language":"Jupyter Notebook","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/dckc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2013-12-27T19:18:41.000Z","updated_at":"2025-01-27T00:00:39.000Z","dependencies_parsed_at":"2023-11-18T19:22:38.966Z","dependency_job_id":"fc1c490a-24ba-4ee1-886c-578665cfeecc","html_url":"https://github.com/dckc/madmode-blog","commit_stats":{"total_commits":494,"total_committers":10,"mean_commits":49.4,"dds":0.5182186234817814,"last_synced_commit":"745638ff2498acbec8f15bd597f94e60a396ec13"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dckc%2Fmadmode-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dckc%2Fmadmode-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dckc%2Fmadmode-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dckc%2Fmadmode-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dckc","download_url":"https://codeload.github.com/dckc/madmode-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511636,"owners_count":20302590,"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":["blog","capability-security","dotfiles","publishing","static-site","writing"],"created_at":"2024-10-08T21:06:34.905Z","updated_at":"2025-03-14T02:31:09.324Z","avatar_url":"https://github.com/dckc.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"My blog\n=======\n\nThese are the whole code and contents of my [madmode\nweblog](http://www.madmode.com/). It's a fork of [Nicolas\nPerriault](http://nicolas.perriault.net/)'s work: [static website\ngenerator with\nflask](https://nicolas.perriault.net/code/2012/dead-easy-yet-powerful-static-website-generator-with-flask/).\n\nInstallation\n------------\n\nNote: you need a working installation of Python and [pip](http://pypi.python.org/pypi/pip).\n\n    $ git co ...\n    $ cd ...\n    $ virtualenv --no-site-packages `pwd`/env\n    $ source env/bin/activate\n    (env)$ pip install -r requirements.txt\n\nDeploying\n---------\n\n**Don't deploy this as is.** It's my personal weblog, remember? The code has been opensourced for educational purpose only.\n\nAlso, see the [License section](#license) of this document for more information about contents copyright.\n\nDeployment is handled by netlify. Yum yum.\n\nUsage\n-----\n\nThe `site` exec at the root of the repository is the only command you'll need to call to make this whole crap work:\n\nTo serve the website locally (optionaly in `DEBUG=True` mode):\n\n    $ ./site serve --debug\n    * Running on http://127.0.0.1:5000/\n    * Restarting with reloader\n\nThis is useful when you want to see changes without having to rebuild the whole suite.\n\nTo build the static website:\n\n    $ ./site build\n\nGenerated HTML files and assets will go to the `./build/` directory.\n\nThere's also two commands for creating new posts and add new photos:\n\n    $ ./site post code --title=\"My title\"\n    Created /Users/niko/Sites/nperriault/pages/code/2012/my-title.md\n    $ cat pages/code/2012/my-title.md\n    title: My title\n    date: 2012-10-05\n    published: false\n\nSame for the `./site photo` command.\n\nLicense\n-------\n\nContents in `./pages` and `./static/photography` (blog posts and photos) are licensed under the terms of the [Creative Commons BY-NC-SA license](http://creativecommons.org/licenses/by-nc-sa/3.0/).\n\nThe original Python code, templates, CSS \u0026 javascript is released\nunder the terms of [a very liberal\nlicense](http://sam.zoy.org/wtfpl/). I dedicate my contributions to\nthe public domain.\n\n**Important note: You can freely reuse parts of the project code, but\n  you can't republish the blog with its contents as is publicly on the\n  Interwebs.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdckc%2Fmadmode-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdckc%2Fmadmode-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdckc%2Fmadmode-blog/lists"}