JAMStart Home

The JAMStart project designed by Pennock Projects to be a simple, easy-to-use and inexpensive template for static content web sites.

Home Page Markdown Example Content

A Picture

A picture

***Strikethrough content ***

H2 Title

H3 Title

Paragraph - This is an example paragraph written in Markdown.

Unordered list

  • Bold - Bold
  • Italic - Italic
  • Strikethrough - Strikethrough

Blocks

Code Block

#include <stdio.h>

int main()
{
    printf("Hello World");

    return 0;
}

Shell/Console Block

git clone https://github.com/PennockProjects/JAMStart.git

Markdown Block

[info](https://pennockprojects.com/about){.info target=_blank}
[warn]{.warn}
[danger]{.danger}
[success]{.success}

Info/Alert Classes

infowarndangersuccess

Dependencies

JAMStart uses the following dependencies

DependencyDescription
nuxt@^3.x, vue@^3.x,vue-router@&4.xNuxt.js and Vue.js are the application foundation of the JAMStart project.
@nuxtjs/tailwindcss@^6.11.4Tailwind CSS.
@tailwindcss/typography@^0.5.13Tailwind CSS typography plugin.
@nuxt/content@^3.xNuxt Content, converts Markdown content to HTML pages.
remark-unwrap-imagesSimpler <img /> markdown conversion.
better-sqlite3A performant SQLite3 library required for @nuxt/content.
@nuxtjs/color-modeHandles light/dark modes.
@stefanobartoletti/nuxt-social-shareA Nuxt module for adding social sharing buttons to your application.
nuxt-cloudflare-analyticsCloudflare Analytics telemetry.

Deployment Dependencies

These dependencies are used to build and deploy the JAMStart project.

DependencyDescription
@nuxtjs/sitemap@Generates a sitemap to improve SEO and Social
@pennockprojects/nuxtss-s3-fix@^1.0.0A deployment tool for fixing Nuxt static sites on AWS S3.
@pennockprojects/sitemap-diff@^0.8.0A deployment tool generates sitemap differences.