Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nirebu/nirebu-2019
My personal website, built as a static Server Side Rendered Nuxt JS App
https://github.com/nirebu/nirebu-2019
blog jamstack markdown nuxt static-site tailwindcss vue vuejs
Last synced: 27 days ago
JSON representation
My personal website, built as a static Server Side Rendered Nuxt JS App
- Host: GitHub
- URL: https://github.com/nirebu/nirebu-2019
- Owner: nirebu
- Created: 2019-03-17T21:04:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:06:14.000Z (about 2 years ago)
- Last Synced: 2024-12-06T17:28:28.204Z (about 1 month ago)
- Topics: blog, jamstack, markdown, nuxt, static-site, tailwindcss, vue, vuejs
- Language: Vue
- Homepage: https://nirebu.com
- Size: 4.69 MB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nirebu-2019
[![Netlify Status](https://api.netlify.com/api/v1/badges/cbde63aa-755a-4e12-a1a3-407beeaffe5c/deploy-status)](https://app.netlify.com/sites/nirebu/deploys)
> Personal website for Nicolò Rebughini. See it in action here https://nirebu.com
A little place to fool around with new things and post some ramblings in a blog
## Build setup
Clone this repo and run the following commands
```bash
# install dependencies
$ npm install# start the development server at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
## Next steps
Not a comprehensive list of things I want to do
- [ ] Code styling for embedded blocks of Vue code
- [x] Sitemap
- [ ] Blog pagination
- [x] Latest articles component
- [ ] Last.fm integration designing a page and some Vue components, consuming data fetched from my [last.fm profile](https://last.fm/user/nirebu/)