jrozra200 / marketing-website

http://getdkan.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DKAN Marketing Website

The official website for DKAN: getdkan.org

Commands

# working locally
npm run dev

# generate build (Add --prefix-paths if you are using path prefix!)
npm run build

# format code
npm run format

# lint code
npm run lint

# Generate generate post preview images (npm run dev need to run before)
npm run generatePostPreviewImages

Configure

 ├── data
     ├── siteConfig.js
     ├── sites.json
     ├── team.json

Content

├── content
    ├── images
    ├── pages

Images

Upload image files to /static Then add them with html <img src={'/image.png'} alt="Logo" /> or markdown [![logo](./image.png)]

Markdown

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

Deploy

Deploy to Netlify

About

http://getdkan.org

License:MIT License


Languages

Language:JavaScript 96.9%Language:CSS 2.8%Language:Shell 0.3%