Upload starter template
60
public/index.xml
Normal file
@ -0,0 +1,60 @@
|
||||
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Next.js Starter Blog</title>
|
||||
<link>https://nextjs-starter-blog-demo.com/blog</link>
|
||||
<description>A blog created with Next.js and Tailwind.css</description>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Wed, 11 Nov 2020 00:00:00 GMT</lastBuildDate>
|
||||
<atom:link href="https://nextjs-starter-blog-demo.com/index.xml" rel="self" type="application/rss+xml"/>
|
||||
|
||||
<item>
|
||||
<guid>https://nextjs-starter-blog-demo.comguide-to-using-images-in-nextjs</guid>
|
||||
<title>Images in Next.js</title>
|
||||
<link>https://nextjs-starter-blog-demo.comguide-to-using-images-in-nextjs</link>
|
||||
<description>In this article we introduce adding images in the tailwind starter blog and the benefits and limitations of the next/image component.</description>
|
||||
<pubDate>Wed, 11 Nov 2020 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<guid>https://nextjs-starter-blog-demo.comderiving-ols-estimator</guid>
|
||||
<title>Deriving the OLS Estimator</title>
|
||||
<link>https://nextjs-starter-blog-demo.comderiving-ols-estimator</link>
|
||||
<description>How to derive the OLS Estimator with matrix notation and a tour of math typesetting using markdown with the help of KaTeX.</description>
|
||||
<pubDate>Sat, 16 Nov 2019 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<guid>https://nextjs-starter-blog-demo.comgithub-markdown-guide</guid>
|
||||
<title>Markdown Guide</title>
|
||||
<link>https://nextjs-starter-blog-demo.comgithub-markdown-guide</link>
|
||||
<description>Markdown cheatsheet for all your blogging needs - headers, lists, images, tables and more! An illustrated guide based on Github Flavored Markdown.</description>
|
||||
<pubDate>Fri, 11 Oct 2019 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<guid>https://nextjs-starter-blog-demo.comthe-time-machine</guid>
|
||||
<title>The Time Machine</title>
|
||||
<link>https://nextjs-starter-blog-demo.comthe-time-machine</link>
|
||||
<description>The Time Traveller (for so it will be convenient to speak of him) was expounding a recondite matter to us. His pale grey eyes shone and twinkled, and his usually pale face was flushed and animated...</description>
|
||||
<pubDate>Wed, 15 Aug 2018 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<guid>https://nextjs-starter-blog-demo.compictures-of-canada</guid>
|
||||
<title>O Canada</title>
|
||||
<link>https://nextjs-starter-blog-demo.compictures-of-canada</link>
|
||||
<description>The scenic lands of Canada featuring maple leaves, snow-capped mountains, turquoise lakes and Toronto. Take in the sights in this photo gallery exhibition and see how easy it is to replicate with some MDX magic and tailwind classes.</description>
|
||||
<pubDate>Sat, 15 Jul 2017 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<guid>https://nextjs-starter-blog-demo.comcode-sample</guid>
|
||||
<title>Sample .md file</title>
|
||||
<link>https://nextjs-starter-blog-demo.comcode-sample</link>
|
||||
<description>Example of a markdown file with code blocks and syntax highlighting</description>
|
||||
<pubDate>Tue, 08 Mar 2016 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
BIN
public/static/favicons/apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
public/static/favicons/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
public/static/favicons/apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/static/favicons/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/static/favicons/apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
public/static/favicons/apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
11
public/static/favicons/code.txt
Normal file
@ -0,0 +1,11 @@
|
||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" />
|
||||
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
|
||||
<meta name="application-name" content=" "/>
|
||||
<meta name="msapplication-TileColor" content="#FFFFFF" />
|
||||
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
|
BIN
public/static/favicons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 573 B |
BIN
public/static/favicons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
public/static/favicons/favicon.ico
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
public/static/favicons/mstile-144x144.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/static/images/avatar.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
public/static/images/banner.png
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
public/static/images/canada/lake.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
public/static/images/canada/maple.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
public/static/images/canada/mountains.jpg
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
public/static/images/canada/toronto.jpg
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
public/static/images/ocean.jpeg
Normal file
After Width: | Height: | Size: 256 KiB |