renaming exampleSite to originalStorySite
BIN
originalStorySite/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
originalStorySite/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 477 KiB |
BIN
originalStorySite/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 68 KiB |
5
originalStorySite/assets/css/fontawesome-all.min.css
vendored
Normal file
1
originalStorySite/assets/css/main.min.css
vendored
Normal file
1
originalStorySite/assets/css/noscript.min.css
vendored
Normal file
155
originalStorySite/assets/js/bundle.min.js
vendored
Normal file
BIN
originalStorySite/assets/webfonts/fa-brands-400.eot
Normal file
3633
originalStorySite/assets/webfonts/fa-brands-400.svg
Normal file
After Width: | Height: | Size: 712 KiB |
BIN
originalStorySite/assets/webfonts/fa-brands-400.ttf
Normal file
BIN
originalStorySite/assets/webfonts/fa-brands-400.woff
Normal file
BIN
originalStorySite/assets/webfonts/fa-brands-400.woff2
Normal file
BIN
originalStorySite/assets/webfonts/fa-duotone-900.eot
Normal file
15055
originalStorySite/assets/webfonts/fa-duotone-900.svg
Normal file
After Width: | Height: | Size: 2.5 MiB |
BIN
originalStorySite/assets/webfonts/fa-duotone-900.ttf
Normal file
BIN
originalStorySite/assets/webfonts/fa-duotone-900.woff
Normal file
BIN
originalStorySite/assets/webfonts/fa-duotone-900.woff2
Normal file
BIN
originalStorySite/assets/webfonts/fa-light-300.eot
Normal file
12330
originalStorySite/assets/webfonts/fa-light-300.svg
Normal file
After Width: | Height: | Size: 2.3 MiB |
BIN
originalStorySite/assets/webfonts/fa-light-300.ttf
Normal file
BIN
originalStorySite/assets/webfonts/fa-light-300.woff
Normal file
BIN
originalStorySite/assets/webfonts/fa-light-300.woff2
Normal file
BIN
originalStorySite/assets/webfonts/fa-regular-400.eot
Normal file
11256
originalStorySite/assets/webfonts/fa-regular-400.svg
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
originalStorySite/assets/webfonts/fa-regular-400.ttf
Normal file
BIN
originalStorySite/assets/webfonts/fa-regular-400.woff
Normal file
BIN
originalStorySite/assets/webfonts/fa-regular-400.woff2
Normal file
BIN
originalStorySite/assets/webfonts/fa-solid-900.eot
Normal file
9588
originalStorySite/assets/webfonts/fa-solid-900.svg
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
originalStorySite/assets/webfonts/fa-solid-900.ttf
Normal file
BIN
originalStorySite/assets/webfonts/fa-solid-900.woff
Normal file
BIN
originalStorySite/assets/webfonts/fa-solid-900.woff2
Normal file
9
originalStorySite/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
32
originalStorySite/config/default/config.toml
Normal file
@ -0,0 +1,32 @@
|
||||
## -----------------------------------------------
|
||||
## Basic Configuration
|
||||
## -----------------------------------------------
|
||||
|
||||
title = "Hugo Story"
|
||||
theme = "hugo-story"
|
||||
|
||||
|
||||
## -----------------------------------------------
|
||||
## Hugo Built-in Features
|
||||
## -----------------------------------------------
|
||||
|
||||
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
|
||||
# googleAnalytics = "your-google-analytics-id"
|
||||
|
||||
|
||||
## -----------------------------------------------
|
||||
## Site Parameters
|
||||
## -----------------------------------------------
|
||||
|
||||
[Params]
|
||||
description = "A (modular, highly tweakable) responsive one-page theme for Hugo"
|
||||
logo = "images/banner.jpg"
|
||||
favicon = true
|
||||
|
||||
[Params.social]
|
||||
github = "https://github.com/caressofsteel/"
|
||||
twitter = "https://twitter.com/caressofsteel_"
|
||||
email = "caressofsteel@protonmail.com"
|
||||
instagram = "https://instagram.com"
|
||||
linkedin = "https://linkedin.com"
|
||||
telegram = "https://telegram.org"
|
32
originalStorySite/config/development/config.toml
Normal file
@ -0,0 +1,32 @@
|
||||
## -----------------------------------------------
|
||||
## Basic Configuration
|
||||
## -----------------------------------------------
|
||||
|
||||
title = "Hugo Story"
|
||||
theme = "hugo-story"
|
||||
|
||||
|
||||
## -----------------------------------------------
|
||||
## Hugo Built-in Features
|
||||
## -----------------------------------------------
|
||||
|
||||
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
|
||||
# googleAnalytics = "your-google-analytics-id"
|
||||
|
||||
|
||||
## -----------------------------------------------
|
||||
## Site Parameters
|
||||
## -----------------------------------------------
|
||||
|
||||
[Params]
|
||||
description = "A (modular, highly tweakable) responsive one-page theme for Hugo"
|
||||
logo = "images/banner.jpg"
|
||||
favicon = true
|
||||
|
||||
[Params.social]
|
||||
github = "https://github.com/caressofsteel/"
|
||||
twitter = "https://twitter.com/caressofsteel_"
|
||||
email = "caressofsteel@protonmail.com"
|
||||
instagram = "https://instagram.com"
|
||||
linkedin = "https://linkedin.com"
|
||||
telegram = "https://telegram.org"
|
47
originalStorySite/config/production/config.toml
Normal file
@ -0,0 +1,47 @@
|
||||
## -----------------------------------------------
|
||||
## Basic Configuration
|
||||
## -----------------------------------------------
|
||||
|
||||
title = "Hugo Story"
|
||||
theme = "hugo-story"
|
||||
|
||||
|
||||
## -----------------------------------------------
|
||||
## Publish
|
||||
## -----------------------------------------------
|
||||
|
||||
relativeURLs = "true"
|
||||
#canonifyURLs = "true"
|
||||
|
||||
# Local
|
||||
baseURL = "/"
|
||||
publishDir = "public"
|
||||
|
||||
# Remote
|
||||
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
|
||||
#publishDir = "//centos/sites/hugodev/hugostory/"
|
||||
|
||||
|
||||
## -----------------------------------------------
|
||||
## Hugo Built-in Features
|
||||
## -----------------------------------------------
|
||||
|
||||
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
|
||||
# googleAnalytics = "your-google-analytics-id"
|
||||
|
||||
## -----------------------------------------------
|
||||
## Site Parameters
|
||||
## -----------------------------------------------
|
||||
|
||||
[Params]
|
||||
description = "A (modular, highly tweakable) responsive one-page theme for Hugo"
|
||||
logo = "images/banner.jpg"
|
||||
favicon = true
|
||||
|
||||
[Params.social]
|
||||
github = "https://github.com/caressofsteel/"
|
||||
twitter = "https://twitter.com/caressofsteel_"
|
||||
email = "caressofsteel@protonmail.com"
|
||||
instagram = "https://instagram.com"
|
||||
linkedin = "https://linkedin.com"
|
||||
telegram = "https://telegram.org"
|
12
originalStorySite/data/banner.yml
Normal file
@ -0,0 +1,12 @@
|
||||
####################### Banner #########################
|
||||
style: "style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right"
|
||||
title : "Hugo Story"
|
||||
subtitle: |
|
||||
Hugo Story released for free under the <a target="_blank" href="https://creativecommons.org/licenses/by/3.0/">Creative Commons</a>.
|
||||
content : |
|
||||
This is a <strong>Banner</strong> element, and it's generally used as an introduction or opening statement. You can customize its <span class="demo-controls">appearance with a number of modifiers</span>, as well as assign it an optional <code>onload</code> or <code>onscroll</code> transition modifier (<a href="#reference-banner">details</a>).
|
||||
button:
|
||||
label : "Get Started"
|
||||
link : "#first"
|
||||
image : "images/banner.jpg"
|
||||
|
77
originalStorySite/data/gallery.yml
Normal file
@ -0,0 +1,77 @@
|
||||
title: "Gallery"
|
||||
style: "style2 medium lightbox onscroll-fade-in"
|
||||
content: |
|
||||
This is a <strong>Gallery</strong> element. It can behave as a lightbox (when given the <code>lightbox</code> class), and you can customize its <span class="demo-controls">appearance with a number of modifiers</span>, as well as assign it an optional <code>onload</code> or <code>onscroll</code> transition modifier (<a href="#reference-gallery">details</a>).
|
||||
pictures:
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/01.jpg"
|
||||
thumb: "images/gallery/thumbs/01.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/02.jpg"
|
||||
thumb: "images/gallery/thumbs/02.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/03.jpg"
|
||||
thumb: "images/gallery/thumbs/03.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/04.jpg"
|
||||
thumb: "images/gallery/thumbs/04.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/05.jpg"
|
||||
thumb: "images/gallery/thumbs/05.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/06.jpg"
|
||||
thumb: "images/gallery/thumbs/06.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/07.jpg"
|
||||
thumb: "images/gallery/thumbs/07.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/08.jpg"
|
||||
thumb: "images/gallery/thumbs/08.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/09.jpg"
|
||||
thumb: "images/gallery/thumbs/09.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/10.jpg"
|
||||
thumb: "images/gallery/thumbs/10.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/11.jpg"
|
||||
thumb: "images/gallery/thumbs/11.jpg"
|
||||
button: "Details"
|
||||
|
||||
- title: "Title"
|
||||
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
|
||||
image: "images/gallery/fulls/12.jpg"
|
||||
thumb: "images/gallery/thumbs/12.jpg"
|
||||
button: "Details"
|
||||
|
65
originalStorySite/data/items.yml
Normal file
@ -0,0 +1,65 @@
|
||||
title : "Items"
|
||||
content: |
|
||||
This is an <strong>Items</strong> element, and it's basically just a grid for organizing items of various types. You can customize its <span class="demo-controls">appearance with a number of modifiers</span>, as well as assign it an optional <code>onload</code> or <code>onscroll</code> transition modifier (<a href="#reference-items">details</a>).
|
||||
style: "style1 medium onscroll-fade-in"
|
||||
items:
|
||||
# feature item loop
|
||||
- name : "One"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "style2 major fa-gem"
|
||||
|
||||
# feature item loop
|
||||
- name : "Two"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "solid style2 major fa-save"
|
||||
|
||||
# feature item loop
|
||||
- name : "Three"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "solid style2 major fa-chart-bar"
|
||||
|
||||
# feature item loop
|
||||
- name : "Four"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "solid style2 major fa-wifi"
|
||||
|
||||
# feature item loop
|
||||
- name : "Five"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "solid style2 major fa-cog"
|
||||
|
||||
# feature item loop
|
||||
- name : "Six"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "style2 major fa-paper-plane"
|
||||
|
||||
# feature item loop
|
||||
- name : "Seven"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "solid style2 major fa-desktop"
|
||||
|
||||
# feature item loop
|
||||
- name : "Eight"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "solid style2 major fa-sync-alt"
|
||||
|
||||
# feature item loop
|
||||
- name : "Nine"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "solid style2 major fa-hashtag"
|
||||
|
||||
# feature item loop
|
||||
- name : "Ten"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "solid style2 major fa-bolt"
|
||||
|
||||
# feature item loop
|
||||
- name : "Eleven"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "style2 major fa-envelope"
|
||||
|
||||
# feature item loop
|
||||
- name : "Twelve"
|
||||
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit."
|
||||
style : "solid style2 major fa-leaf"
|
||||
|
10
originalStorySite/data/spotlight1.yml
Normal file
@ -0,0 +1,10 @@
|
||||
####################### Spotlight #########################
|
||||
style: "style1 orient-right content-align-left image-position-center onscroll-image-fade-in"
|
||||
id: "first"
|
||||
title : "Spotlight"
|
||||
content: |
|
||||
This is a <strong>Spotlight</strong> element, and it's generally used – as its name implies – to spotlight a particular feature, subject, or pretty much whatever. You can customize its <span class="demo-controls">appearance with a number of modifiers</span>, as well as assign it an optional <code>onload</code> or <code>onscroll</code> transition modifier (<a href="#reference-spotlight">details</a>).
|
||||
button:
|
||||
label: "Learn More"
|
||||
link: "#"
|
||||
image: "images/spotlight01.jpg"
|
9
originalStorySite/data/spotlight2.yml
Normal file
@ -0,0 +1,9 @@
|
||||
####################### Spotlight #########################
|
||||
style: "style1 orient-left content-align-left image-position-center onscroll-image-fade-in"
|
||||
title : "Spotlight"
|
||||
content: |
|
||||
This is also a <strong>Spotlight</strong> element, and it's here because this demo would look a bit empty with just one spotlight. Like all spotlights, you can customize its <span class="demo-controls">appearance with a number of modifiers</span>, as well as assign it an optional <code>onload</code> or <code>onscroll</code> transition modifier (<a href="#reference-spotlight">details</a>).
|
||||
button:
|
||||
label: "Learn More"
|
||||
link: "#"
|
||||
image: "images/spotlight02.jpg"
|
10
originalStorySite/data/spotlight3.yml
Normal file
@ -0,0 +1,10 @@
|
||||
####################### Spotlight #########################
|
||||
style: "style1 orient-right content-align-left image-position-center onscroll-image-fade-in"
|
||||
id: "first"
|
||||
title : "Spotlight"
|
||||
content: |
|
||||
And yes, this is another <strong>Spotlight</strong> element, and it's also here because I need to fill a bit of space. Naturally, like any other spotlight, you can customize its <span class="demo-controls">appearance with a number of modifiers</span>, as well as assign it an optional <code>onload</code> or <code>onscroll</code> transition modifier (<a href="#reference-spotlight">details</a>).
|
||||
button:
|
||||
label: "Learn More"
|
||||
link: "#"
|
||||
image: "images/spotlight03.jpg"
|
BIN
originalStorySite/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
originalStorySite/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
originalStorySite/favicon.ico
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
originalStorySite/images/banner.jpg
Normal file
After Width: | Height: | Size: 488 KiB |
BIN
originalStorySite/images/gallery/fulls/01.jpg
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
originalStorySite/images/gallery/fulls/02.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
originalStorySite/images/gallery/fulls/03.jpg
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
originalStorySite/images/gallery/fulls/04.jpg
Normal file
After Width: | Height: | Size: 191 KiB |
BIN
originalStorySite/images/gallery/fulls/05.jpg
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
originalStorySite/images/gallery/fulls/06.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
originalStorySite/images/gallery/fulls/07.jpg
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
originalStorySite/images/gallery/fulls/08.jpg
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
originalStorySite/images/gallery/fulls/09.jpg
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
originalStorySite/images/gallery/fulls/10.jpg
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
originalStorySite/images/gallery/fulls/11.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
originalStorySite/images/gallery/fulls/12.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
originalStorySite/images/gallery/thumbs/01.jpg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
originalStorySite/images/gallery/thumbs/02.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
originalStorySite/images/gallery/thumbs/03.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
originalStorySite/images/gallery/thumbs/04.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
originalStorySite/images/gallery/thumbs/05.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
originalStorySite/images/gallery/thumbs/06.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
originalStorySite/images/gallery/thumbs/07.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
originalStorySite/images/gallery/thumbs/08.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
originalStorySite/images/gallery/thumbs/09.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
originalStorySite/images/gallery/thumbs/10.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
originalStorySite/images/gallery/thumbs/11.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
originalStorySite/images/gallery/thumbs/12.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
originalStorySite/images/pic01.jpg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
originalStorySite/images/pic02.jpg
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
originalStorySite/images/spotlight01.jpg
Normal file
After Width: | Height: | Size: 392 KiB |
BIN
originalStorySite/images/spotlight02.jpg
Normal file
After Width: | Height: | Size: 314 KiB |
BIN
originalStorySite/images/spotlight03.jpg
Normal file
After Width: | Height: | Size: 505 KiB |
2836
originalStorySite/index.html
Normal file
13
originalStorySite/index.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Hugo Story</title>
|
||||
<link>/</link>
|
||||
<description>Recent content on Hugo Story</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
|
||||
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
BIN
originalStorySite/mstile-150x150.png
Normal file
After Width: | Height: | Size: 37 KiB |
@ -0,0 +1 @@
|
||||
{"Target":"assets/css/main.min.css","MediaType":"text/css","Data":{}}
|
@ -0,0 +1 @@
|
||||
{"Target":"assets/css/noscript.min.css","MediaType":"text/css","Data":{}}
|
1636
originalStorySite/safari-pinned-tab.svg
Normal file
After Width: | Height: | Size: 105 KiB |
19
originalStorySite/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
9
originalStorySite/sitemap.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<url>
|
||||
<loc>/</loc>
|
||||
</url>
|
||||
|
||||
</urlset>
|