GitXplorerGitXplorer
b

benji

public
7 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
567608e07b24565447551129e21bda9ada85154b

add: src/content/notes/1737163154.md

bbenjifs committed a day ago
Verified
c368da4695c649e2cdb645dbebe1ca4b3665741b

feat: blog questions

bbenjifs committed 2 days ago
Unverified
0f9e5c426fa8f925f08e5f3f86e60825c643f2c0

add: src/content/likes/1737053170-the-last-web-designer-on-earth.md

bbenjifs committed 2 days ago
Unverified
ff944074c5ebdc75c67f9dc68f9833986182b7d9

webmentions: adding (2) webmentions

iinvalid-email-address committed 5 days ago
Unverified
9db15b188dc29625ddd144f797f81d33c84a2408

add: src/content/likes/1736807165-my-favorite-water-bottles.md

bbenjifs committed 5 days ago
Verified
526c4ed2e0a5562ef54a9c58acb161ff7b22e553

fix: title

bbenjifs committed 5 days ago

README

The README file for this repository.

benji.dog

benji.dog Made with 11ty IndieWeb

Netlify Status

My personal website built with 11ty.

The production version of this website runs on a separate server. On a push to the main branch, a workflow runs and builds the website and after it completes running, it will deploy the changes to my server. This repo is also setup to deploy to GitHub Pages and Netlify but those are mainly there for reference purpose.

Build

To build, run npm install and npm run build. If doing active development, you can also run npm run start to watch for changes and rebuild as needed.

Deploy

The easiest way to deploy this website is to upload the _site directory that shows up after a successful built. You can also fork this repo and make the required environment variable changes (see .env.example) and it should build once you enable GitHub Pages.

An easier approach is to use the "Netlify Deploy" button from below which should run through the process of cloning and setting up everything for you.

Netlify Deploy