From 3b45cbe925d806b034b42197699ad476b725a30e Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Sun, 31 May 2020 16:32:23 +0530 Subject: [PATCH] Added authorbox and set dt draft false --- config.toml | 20 ++++++++++--------- content/about.md | 1 + .../a-tale-of-decision-trees-java-opencl.md | 6 +++--- content/post/creating-a-new-theme.md | 1 - data/members/nova.toml | 11 ++++++++++ 5 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 data/members/nova.toml diff --git a/config.toml b/config.toml index 7397181..934963e 100755 --- a/config.toml +++ b/config.toml @@ -43,16 +43,16 @@ enableRobotsTXT = true [params] ## Tagline of your site. Displays in the header, ## just below the title - tagline = "Using the Midnight theme" + tagline = "" ## Description of your site - for use in SEO - description = "A useful description for search engine results" + description = "Programming Website" ## 'authorbox' enables/disables the authorbox sitewide (can be disabled per page). ## 'author' is the name of the default author of all pages (can change per page). ## See also: https://bluestnight.com/docs/midnight/users/pages/authorbox/ - #authorbox = false - #author = "Some Guy" + authorbox = true + author = "Rohan Sircar" ## Optimize site for HTTP/2. Recommended if your server supports it. http2 = true @@ -72,10 +72,10 @@ enableRobotsTXT = true #no_minimize = true ## Set a site-wide notice for all visitors to all pages. - alert = """ -Interested in using Midnight? Check out the [getting started](https://bluestnight.com/guides/midnight/getting-started/) -guide and the [user documentation](https://bluestnight.com/docs/midnight/users/) for more information. - """ +# alert = """ +# Interested in using Midnight? Check out the [getting started](https://bluestnight.com/guides/midnight/getting-started/) +# guide and the [user documentation](https://bluestnight.com/docs/midnight/users/) for more information. +# """ ## Midnight can integrate custom shortcodes into the theme. For more ## about this, see https://bluestnight.com/docs/midnight/developers/ @@ -183,7 +183,7 @@ guide and the [user documentation](https://bluestnight.com/docs/midnight/users/) ## See also: https://bluestnight.com/docs/midnight/users/site/social-icons/ [params.social] gitlab = "BluestNight/Midnight" - gitea = "nova99" + gitea = "nova" ## Options used while generating server configuration files. ## See https://bluestnight.com/docs/midnight/users/server/ for more. @@ -192,6 +192,7 @@ guide and the [user documentation](https://bluestnight.com/docs/midnight/users/) #hsts = true #root = "/var/www/example.com +## Enable/disable sidebar widgets ## Enable/disable sidebar widgets [params.sidebar] ## Specify the order you want sidebar widgets to appear in. @@ -224,6 +225,7 @@ guide and the [user documentation](https://bluestnight.com/docs/midnight/users/) #[params.sidebar.patreon] #username = "username" + ## Define output formats for different kinds of pages [outputs] ## CSS is required in order for Midnight to generate your stylesheet diff --git a/content/about.md b/content/about.md index ff3ef95..117a86d 100755 --- a/content/about.md +++ b/content/about.md @@ -3,6 +3,7 @@ title = "About Hugo" date = "2014-04-09" menu = "main" weight = 4 +hide_authorbox = true +++ Hugo is the **world’s fastest framework for building websites**. It is written in Go. diff --git a/content/post/a-tale-of-decision-trees-java-opencl.md b/content/post/a-tale-of-decision-trees-java-opencl.md index ba03355..784a1a2 100644 --- a/content/post/a-tale-of-decision-trees-java-opencl.md +++ b/content/post/a-tale-of-decision-trees-java-opencl.md @@ -1,9 +1,9 @@ +++ title = " A tale of Decision Trees, Java and OpenCL" date = "2019-10-02T17:53:52+05:30" -hide_authorbox = true -disable_comments = true -draft = true +hide_authorbox = false +disable_comments = false +draft = false categories = [ "Development" diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md index dc8bf2e..7a2fe0e 100755 --- a/content/post/creating-a-new-theme.md +++ b/content/post/creating-a-new-theme.md @@ -1,5 +1,4 @@ --- -author: "Michael Henderson" date: 2014-09-28 linktitle: Creating a New Theme menu: diff --git a/data/members/nova.toml b/data/members/nova.toml new file mode 100644 index 0000000..412ef72 --- /dev/null +++ b/data/members/nova.toml @@ -0,0 +1,11 @@ +Name = "Rohan Sircar" +# Img = "/path/to/picture/of/michael.jpg" +Position = "Aspiring Software Developer" +URL = "https://arcusiridis.com" +Bio = """ + Hi, I'm Rohan Sircar. I am an aspiring software developer. + I really like programming in Scala and Rust, but I can also program in Java, Kotlin and + Python. I am especially interested in Web Application Development and working with + Microservices.""" +# [social] +# gitea = "nova" \ No newline at end of file