Giter Site home page Giter Site logo

awsdue.tv's Introduction

AWS DUE TV

AWS DUE Video Collection

Developer guide

This workshop is built with markdown as a static HTML site using Hugo and the Learn theme for Hugo.

Clone this repo

The theme is referenced as a git-submodule.

git clone --recurse-submodules [email protected]:Ryanjlowe/awsdue.tv.git

Install and run Hugo

Homebrew (macOS)

If you are on macOS and using Homebrew, you can install Hugo with the following one-liner:

brew install hugo

For other platforms, please see Hugo's Getting Started docs.

Run Hugo locally

hugo serve -D

Visit http://localhost:1313/ to see the site.

Create and edit content

The easiest way to add content is with the hugo new command. You can create new content files in Hugo using the hugo new command. By default, Hugo will create new content files with at least date, title (inferred from the file name), and draft = true. This saves time and promotes consistency for sites using multiple content types. You can create your own archetypes with custom preconfigured front matter fields as well.

hugo new a-chapter/my-page-title.md

The newly created content file will show up under the /content/ directory. In the example above, the file would be /content/a-chapter/my-page-title.md.

As you save edits to a page, the site will live-reload to show your changes.

Note: shift-reload may be necessary in your browser to reflect the latest changes.

License Summary

Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at

http://www.apache.org/licenses/LICENSE-2.0

or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

awsdue.tv's People

Contributors

dgeske avatar neillock avatar witscher avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.