Coder Social home page Coder Social logo

pixelyunicorn / 2019.melody.dev Goto Github PK

View Code? Open in Web Editor NEW
61.0 3.0 8.0 10.18 MB

๐Ÿฆ Here lies the code to my (olde) website!

Home Page: https://2020.melody.dev/

License: GNU General Public License v3.0

Ruby 0.32% HTML 48.45% JavaScript 6.48% SCSS 44.76%

2019.melody.dev's Introduction

melody.dev, the new new new version!

Built with Jekyll and hosted on Netlify. (Note: this site is not compatible with GitHub Pages.)

Content Structure

Directory
_posts/ Public list of posts, with assets inside of each folder.

Blog Posts

Blog posts can be easily edited and managed online via http://prose.io/#pixelyunicorn/melody.dev or any other Jekyll-based content management system.

Put published posts in _posts and unpublished posts in _drafts.

The first part of the file starts & ends with three dashes. This is your yaml configuration.

Then comes the markdown. Cheatsheet here: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

---
# Basic Metadata
layout: post
title: Splatoon 2 Streaming
url: splatoon
tags: work
accent: purple

# Tile Grid
tile:
  order: 5
  width: 5
  height: 5
  image: tile.png
  class: "squiddo"

# Featured Image Grid
feature:
  width: 17
  height: 11
  image: feature.png

# Meta Preview
image: meta-preview.png

# Various levels of hidden
draft: true
hidden: true
------

You can start typing content here. <b>HTML is supported</b> and so is **markdown syntax.**
Try to use bold text and refrain from using _italics_ whenever possible.

Below are your headers, use them sparingly.

## Header 2

### Header 3

Images are pretty easy.

![Image description for screen readers go here: Fluffle Puff!](/media/guests/flufflepuff-avatar.png)

So are links: [Click here for Google!](http://google.com/)

> I am a quote
> - Maud Pie

You can make tables too, if you're inclined.

| Column Header 1 | Column Header 2 |
| -- | -- |
| Hi! | You get the point |
| Yo! | What's up? |

Lists are easy, just number or bullet them appropriately, like this:

- Item 1
- Item 2

1. Item 1
2. Item 2

You can embed anything by copying and pasting an embed code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/rMFWc_FMhqs"
frameborder="0" allowfullscreen></iframe>

Development Structure

Directory
_includes/ Contents of < head >, navigation, and footer., and additional components
_layouts/ Page layout templates.
_sass/ Partial stylesheets. Modify _site.scss for site styles.
img/ Static assets necessary to display the site.
File
404.html/ 404 page. Easter egg, maybe?
CNAME Sets up a CNAME record for the domain the site is on.
_config.yml Site settings and commonly used phrases.
_prose.yml Configuration for prose.io.
feed.xml RSS feed for blog posts.
robots.txt Bot access settings, please change before deploying to production.

Running the site locally

Make sure you have ruby installed, then...

# install gems (first time only)
bundle install

# run server on localhost:4000. SCSS and page content compiled automatically on save.
bundle exec jekyll serve --port 4000 --watch --incremental

\ ใ‚œoใ‚œ)ใƒŽ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.