Skip to content

Quick hugo shortcode to show Cloudinary images on your hugo websites

Notifications You must be signed in to change notification settings

SuzukiRyuichiro/hugo-cl-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Setup

  1. make a submodule in your themes folder
  2. add the theme in the theme array in your config.toml
theme = ["some other theme", "cl-image"]
  1. add the following to your params portion of config.toml
[params]
  baseURL = "https://res.cloudinary.com/" # This is the same for everyone
  cloudName = "your cloud name" # You can check your cloud name from cloudinary console page
  folderName = "Portfolio" # if you want to put collection of pictures into a single folder, write the name of the folder (optional)

About

Quick hugo shortcode to show Cloudinary images on your hugo websites

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages