Hero image

My Portfolio

deploy static

Sample Post

This is sample content for the SSG. Write markdown here.

SSG for Portfolio website

this project is a SSG project with the following folders: -content/post -- holds posts and articles in markdown format -content/pages -- holds static page content in markdown format

content

apart from content in content/folder, te content will be in Markdown format. the content will also contain metadata using frontmatter. we need the following metadata:

  • title
  • description
  • keywords
  • og: image
  • thumbnail

builder

the SSG builder will based on NodeJS. it will generate HTML files and related files based on content from content/folder and templates from template/ folder.

the builder will be in src/folder

templates

  • navigation.html -- for main menu navigation
  • post.html for post content from content/ post folder
  • page.html -- for page content from content/pages
  • homepage.html -- for main homepage
  • listing.html -- for posts listing page
  • footer.html -- for website footer main homepage will also list the last 5 posts and link to their respective URL.

Read full post

learning github copilot

Sample Post

This is sample content for the SSG. Write markdown here.

Read full post

Sample Post

Sample Post

This is sample content for the SSG. Write markdown here.

Read full post

Latest Posts