Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
676e2b2
:construction: Initial VuePress commit
Jan 4, 2020
c0e69d7
:wrench: Updated now project name
Jan 5, 2020
e0ed2c5
:bento: Updated avatar
Jan 5, 2020
f1adb49
:art: Minor code cleanup
Jan 5, 2020
e72fe89
:construction: Temp fixed posts loading
Jan 5, 2020
6cbf47f
:lipstick: Cleaned up blog card component
Jan 5, 2020
396cb4d
:lipstick: Switched blog layout to use column instead of wrap
Jan 5, 2020
e85ae76
:see_no_evil: Updated .gitignore
Jan 5, 2020
801c1b8
:wrench: Added route overrides
Jan 5, 2020
8458088
:sparkles: Added AOS
NuroDev Jan 11, 2020
27689e3
:art: Cleaned up structure using Prettier
NuroDev Jan 11, 2020
9dcd813
:fire: Removed public dist
NuroDev Jan 11, 2020
868fe63
:boom: Blog cards now working
NuroDev Jan 11, 2020
c0118c4
:sparkles: Added portfolio cards
NuroDev Jan 11, 2020
0e45ce0
:art: Prettier linting
NuroDev Jan 11, 2020
709eeae
:art: Props cleanup
NuroDev Jan 11, 2020
e74ffc2
:lipstick: Added animated press styles
NuroDev Jan 11, 2020
47adbe1
:construction: WIP homepage blinking cursor
NuroDev Jan 11, 2020
0f83f1b
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
69345c4
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
922ed3e
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
7313bfb
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
4f0bf7c
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
f03a65b
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
a4d603e
:see_no_evil: Updated .gitignore
NuroDev Jan 11, 2020
d576759
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
d0cc85e
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
2310f48
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
f58b2df
:see_no_evil: Updated .gitignore
NuroDev Jan 11, 2020
bbadaff
:truck: Moved avatar to public assets
NuroDev Jan 11, 2020
fed1e18
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
ffba249
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
656d32f
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
d251065
Update from Forestry.io - Updated Forestry configuration
Jan 11, 2020
74966dc
:fire: Removed placeholder hello_world blog post
NuroDev Jan 11, 2020
6a95380
:art: Refined AOS animation delay
Jan 12, 2020
c60c884
:boom: Complete redesign
Jan 16, 2020
11527a8
:sparkles: Added contact page layout
Jan 16, 2020
c2780e0
:art: Minor clean up
Jan 16, 2020
33918e8
:lipstick: Redesigned contact card
Jan 16, 2020
d6fc25c
:sparkles: Added typed.js for homepage
NuroDev Jan 22, 2020
cd9c7e2
:poop: Temp removed blog navbar
NuroDev Jan 22, 2020
63f3e3f
:lipstick: Updated theme styling
NuroDev Jan 22, 2020
12cbb64
Merge remote-tracking branch 'origin/vuepress' into vuepress
NuroDev Jan 22, 2020
ac8ea9d
:lock: Fixed dependency vulnerabilities
Mar 15, 2020
d708863
:fire: Removed unused forestry CMS files
Jul 19, 2020
70ee2ec
:truck: Refined component/layout project structure
Jul 19, 2020
c652c1b
:wrench: Updated Vercel config
Jul 19, 2020
ea01234
:bento: Added favicons/manifest files
Jul 19, 2020
8bc0b14
:iphone: Minor responsive layout tweaks
Jul 19, 2020
5bfcff6
:memo: Updated README.md
Jul 19, 2020
4867a61
:memo: Updated README.md
Jul 19, 2020
ef4a8ba
:bento: Added website screenshot
Jul 19, 2020
874f9c7
:memo: Updated README.md
NuroDev Jul 19, 2020
9a7fcda
:boom: Switched from Nuxt.js to VuePress
Jul 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.DS_Store
node_modules/
/dist/
public/**/*

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.nuxt/

# Editor directories and files
.idea
Expand Down
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
<div align="center">

<h1> NURO.SH </h1>
<p> Website for nuro.sh 🖥️ </p>
<img alt='Website' src=".github/assets/screenshot.png" />

[![License](https://img.shields.io/badge/license-mit-blue.svg?longCache=true&style=for-the-badge)](http://www.gnu.org/licenses/) [![gitmoji](https://img.shields.io/badge/gitmoji-%20%F0%9F%98%9C%20%F0%9F%98%8D-FFDD67.svg?longCache=true&style=for-the-badge)](https://gitmoji.carloscuesta.me/)

<br />
<br />

<img alt='Website' src="screenshot.png" />
[![Website](https://img.shields.io/badge/%20%F0%9F%8F%A1%20website-0072ff.svg?longCache=true&style=for-the-badge)](https://nuro.dev)
[![License](https://img.shields.io/badge/-mit-red.svg?longCache=true&style=for-the-badge)](http://www.gnu.org/licenses/)
[![gitmoji](https://img.shields.io/badge/-%20%F0%9F%98%9C%20%F0%9F%98%8D-FFDD67.svg?longCache=true&style=for-the-badge)](https://gitmoji.carloscuesta.me/)

</div>

## Development
## 🛠 Development

Clone the repository
```shell
$ git clone https://github.com/nurodev/nuro.dev.git
```
$ git clone https://github.com/nurodev/nuro-sh.git
$ npm install
# yarn
$ npm run dev
# yarn dev

Install dependencies using npm or yarn
```shell
$ npm install # yarn install
```

Start the development server
```shell
$ npm run dev # yarn dev
```

## License
## 📄 License

MIT
MIT © [Ben Dixon](https://github.com/nurodev/nuro.sh/blob/master/LICENSE)
8 changes: 0 additions & 8 deletions assets/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions assets/style/app.styl

This file was deleted.

7 changes: 0 additions & 7 deletions components/appToolbar.vue

This file was deleted.

80 changes: 0 additions & 80 deletions layouts/default.vue

This file was deleted.

11 changes: 0 additions & 11 deletions now.json

This file was deleted.

73 changes: 0 additions & 73 deletions nuxt.config.js

This file was deleted.

41 changes: 16 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,25 @@
{
"name": "nuro-sh",
"version": "1.1.1",
"description": "Website for nuro.sh",
"author": "NURO",
"private": true,
"name": "nuro.sh",
"version": "1.2.1",
"description": "Personal Website for nuro.sh",
"repository": "https://github.com/nurodev/nuro.sh.git",
"author": "N U R O ™ <me@nuro.sh>",
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start",
"dev": "vuepress dev src",
"build": "vuepress build src",
"prettier": "prettier --config .prettierrc.json --write \"**/*.{js,css,vue}\""
},
"dependencies": {
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/robots": "^2.4.2",
"devDependencies": {
"aos": "^2.3.4",
"axios": "^0.19.0",
"autoprefixer": "^9.7.3",
"github-colors": "^2.2.18",
"nuxt": "^2.10.2",
"nuxt-svg-loader": "^1.0.1",
"svg-to-vue-component": "^0.3.8",
"vue-axios": "^2.1.5",
"vue-confetti": "^2.0.5",
"vue-niege": "^0.1.1",
"vuetify": "^1.5.21"
},
"devDependencies": {
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"moment": "^2.24.0",
"postcss": "^7.0.26",
"prettier": "^1.19.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
"tailwindcss": "^1.1.4",
"vue-typed-js": "^0.1.2",
"vuepress": "^1.2.0",
"vuepress-plugin-reading-time": "^0.1.1"
}
}
9 changes: 0 additions & 9 deletions pages/_error.vue

This file was deleted.

Loading