Skip to content

CharlesCreativeContent/charlescreativecontent.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today In AI

Get more about what's new Today in AI. This repository is a Jekyll blog configured for GitHub Pages.

Quick start (GitHub Pages)

  1. Push to GitHub.
  2. In your repo settings, enable Pages and select the branch containing this site.
  3. Update _config.yml with your site URL:
url: "https://YOUR_GITHUB_USERNAME.github.io"
baseurl: "/your-repo-name" # leave empty if repo is USERNAME.github.io

GitHub Pages will build and deploy the site automatically.

Add a new page

Create a markdown file in _pages with front matter:

---
title: AI Tools
description: "A running list of tools worth tracking."
nav: true
nav_order: 3
image: /assets/img/social-card.svg
---

The page is published at /ai-tools/.

Add a new blog post

Create a markdown file in _posts using the date prefix:

YYYY-MM-DD-your-title.md

Example:

---
title: "AI Reads: January Highlights"
description: "Highlights, links, and thoughts."
image: /assets/img/social-card.svg
---

Posts are published at /blog/your-title/.

Shareable links (social preview)

This site includes jekyll-seo-tag for Open Graph and Twitter metadata. To customize the preview per page:

image: /assets/img/your-social-card.png
description: "Short summary for previews."

You can replace assets/img/social-card.svg with your own image for richer previews.

Run locally (optional)

bundle install
bundle exec jekyll serve

Then visit http://localhost:4000.

About

Get More about what’s new Today in AI!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors