Skip to content

morbidlyocheese/morbidlyocheese.com

Repository files navigation

morbidlyocheese.com

website for morbidlyocheese handle (think linktr.ee)

screenshot of website

Netlify Status wakatime


development/modifying page/s

within the /src/components is where the page's content is located. the HomePage.vue component is where you can change the page's content. the structure is the usual for vue.js, use their documentation for more information.


installation

this assumes you have already cloned the repo to your local machine.

  • run in terminal: npm install
    • installs dependencies
  • run in terminal: npm run serve
    • hosts the website on local machine
  • navigate to http://localhost:8080/ to view the page

wireframe [page design]

figma wireframe v1 figma wireframe


file/folder structure

.
├── babel.config.js
├── node_modules
├── dist
├── images
│   └── doc-images
│       ├── moc-website.png
│       └── whole page.png
├── jsconfig.json
├── package.json
├── package-lock.json
├── public
│   ├── android-chrome-192x192.png
│   ├── android-chrome-512x512.png
│   ├── apple-touch-icon.png
│   ├── favicon-16x16.png
│   ├── favicon-32x32.png
│   ├── favicon.ico
│   ├── index.html
│   └── site.webmanifest
├── README.md
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── background.png
│   │   └── logo_cowbert.png
│   ├── components
│   │   ├── ComicNav.vue
│   │   └── HomePage.vue
│   └── main.js
└── vue.config.js

7 directories, 22 files

todo

  • design wireframe of site
  • find color palette
  • figure out framework/library to use
    • to handle webcomic things
  • create links for each platform
    • instagram
    • redbubble
    • linkedin
    • twitter
    • discord
    • portfolio
    • resume
    • trello
    • email
    • github
    • tiktok
    • twitch
    • youtube
    • coolors

possible | look into

  • displaying last tweet on home page -> mostly for notification of stream changes
  • ways to display images and such for the webcomic -> look into frameworks/apis

technologies/tools used

  • Vue.js
  • HTML
  • CSS
  • JavaScript
  • Visual Studio Code
  • tree
    • display the folder/file structure
  • Netlify
    • site host
  • CSS Color Filter Generator
    • color filter for links
  • Google Fonts
  • Coolors
    • color palette

shields

About

website for morbidlyocheese handle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published