diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a48cf0d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public diff --git a/config.toml b/config.toml index 79bdb97..9b49843 100644 --- a/config.toml +++ b/config.toml @@ -4,22 +4,38 @@ title = 'Daniel Mason' theme = "m10c" -[[params]] +[menu] + [[menu.main]] + identifier = "home" + name = "Home" + url = "/" + weight = 1 + [[menu.main]] + identifier = "tags" + name = "Tags" + url = "/tags/" + weight = 2 +# [[menu.main]] +# identifier = "about" +# name = "About" +# url = "/about/" +# weight = 3 + +[params] author = "Daniel Mason" description = "Personal blog" - avatar = "" + avatar = "profile.png" menu_item_separator = " | " favicon = "/favicon.ico" -[[params.social]] - icon = "gitlab" - name = "GitLab" - url = "https://gitlab.com/idanoo" + [[params.social]] + icon = "gitlab" + name = "GitLab" + url = "https://gitlab.com/idanoo" - -[params.style] - darkestColor = "#242930" - darkColor = "#353b43" - lightColor = "#afbac4" - lightestColor = "#ffffff" - primaryColor = "#57cc8a" + [params.style] + darkestColor = "#242930" + darkColor = "#353b43" + lightColor = "#afbac4" + lightestColor = "#ffffff" + primaryColor = "#57cc8a" diff --git a/public/.gitkeep b/public/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/public/404.html b/public/404.html deleted file mode 100644 index 04a7b8a..0000000 --- a/public/404.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - 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 deleted file mode 100644 index dad9e72..0000000 Binary files a/public/avatar.jpg and /dev/null differ diff --git a/public/categories/index.html b/public/categories/index.html deleted file mode 100644 index 72cf42e..0000000 --- a/public/categories/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - 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 deleted file mode 100644 index 1479f46..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - 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 deleted file mode 100644 index a9271c0..0000000 --- a/public/css/main.min.88e7083eff65effb7485b6e6f38d10afbec25093a6fac42d734ce9024d3defbd.css +++ /dev/null @@ -1 +0,0 @@ -*{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 deleted file mode 100644 index c62b1b7..0000000 --- a/public/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - 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 deleted file mode 100644 index 5a3c0e0..0000000 --- a/public/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - 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 deleted file mode 100644 index 7f6d902..0000000 --- a/public/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://m2.nz/ \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index f9cb218..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - https://m2.nz/categories/ - - https://m2.nz/ - - https://m2.nz/tags/ - - diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index cef52c6..0000000 --- a/public/tags/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - 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 deleted file mode 100644 index 2ec4b7f..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Tags on Daniel Mason - https://m2.nz/tags/ - Recent content in Tags on Daniel Mason - Hugo -- gohugo.io - en-us - - diff --git a/static/profile.png b/static/profile.png new file mode 100755 index 0000000..99dabb7 Binary files /dev/null and b/static/profile.png differ