Skip to content

chenzhepeter/Saga

 
 

Repository files navigation

Saga Project Status Total downloads Discord Support Chat

Saga is a theme designed to look beautiful with all your media, be it a collection of images, a video you've embedded or that nice panorama you took yesterday. To take a look at the various ways you can display your content, check out this post.

What is being worked on?

An overview of issues can be seen using Zenhub.

Need support or just want to say something?

Hop in to our chatroom and ask the developers directly.

Supports all major browsers!

This theme is tested in all major browsers and operating systems thanks to the support and sponsoring from BrowserStack

Useful information

Quotations

There's two different ways to show quotation.

Blockquote

> Quoted text here
>
> ![Images work well inside a quote]()
>
> More text

Quote

<q>Your quote here, this will show up centered with a larger font-size and with a serif-font. Great for Quoting someone famous :)</q>

Images

There are currently 4 different sizes an image can be displayed at:

  1. Small (add the fragment #small)
  2. Normal (No need to add anything)
  3. Large (add the fragment #large)
  4. Full (you add the fragment #full)

Example

![Small image](//url-to-image.jpeg#small)

![Normal image](//url-to-image.jpeg)

![Large image](//url-to-image.jpeg#large)

![Full image](//url-to-image.jpeg#full)

There's also a fourth way to display images, and that's using a gallery (or collage)

That is done in the following manner (grouping together the images without an empty linebreak):

![Gallery 1](//url-to-image.jpeg)
![Gallery 2](//url-to-image.jpeg)
![Gallery 3](//url-to-image.jpeg)
![Gallery 4](//url-to-image.jpeg)
![Gallery 5](//url-to-image.jpeg)

Lightbox for your images

Saga supports lightbox for your images. The example above modified to work with lightbox would look like this:

[![Gallery 1](//url-to-image.jpeg)](//url-to-larger-image.jpeg)
[![Gallery 2](//url-to-image.jpeg)](//url-to-larger-image.jpeg)
[![Gallery 3](//url-to-image.jpeg)](//url-to-larger-image.jpeg)
[![Gallery 4](//url-to-image.jpeg)](//url-to-larger-image.jpeg)
[![Gallery 5](//url-to-image.jpeg)](//url-to-larger-image.jpeg)

About

📝 Tell your story! A Ghost theme designed for photostories 🌄

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 55.6%
  • JavaScript 29.3%
  • HTML 15.1%