mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-05 06:12:15 +00:00
Initial config
This commit is contained in:
parent
50ec5334be
commit
5c206048b8
14 changed files with 249 additions and 2 deletions
43
public/categories/index.html
Normal file
43
public/categories/index.html
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>Categories // Daniel Mason</title>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="Hugo 0.89.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="author" content="John Doe" />
|
||||
<meta name="description" content="" />
|
||||
<link rel="stylesheet" href="https://m2.nz/css/main.min.88e7083eff65effb7485b6e6f38d10afbec25093a6fac42d734ce9024d3defbd.css" />
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Categories"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
<meta property="og:title" content="Categories" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://m2.nz/categories/" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header class="app-header">
|
||||
<a href="https://m2.nz/"><img class="app-header-avatar" src="/avatar.jpg" alt="John Doe" /></a>
|
||||
<h1>Daniel Mason</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium.</p>
|
||||
</header>
|
||||
<main class="app-container">
|
||||
|
||||
<article>
|
||||
<h1>Categories</h1>
|
||||
<ul class="tags-list">
|
||||
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
10
public/categories/index.xml
Normal file
10
public/categories/index.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?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 Daniel Mason</title>
|
||||
<link>https://m2.nz/categories/</link>
|
||||
<description>Recent content in Categories on Daniel Mason</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://m2.nz/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue