Coder Social home page Coder Social logo

templater's Introduction

Caution

The application is no longer relevant since the website was upgraded to Astro. It will be eventually replaced by issue templates and github actions. See the associated Porter issue for more information.

templater ๐Ÿ”—

A web app for quickly templating out new posts or pages for gis.utah.gov.

Development

npm start - run development server

npm run deploy - build and deploy to GitHub pages

templater's People

Contributors

stdavis avatar dependabot[bot] avatar steveoh avatar ugrc-release-bot[bot] avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

templater's Issues

pull request from templater

how possible would it be to create the pull request from the templater to remove the copy pasting?

@jpechmann was asking for a way to make it easier for people to contribute.

trailing comma creates empty tag

e.g. a,b,

generates

tags:
  - a
  - b
  - 

a regex to remove it, like replace(/,+$/, '') could work but since you're using onChange it would mess ya up while typing.

single quotes in titles

single quotes in the content yaml title need to be encoded to ' otherwise they break jekyll

title for posts

so far two people have put posts in the root directory of the repository.

To help with this, prepend _posts/ to the title for posts.

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.