Git Product home page Git Product logo

deno-blog's Introduction

My Deno Blog

This is my attempt at creating a blog using the FRESH framework. The subject of this blog is the Deno JavaScript runtime which Fresh runs on.

Usage

Use this command to run the project on a local server:

deno task start

The project directory and the server restarted when files are saved.

Deployment

Deployment of the app is done to Deno Deploy. This repo is linked to my account on Deno Deploy, so when new or updated code is pushed the the main branch here, the app is automatically deployed.

Blog Posts

Blog posts written in Markdown are stored in the posts folder. In order for the app to pick up a new post, the post file name must follow a strict naming convention. Here is an example:

My_post.2022-05-04.md

There are three sections to the name separated by a period:

  • Post title, using underscores (_) to separate words of the title.
  • The date posted in yyyy-MM-dd format.
  • The md Markdown file extension.

The post title is used in the display of a post in a list of posts while the date is used to sort the post list in chronological order.

Any post file whose name is prefixed with 'DRAFT' is ignored in production (Deno Deploy), but will be visible when the app is run on a local server.

This app is deployed to the url https://deno-blog.deno.dev


Made with Fresh

deno-blog's People

Contributors

cdoremus avatar arkhannanov avatar ewired avatar knowler avatar deno-deploy[bot] 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.