image placeholders
							
								
								
									
										88
									
								
								public/.htaccess
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,88 @@ | ||||||
|  | ##### Optimize default expiration time - BEGIN | ||||||
|  | <IfModule mod_expires.c> | ||||||
|  |    | ||||||
|  |   ## Enable expiration control | ||||||
|  |   ExpiresActive On | ||||||
|  | 
 | ||||||
|  |   ## CSS and JS expiration: 1 week after request | ||||||
|  |   ExpiresByType text/css "now plus 1 week" | ||||||
|  |   ExpiresByType application/javascript "now plus 1 week" | ||||||
|  |   ExpiresByType application/x-javascript "now plus 1 week" | ||||||
|  | 
 | ||||||
|  |   ## Image files expiration: 1 month after request | ||||||
|  |   ExpiresByType image/bmp "now plus 1 month" | ||||||
|  |   ExpiresByType image/gif "now plus 1 month" | ||||||
|  |   ExpiresByType image/jpeg "now plus 1 month" | ||||||
|  |   ExpiresByType image/webp "now plus 1 month" | ||||||
|  |   ExpiresByType image/jp2 "now plus 1 month" | ||||||
|  |   ExpiresByType image/pipeg "now plus 1 month" | ||||||
|  |   ExpiresByType image/png "now plus 1 month" | ||||||
|  |   ExpiresByType image/svg+xml "now plus 1 month" | ||||||
|  |   ExpiresByType image/tiff "now plus 1 month" | ||||||
|  |   ExpiresByType image/x-icon "now plus 1 month" | ||||||
|  |   ExpiresByType image/ico "now plus 1 month" | ||||||
|  |   ExpiresByType image/icon "now plus 1 month" | ||||||
|  |   ExpiresByType text/ico "now plus 1 month" | ||||||
|  |   ExpiresByType application/ico "now plus 1 month" | ||||||
|  |   ExpiresByType image/vnd.wap.wbmp "now plus 1 month" | ||||||
|  | 
 | ||||||
|  |   ## Font files expiration: 1 month after request | ||||||
|  |   ExpiresByType application/x-font-ttf "now plus 1 month" | ||||||
|  |   ExpiresByType application/x-font-opentype "now plus 1 month" | ||||||
|  |   ExpiresByType application/x-font-woff "now plus 1 month" | ||||||
|  |   ExpiresByType font/woff2 "now plus 1 month" | ||||||
|  |   ExpiresByType image/svg+xml "now plus 1 month" | ||||||
|  | 
 | ||||||
|  |   ## Audio files expiration: 1 month after request | ||||||
|  |   ExpiresByType audio/ogg "now plus 1 month" | ||||||
|  |   ExpiresByType application/ogg "now plus 1 month" | ||||||
|  |   ExpiresByType audio/basic "now plus 1 month" | ||||||
|  |   ExpiresByType audio/mid "now plus 1 month" | ||||||
|  |   ExpiresByType audio/midi "now plus 1 month" | ||||||
|  |   ExpiresByType audio/mpeg "now plus 1 month" | ||||||
|  |   ExpiresByType audio/mp3 "now plus 1 month" | ||||||
|  |   ExpiresByType audio/x-aiff "now plus 1 month" | ||||||
|  |   ExpiresByType audio/x-mpegurl "now plus 1 month" | ||||||
|  |   ExpiresByType audio/x-pn-realaudio "now plus 1 month" | ||||||
|  |   ExpiresByType audio/x-wav "now plus 1 month" | ||||||
|  | 
 | ||||||
|  |   ## Movie files expiration: 1 month after request | ||||||
|  |   ExpiresByType application/x-shockwave-flash "now plus 1 month" | ||||||
|  |   ExpiresByType x-world/x-vrml "now plus 1 month" | ||||||
|  |   ExpiresByType video/x-msvideo "now plus 1 month" | ||||||
|  |   ExpiresByType video/mpeg "now plus 1 month" | ||||||
|  |   ExpiresByType video/mp4 "now plus 1 month" | ||||||
|  |   ExpiresByType video/quicktime "now plus 1 month" | ||||||
|  |   ExpiresByType video/x-la-asf "now plus 1 month" | ||||||
|  |   ExpiresByType video/x-ms-asf "now plus 1 month" | ||||||
|  | </IfModule> | ||||||
|  | ##### Optimize default expiration time - END | ||||||
|  | 
 | ||||||
|  | ##### 1 Month for most static resources | ||||||
|  | <filesMatch ".(css|jpg|jpeg|png|webp|gif|js|ico|woff|woff2|eot|ttf)$"> | ||||||
|  |   Header set Cache-Control "public, max-age=31536000, immutable" | ||||||
|  | </filesMatch> | ||||||
|  | 
 | ||||||
|  | ##### Enable gzip compression for resources | ||||||
|  | <ifModule mod_gzip.c> | ||||||
|  |   mod_gzip_on Yes | ||||||
|  |   mod_gzip_dechunk Yes | ||||||
|  |   mod_gzip_item_include file .(html?|txt|css|js|php)$ | ||||||
|  |   mod_gzip_item_include handler ^cgi-script$ | ||||||
|  |   mod_gzip_item_include mime ^text/.* | ||||||
|  |   mod_gzip_item_include mime ^application/x-javascript.* | ||||||
|  |   mod_gzip_item_exclude mime ^image/.* | ||||||
|  |   mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* | ||||||
|  | </ifModule> | ||||||
|  | 
 | ||||||
|  | ##### Or, compress certain file types by extension: | ||||||
|  | <FilesMatch ".(html|css|jpg|jpeg|webp|png|gif|js|ico)"> | ||||||
|  |   SetOutputFilter DEFLATE | ||||||
|  | </FilesMatch> | ||||||
|  | 
 | ||||||
|  | ##### Set Header Vary: Accept-Encoding | ||||||
|  | <IfModule mod_headers.c> | ||||||
|  |   <FilesMatch ".(js|css|xml|gz|html)$"> | ||||||
|  |     Header append Vary: Accept-Encoding | ||||||
|  |   </FilesMatch> | ||||||
|  | </IfModule> | ||||||
							
								
								
									
										1102
									
								
								public/404.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1195
									
								
								public/about/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										11
									
								
								public/about/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,11 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Hey, I am John Doe! on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/about/</link> | ||||||
|  |     <description>Recent content in Hey, I am John Doe! on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <atom:link href="//localhost:1313/about/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										1232
									
								
								public/authors/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										18
									
								
								public/authors/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,18 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Authors on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/authors/</link> | ||||||
|  |     <description>Recent content in Authors on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <atom:link href="//localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |     <item> | ||||||
|  |       <title>Laurens Hof</title> | ||||||
|  |       <link>//localhost:1313/authors/john-doe/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/authors/john-doe/</guid> | ||||||
|  |       <description>Story teller for the Fediversity Project.</description> | ||||||
|  |     </item> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										1212
									
								
								public/authors/john-doe/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1630
									
								
								public/blog/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										40
									
								
								public/blog/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,40 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Blog Posts on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/blog/</link> | ||||||
|  |     <description>Recent content in Blog Posts on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate> | ||||||
|  |     <atom:link href="//localhost:1313/blog/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-1/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-1/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-2/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-2/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-3/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-3/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-4/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-4/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										10
									
								
								public/blog/page/1/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,10 @@ | ||||||
|  | <!DOCTYPE html> | ||||||
|  | <html lang="en-us"> | ||||||
|  |   <head> | ||||||
|  |     <title>//localhost:1313/blog/</title> | ||||||
|  |     <link rel="canonical" href="//localhost:1313/blog/"> | ||||||
|  |     <meta name="robots" content="noindex"> | ||||||
|  |     <meta charset="utf-8"> | ||||||
|  |     <meta http-equiv="refresh" content="0; url=//localhost:1313/blog/"> | ||||||
|  |   </head> | ||||||
|  | </html> | ||||||
							
								
								
									
										1618
									
								
								public/blog/page/2/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1733
									
								
								public/blog/post-1/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1878
									
								
								public/blog/post-2/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1733
									
								
								public/blog/post-3/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1582
									
								
								public/blog/post-4/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1282
									
								
								public/categories/application/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										19
									
								
								public/categories/application/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,19 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Application on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/categories/application/</link> | ||||||
|  |     <description>Recent content in Application on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate> | ||||||
|  |     <atom:link href="//localhost:1313/categories/application/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-1/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-1/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										1276
									
								
								public/categories/architecture/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										19
									
								
								public/categories/architecture/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,19 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Architecture on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/categories/architecture/</link> | ||||||
|  |     <description>Recent content in Architecture on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate> | ||||||
|  |     <atom:link href="//localhost:1313/categories/architecture/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-4/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-4/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										1435
									
								
								public/categories/data/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										26
									
								
								public/categories/data/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,26 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Data on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/categories/data/</link> | ||||||
|  |     <description>Recent content in Data on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate> | ||||||
|  |     <atom:link href="//localhost:1313/categories/data/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-1/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-1/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-2/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-2/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										1168
									
								
								public/categories/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										47
									
								
								public/categories/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,47 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Categories on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/categories/</link> | ||||||
|  |     <description>Recent content in Categories on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate> | ||||||
|  |     <atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |     <item> | ||||||
|  |       <title>Application</title> | ||||||
|  |       <link>//localhost:1313/categories/application/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/categories/application/</guid> | ||||||
|  |       <description></description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Architecture</title> | ||||||
|  |       <link>//localhost:1313/categories/architecture/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/categories/architecture/</guid> | ||||||
|  |       <description></description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Data</title> | ||||||
|  |       <link>//localhost:1313/categories/data/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/categories/data/</guid> | ||||||
|  |       <description></description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Software</title> | ||||||
|  |       <link>//localhost:1313/categories/software/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/categories/software/</guid> | ||||||
|  |       <description></description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Technology</title> | ||||||
|  |       <link>//localhost:1313/categories/technology/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/categories/technology/</guid> | ||||||
|  |       <description></description> | ||||||
|  |     </item> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										1276
									
								
								public/categories/software/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										19
									
								
								public/categories/software/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,19 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Software on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/categories/software/</link> | ||||||
|  |     <description>Recent content in Software on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate> | ||||||
|  |     <atom:link href="//localhost:1313/categories/software/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-3/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-3/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										1282
									
								
								public/categories/technology/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										19
									
								
								public/categories/technology/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,19 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Technology on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/categories/technology/</link> | ||||||
|  |     <description>Recent content in Technology on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate> | ||||||
|  |     <atom:link href="//localhost:1313/categories/technology/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-2/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-2/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										1124
									
								
								public/consortium/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1162
									
								
								public/contact/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										11
									
								
								public/contact/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,11 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Contact on Fediversity</title> | ||||||
|  |     <link>//localhost:1313/contact/</link> | ||||||
|  |     <description>Recent content in Contact on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <atom:link href="//localhost:1313/contact/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
							
								
								
									
										9437
									
								
								public/css/style-lazy.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										3375
									
								
								public/css/style.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1128
									
								
								public/developers/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1126
									
								
								public/ec/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										2914
									
								
								public/elements/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1127
									
								
								public/fediversity/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1127
									
								
								public/grants/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.7 KiB | 
| After Width: | Height: | Size: 1.4 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/images/avatar.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 2.2 KiB | 
| After Width: | Height: | Size: 848 B | 
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 1.6 KiB | 
| After Width: | Height: | Size: 4.4 KiB | 
| After Width: | Height: | Size: 4.9 KiB | 
| After Width: | Height: | Size: 5.9 KiB | 
| After Width: | Height: | Size: 40 KiB | 
| After Width: | Height: | Size: 6.8 KiB | 
| After Width: | Height: | Size: 10 KiB | 
| After Width: | Height: | Size: 10 KiB | 
| After Width: | Height: | Size: 16 KiB | 
| After Width: | Height: | Size: 2.2 KiB | 
| After Width: | Height: | Size: 2.2 KiB | 
| After Width: | Height: | Size: 65 KiB | 
| After Width: | Height: | Size: 3.7 KiB | 
| After Width: | Height: | Size: 5.7 KiB | 
| After Width: | Height: | Size: 5.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/images/gallery/01.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 74 KiB | 
| After Width: | Height: | Size: 9.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/images/gallery/02.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 697 KiB | 
| After Width: | Height: | Size: 40 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/images/gallery/03.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 254 KiB | 
| After Width: | Height: | Size: 38 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/images/gallery/04.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 58 KiB | 
| After Width: | Height: | Size: 9.8 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/images/gallery/05.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 210 KiB | 
| After Width: | Height: | Size: 14 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/images/gallery/06.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 74 KiB | 
| After Width: | Height: | Size: 9.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/images/image-placeholder.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 4.8 KiB | 
| After Width: | Height: | Size: 1.2 KiB | 
| After Width: | Height: | Size: 486 B | 
| After Width: | Height: | Size: 4.9 KiB | 
| After Width: | Height: | Size: 7.5 KiB | 
| After Width: | Height: | Size: 2.8 KiB | 
| After Width: | Height: | Size: 2.4 KiB | 
| After Width: | Height: | Size: 888 B | 
| After Width: | Height: | Size: 1.1 KiB | 
| After Width: | Height: | Size: 1.3 KiB | 
| After Width: | Height: | Size: 1.6 KiB | 
| After Width: | Height: | Size: 18 KiB | 
| After Width: | Height: | Size: 5.5 KiB | 
| After Width: | Height: | Size: 18 KiB | 
| After Width: | Height: | Size: 5.5 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/images/og-image.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 105 KiB | 
| After Width: | Height: | Size: 7.4 KiB | 
| After Width: | Height: | Size: 9 KiB | 
| After Width: | Height: | Size: 32 KiB | 
| After Width: | Height: | Size: 11 KiB | 
| After Width: | Height: | Size: 11 KiB | 
| After Width: | Height: | Size: 8.3 KiB | 
| After Width: | Height: | Size: 9.4 KiB | 
| After Width: | Height: | Size: 35 KiB | 
| After Width: | Height: | Size: 12 KiB | 
| After Width: | Height: | Size: 12 KiB | 
							
								
								
									
										2179
									
								
								public/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										145
									
								
								public/index.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,145 @@ | ||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||||||
|  | <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
|  |   <channel> | ||||||
|  |     <title>Fediversity</title> | ||||||
|  |     <link>//localhost:1313/</link> | ||||||
|  |     <description>Recent content on Fediversity</description> | ||||||
|  |     <generator>Hugo -- gohugo.io</generator> | ||||||
|  |     <language>en-us</language> | ||||||
|  |     <lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate> | ||||||
|  |     <atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" /> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-1/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-1/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-2/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-2/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-3/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-3/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>How to build an Application with modern Technology</title> | ||||||
|  |       <link>//localhost:1313/blog/post-4/</link> | ||||||
|  |       <pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/blog/post-4/</guid> | ||||||
|  |       <description>Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Consortium</title> | ||||||
|  |       <link>//localhost:1313/consortium/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/consortium/</guid> | ||||||
|  |       <description>Information about the project. TODO.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Consortium</title> | ||||||
|  |       <link>//localhost:1313/oid/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/oid/</guid> | ||||||
|  |       <description>The Open Internet Discourse Foundation (OID) is founded on the belief that everyone deserves the freedom to express themselves and use the internet without constraints, and is committed to help build a better internet where individuals can truly be who they are.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Developers</title> | ||||||
|  |       <link>//localhost:1313/developers/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/developers/</guid> | ||||||
|  |       <description>The Fediversity Project enables easy hosting for a wide variety of fediverse platforms, all based on NixOS.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Elements</title> | ||||||
|  |       <link>//localhost:1313/elements/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/elements/</guid> | ||||||
|  |       <description>Table of Contents Heading 2 Heading 3 Heading 4 Heading 5 Emphasis Button Link Paragraph Ordered List Unordered List Notice Tab Accordions Code and Syntax Highlighting Blockquote Tables Image Gallery Slider Youtube video Custom video Here is an example of headings.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>European Commission</title> | ||||||
|  |       <link>//localhost:1313/ec/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/ec/</guid> | ||||||
|  |       <description>The Fediversity project implements the visions outlined by the Next Generation Internet (NGI) initiative for an open internet in several ways.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Fediversity</title> | ||||||
|  |       <link>//localhost:1313/fediversity/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/fediversity/</guid> | ||||||
|  |       <description>Fediversity is a comprehensive effort to bring easy-to-use, hosted cloud services with service portability and personal freedom at their core to everyone.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Grants</title> | ||||||
|  |       <link>//localhost:1313/grants/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/grants/</guid> | ||||||
|  |       <description>Fediversity invites other people to join this ambitious development effort. It is a vast domain with many more challenges than what any preconceived effort could tackle by itself.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Individuals</title> | ||||||
|  |       <link>//localhost:1313/individuals/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/individuals/</guid> | ||||||
|  |       <description>The fediverse shows great potential in fundamentally rethinking how we approach the internet.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Laurens Hof</title> | ||||||
|  |       <link>//localhost:1313/authors/john-doe/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/authors/john-doe/</guid> | ||||||
|  |       <description>Story teller for the Fediversity Project.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>NLnet</title> | ||||||
|  |       <link>//localhost:1313/nlnet/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/nlnet/</guid> | ||||||
|  |       <description>The NLnet Foundation supports organisations and people who contribute to an open internet for all.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>NORDUnet</title> | ||||||
|  |       <link>//localhost:1313/nordunet/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/nordunet/</guid> | ||||||
|  |       <description>NORDUnet is a collaboration of the National Research and Education Networks of the Nordic countries connecting universities and research institutions across Denmark, Finland, Iceland, Norway, and Sweden.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Privacy</title> | ||||||
|  |       <link>//localhost:1313/privacy-policy/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/privacy-policy/</guid> | ||||||
|  |       <description>Responsibility of Contributors Lorem ipsum dolor sit amet, consectetur adipiscing elit.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Ready to build your next project with Hugo?</title> | ||||||
|  |       <link></link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid></guid> | ||||||
|  |       <description></description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>Tweag</title> | ||||||
|  |       <link>//localhost:1313/tweag/</link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid>//localhost:1313/tweag/</guid> | ||||||
|  |       <description>Tweag is the open source program office (OSPO) of Modus Create, a global digital consulting firm that helps enterprises build competitive advantage through digital innovation.</description> | ||||||
|  |     </item> | ||||||
|  |     <item> | ||||||
|  |       <title>What Users Are Saying About Hugoplate</title> | ||||||
|  |       <link></link> | ||||||
|  |       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||||||
|  |       <guid></guid> | ||||||
|  |       <description></description> | ||||||
|  |     </item> | ||||||
|  |   </channel> | ||||||
|  | </rss> | ||||||
 Laurens
						Laurens