Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btkostner/btkostner.io
This is the webpage of Blake Kostner
https://github.com/btkostner/btkostner.io
blog nuxt nuxt-content personal-website tailwindcss
Last synced: 25 days ago
JSON representation
This is the webpage of Blake Kostner
- Host: GitHub
- URL: https://github.com/btkostner/btkostner.io
- Owner: btkostner
- Created: 2015-02-15T11:29:27.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T18:44:45.000Z (9 months ago)
- Last Synced: 2024-05-02T06:10:57.880Z (6 months ago)
- Topics: blog, nuxt, nuxt-content, personal-website, tailwindcss
- Language: Vue
- Homepage: https://btkostner.io
- Size: 4.58 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
btkostner.io
Personal Website
---
This repository is my personal website built with [Nuxt.JS](https://nuxtjs.org/) and [Tailwind CSS](https://tailwindcss.com/). It's a very simple static site hosted with Cloudflare pages.
## Running
First, you will need `node` and `npm` installed. The official node website has [good instructions for installing](https://nodejs.org/en/download/package-manager/), or you can use most Linux distribution versions, or use `asdf` / `mise`.
Next, just run `npm ci` to install the packages.
And finally, do `npm start` to start the development server. You should now be able to view the site on [`localhost:3000`](http://localhost:3000).
## Deploying
This repository is setup with continuous integration and deployment. If you want to deploy your changes, all you need to do is open a PR to the main branch. Once your PR is accepted and merged in, it will automatically be deployed.