All Projects → johanbrook → johanbrook.com

johanbrook / johanbrook.com

Licence: other
Naming the repo "johanbrook.com" was a mistake.

Programming Languages

CSS
56736 projects
typescript
32286 projects
Nunjucks
165 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
coffeescript
4710 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to johanbrook.com

kyuko
Fast and easy http framework for Deno Deploy 🦕
Stars: ✭ 18 (+5.88%)
Mutual labels:  deno
denocker
A Docker client library for Deno
Stars: ✭ 23 (+35.29%)
Mutual labels:  deno
deno-pokemon
a simple api to create and explore pokemons - made with oak deno framework
Stars: ✭ 20 (+17.65%)
Mutual labels:  deno
deno-mongo-api
Example for building REST APIS with deno and MongoDB
Stars: ✭ 17 (+0%)
Mutual labels:  deno
node2deno
Deno for Node.js developers
Stars: ✭ 19 (+11.76%)
Mutual labels:  deno
http4ts
Server as a Function http toolkit for TypeScript & JavaScript
Stars: ✭ 30 (+76.47%)
Mutual labels:  deno
deno math
Deno module for high-precision calculations and scientific computing
Stars: ✭ 21 (+23.53%)
Mutual labels:  deno
microdiff
A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.
Stars: ✭ 3,138 (+18358.82%)
Mutual labels:  deno
crypto
🔐 Fastest crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
Stars: ✭ 40 (+135.29%)
Mutual labels:  deno
tsafe
🔩 The missing TypeScript utils
Stars: ✭ 285 (+1576.47%)
Mutual labels:  deno
sqlite3
The fastest and correct module for SQLite3 in Deno.
Stars: ✭ 143 (+741.18%)
Mutual labels:  deno
cotton
SQL Database Toolkit for Deno
Stars: ✭ 129 (+658.82%)
Mutual labels:  deno
deno registry2
The backend for the deno.land/x service
Stars: ✭ 79 (+364.71%)
Mutual labels:  deno
justjavac
justjavac's modules
Stars: ✭ 15 (-11.76%)
Mutual labels:  deno
snatchblock
A strictly typed utility library.
Stars: ✭ 1,059 (+6129.41%)
Mutual labels:  deno
AloeDB
Light, Embeddable, NoSQL database for Deno 🦕
Stars: ✭ 111 (+552.94%)
Mutual labels:  deno
dataStructure
Implement different Data Structures using TypeScript and JavaScript. Deno Third-party Module.
Stars: ✭ 24 (+41.18%)
Mutual labels:  deno
angular deno
Angular Deno - Experimental Angular renderer in server with Deno
Stars: ✭ 78 (+358.82%)
Mutual labels:  deno
nanoid
A NanoID implementation for Deno
Stars: ✭ 63 (+270.59%)
Mutual labels:  deno
youtube-sr
Simple library for Node, Deno & Bun to make YouTube search easily
Stars: ✭ 68 (+300%)
Mutual labels:  deno

Johan's site

Build & Deploy

Setup

  1. Install deno:
# Mac and Linux
curl -fsSL https://deno.land/install.sh | sh

Other installation options exist too.

  1. Install Lume locally:
deno run -A https://deno.land/x/lume/install.ts

Build

deno task build

Serve

deno task serve

Scripts

Create a new post

./script/new-post

Create a new note ("what's on my mind")

./script/new-note

Manual re-deploy

If something's messed up, this is new without having to do a content change.

./script/deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].