saschalichtenstein / nirebu-2019

My personal website, built as a static Server Side Rendered Nuxt JS App

Home Page:https://nirebu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nirebu-2019

Netlify Status

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

# 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.

Next steps

Not a comprehensive list of things I want to do

Code styling

Styling for embedded blocks of Vue code

Sitemap

Building a sitemap with @nuxtjs/sitemap

Blog pagination and general styling

Right now my blog page is really ugly, and need pagination

Latest articles component

To showcase the most recent articles in the home page

Last.fm integration

I want to design a page and some Vue components, consuming data fetched from my last.fm profile

About

My personal website, built as a static Server Side Rendered Nuxt JS App

https://nirebu.com


Languages

Language:Vue 59.4%Language:JavaScript 26.3%Language:CSS 14.3%