https://github.com/scriptype/karicca.me
Portfolio website that uses Tumblr as a CMS (in quite a hacky way)
https://github.com/scriptype/karicca.me
portfolio single-page-applications tumblr
Last synced: 5 months ago
JSON representation
Portfolio website that uses Tumblr as a CMS (in quite a hacky way)
- Host: GitHub
- URL: https://github.com/scriptype/karicca.me
- Owner: scriptype
- Created: 2019-04-16T16:53:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:38:28.000Z (about 3 years ago)
- Last Synced: 2025-03-25T21:11:36.703Z (about 1 year ago)
- Topics: portfolio, single-page-applications, tumblr
- Language: JavaScript
- Homepage: https://enes.in/karicca.me
- Size: 22.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Karicca.me
Personal portfolio site (frontend) that uses Tumblr as a CMS.
## Development
At least the following versions of node and npm should be installed on the machine:
```
$ node -v
v10.6.0
$ npm -v
6.1.0
```
### Clone
```sh
git clone git@github.com:scriptype/karicca.me.git
```
### Setup
```sh
cd karicca.me
npm i
```
### Running in local
```sh
npm run dev
```
Don't change `.html` files directly and anything inside `dist` folder.
## Deployment
After making new commits to master branch, just `git push`. `build` script will run in Travis to prepare the final static output.