{"id":15937595,"url":"https://github.com/weiji14/letsjustwander","last_synced_at":"2025-09-13T00:32:30.663Z","repository":{"id":48913339,"uuid":"142932571","full_name":"weiji14/letsjustwander","owner":"weiji14","description":"A blog to jot down wanderlusting thoughts with a heck of a mindset. Built using the Eleventy static site generator.","archived":false,"fork":false,"pushed_at":"2024-12-11T13:18:03.000Z","size":225,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-31T02:21:35.855Z","etag":null,"topics":["beakerbrowser","blog","datproject","eleventy","now","p2p","static-site"],"latest_commit_sha":null,"homepage":"","language":"Nunjucks","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weiji14.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":["weiji14"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-07-30T22:02:03.000Z","updated_at":"2024-12-11T13:18:08.000Z","dependencies_parsed_at":"2024-12-11T14:22:35.036Z","dependency_job_id":"210dab6e-34e8-4dac-9797-b39c48985d28","html_url":"https://github.com/weiji14/letsjustwander","commit_stats":{"total_commits":59,"total_committers":3,"mean_commits":"19.666666666666668","dds":0.3389830508474576,"last_synced_commit":"5a86dda331518be44b66f5f75ad93e0e367be77b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weiji14%2Fletsjustwander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weiji14%2Fletsjustwander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weiji14%2Fletsjustwander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weiji14%2Fletsjustwander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weiji14","download_url":"https://codeload.github.com/weiji14/letsjustwander/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232802582,"owners_count":18578685,"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":["beakerbrowser","blog","datproject","eleventy","now","p2p","static-site"],"created_at":"2024-10-07T05:03:52.296Z","updated_at":"2025-01-07T00:15:37.104Z","avatar_url":"https://github.com/weiji14.png","language":"Nunjucks","funding_links":["https://github.com/sponsors/weiji14"],"categories":[],"sub_categories":[],"readme":"# [Let's Just Wander!](https://letsjustwander.vercel.app)\n\n[![P2P Blog](https://dat-badge.glitch.me/letsjustwander.hashbase.io/badge.svg)](https://letsjustwander.hashbase.io)\n\nA blog to jot down wanderlusting thoughts with a heck of a mindset.\nBuilt using the [Eleventy](https://github.com/11ty/11ty.io) static site generator.\n\n## Directory structure ([Jekyll inspired](https://jekyllrb.com/docs/structure/))\n\n```\n    letsjustwander/\n    ├── _includes/ (contains reusable stuff like templates)\n    │   ├── base.njk (the base layout for the blog)\n    ├── _posts/ (contains individual blog posts written in markdown)\n    │   ├── *.md (the stuff bloggers need to write!)\n    │   ├── _posts.json (standard yaml front matter headers for all posts)\n    ├── _site/ (hidden in git, contains static pre-generated html files)\n    │   ├── name-of-a-post\n    │   │   ├── index.html (pre-generated blog post)\n    │   ├──index.html (pre-generated main page)\n    │   ├──about.html (pre-generated about page)\n    ├── .\u003csomething\u003eignore (files ignored by a particular piece of software)\n    ├──README.md (the markdown file you're reading now)\n    ├──about.md (the markdown file that will become the about page)\n    ├──dat.json (useful for people wanting to share this repo via p2p dat protocol)\n    └──index.md (the markdown file that will become the front page of the blog)\n```\n\n# Getting Started\n\nHow to replicate a static blog like this for the technical minded!\nAlso, optional steps for those wanting to go the p2p way.\n\n## Install [11ty](https://www.11ty.io/docs/getting-started) static site generator and [Vercel](https://vercel.com/docs/cli) for static hosting\n    npm install -g @11ty/eleventy\n    npm install -g vercel\n\n## Build html files with eleventy\n    # Change directory into the blog folder\n    cd letsjustwander\n    # Use eleventy to build from `.` directory to `_site`\n    npx @11ty/eleventy\n\n## Deploy into the web with Vercel\n    # Deploy static html files in the `_site` folder\n    npx vercel deploy _site\n    # Cleanup old Vercel instances (if any)\n    npx vercel ls\n    npx vercel rm _site\n    # Point the `https://site-\u003cabcdefgh\u003e.now.sh` instance to `https://letsjustwander.now.sh`\n    npx vercel alias https://\u003cabcdefgh\u003e.vercel.app letsjustwander.vercel.app\n\n## (Optional) Deploy into the p2p world with Dat/Beaker Browser\n\nInspired by [this](https://pipette-dev-blog-jimpick.hashbase.io/post/introducing-pipette/).\nNote that this may require some expertise to work, rough guidelines below.\n\n    # Use either dat-cli or beaker browser\n\n    # Publish using [dat](https://docs.datproject.org/publish) (**hard**)\n    npm install -g dat\n    cd letsjustwander\n    dat create\n    dat share\n\n    # [Publish using beaker-browser](https://beakerbrowser.com/docs/tutorials/create-a-blog.html) (**easy**, but not recommended)\n    # Download browser from https://beakerbrowser.com/install/ and install\n    # Open browser, open new tab, click on 'New +', and then 'Import from folder'\n\nThe result should be a `dat://...` url that links to your files, accessible using dat/beakerbrowser.\nIf you're good, you should have a `dat.json` file in the folder, otherwise just modify the one in this repo.\n\nNote that you'll need to keep your computer running to sync the files with the dat world.\nAlternatively, use [hashbase](https://hashbase.io/) to host your files for you with a pretty url like `yourwebsite.hashbase.io`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweiji14%2Fletsjustwander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweiji14%2Fletsjustwander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweiji14%2Fletsjustwander/lists"}