diff --git a/config.toml b/config.toml index 1d7c819..79bdb97 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,25 @@ -baseURL = 'http://example.org/' +baseURL = 'https://m2.nz/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'Daniel Mason' + +theme = "m10c" + +[[params]] + author = "Daniel Mason" + description = "Personal blog" + avatar = "" + menu_item_separator = " | " + favicon = "/favicon.ico" + +[[params.social]] + icon = "gitlab" + name = "GitLab" + url = "https://gitlab.com/idanoo" + + +[params.style] + darkestColor = "#242930" + darkColor = "#353b43" + lightColor = "#afbac4" + lightestColor = "#ffffff" + primaryColor = "#57cc8a" diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..04a7b8a --- /dev/null +++ b/public/404.html @@ -0,0 +1,48 @@ + + + + 404 Page not found // Daniel Mason + + + + + + + + + + + + + + + + + + + + + + +
+ John Doe +

Daniel Mason

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium.

+
+
+ +
+

O + frown + +ps...

+

The link you followed may be broken, or the page may have been removed.

+ Go home + arrow-right + + +
+ +
+ + diff --git a/public/avatar.jpg b/public/avatar.jpg new file mode 100644 index 0000000..dad9e72 Binary files /dev/null and b/public/avatar.jpg differ diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..72cf42e --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,43 @@ + + + + Categories // Daniel Mason + + + + + + + + + + + + + + + + + + + + + + +
+ John Doe +

Daniel Mason

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium.

+
+
+ +
+

Categories

+ +
+ +
+ + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..1479f46 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,10 @@ + + + + Categories on Daniel Mason + https://m2.nz/categories/ + Recent content in Categories on Daniel Mason + Hugo -- gohugo.io + en-us + + diff --git a/public/css/main.min.88e7083eff65effb7485b6e6f38d10afbec25093a6fac42d734ce9024d3defbd.css b/public/css/main.min.88e7083eff65effb7485b6e6f38d10afbec25093a6fac42d734ce9024d3defbd.css new file mode 100644 index 0000000..a9271c0 --- /dev/null +++ b/public/css/main.min.88e7083eff65effb7485b6e6f38d10afbec25093a6fac42d734ce9024d3defbd.css @@ -0,0 +1 @@ +*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#353b43;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#57cc8a;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(175,186,196,.8)}pre{overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{max-width:15rem;max-height:15rem;border-radius:100%;border:.5rem solid #57cc8a}.app-container{padding:2.5rem}.app-header-social{font-size:2em;color:#fff}.app-header-social a{margin:0 .1em}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;vertical-align:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:block;padding:.285em .8em}.page-item.active .page-link{color:#fff;border-radius:2em;background:#57cc8a}.post-title{color:#fff}.post-content pre{border-left:.4em solid rgba(87,204,138,.8);padding-left:1em}.post-content img{max-width:100%}.post-meta{font-size:.8em}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:block;font-size:.8em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{list-style:none;padding:.4em 0}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}} \ No newline at end of file diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..c62b1b7 --- /dev/null +++ b/public/index.html @@ -0,0 +1,47 @@ + + + + Daniel Mason + + + + + + + + + + + + + + + + + + + + + + +
+ John Doe +

Daniel Mason

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium.

+
+
+ +
+

Daniel Mason

+ + + + + +
+ +
+ + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..5a3c0e0 --- /dev/null +++ b/public/index.xml @@ -0,0 +1,10 @@ + + + + Daniel Mason + https://m2.nz/ + Recent content on Daniel Mason + Hugo -- gohugo.io + en-us + + diff --git a/public/page/1/index.html b/public/page/1/index.html new file mode 100644 index 0000000..7f6d902 --- /dev/null +++ b/public/page/1/index.html @@ -0,0 +1 @@ +https://m2.nz/ \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..f9cb218 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,11 @@ + + + + https://m2.nz/categories/ + + https://m2.nz/ + + https://m2.nz/tags/ + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..cef52c6 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,43 @@ + + + + Tags // Daniel Mason + + + + + + + + + + + + + + + + + + + + + + +
+ John Doe +

Daniel Mason

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium.

+
+
+ +
+

Tags

+ +
+ +
+ + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..2ec4b7f --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,10 @@ + + + + Tags on Daniel Mason + https://m2.nz/tags/ + Recent content in Tags on Daniel Mason + Hugo -- gohugo.io + en-us + + diff --git a/themes/m10c b/themes/m10c new file mode 160000 index 0000000..3094e3f --- /dev/null +++ b/themes/m10c @@ -0,0 +1 @@ +Subproject commit 3094e3f118f9004d00880a03cd85e1c8bb295367