Added authorbox and set dt draft false
This commit is contained in:
parent
06303535e8
commit
3b45cbe925
20
config.toml
20
config.toml
@ -43,16 +43,16 @@ enableRobotsTXT = true
|
|||||||
[params]
|
[params]
|
||||||
## Tagline of your site. Displays in the header,
|
## Tagline of your site. Displays in the header,
|
||||||
## just below the title
|
## just below the title
|
||||||
tagline = "Using the Midnight theme"
|
tagline = ""
|
||||||
|
|
||||||
## Description of your site - for use in SEO
|
## 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).
|
## '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).
|
## '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/
|
## See also: https://bluestnight.com/docs/midnight/users/pages/authorbox/
|
||||||
#authorbox = false
|
authorbox = true
|
||||||
#author = "Some Guy"
|
author = "Rohan Sircar"
|
||||||
|
|
||||||
## Optimize site for HTTP/2. Recommended if your server supports it.
|
## Optimize site for HTTP/2. Recommended if your server supports it.
|
||||||
http2 = true
|
http2 = true
|
||||||
@ -72,10 +72,10 @@ enableRobotsTXT = true
|
|||||||
#no_minimize = true
|
#no_minimize = true
|
||||||
|
|
||||||
## Set a site-wide notice for all visitors to all pages.
|
## Set a site-wide notice for all visitors to all pages.
|
||||||
alert = """
|
# alert = """
|
||||||
Interested in using Midnight? Check out the [getting started](https://bluestnight.com/guides/midnight/getting-started/)
|
# 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.
|
# guide and the [user documentation](https://bluestnight.com/docs/midnight/users/) for more information.
|
||||||
"""
|
# """
|
||||||
|
|
||||||
## Midnight can integrate custom shortcodes into the theme. For more
|
## Midnight can integrate custom shortcodes into the theme. For more
|
||||||
## about this, see https://bluestnight.com/docs/midnight/developers/
|
## 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/
|
## See also: https://bluestnight.com/docs/midnight/users/site/social-icons/
|
||||||
[params.social]
|
[params.social]
|
||||||
gitlab = "BluestNight/Midnight"
|
gitlab = "BluestNight/Midnight"
|
||||||
gitea = "nova99"
|
gitea = "nova"
|
||||||
|
|
||||||
## Options used while generating server configuration files.
|
## Options used while generating server configuration files.
|
||||||
## See https://bluestnight.com/docs/midnight/users/server/ for more.
|
## 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
|
#hsts = true
|
||||||
#root = "/var/www/example.com
|
#root = "/var/www/example.com
|
||||||
|
|
||||||
|
## Enable/disable sidebar widgets
|
||||||
## Enable/disable sidebar widgets
|
## Enable/disable sidebar widgets
|
||||||
[params.sidebar]
|
[params.sidebar]
|
||||||
## Specify the order you want sidebar widgets to appear in.
|
## 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]
|
#[params.sidebar.patreon]
|
||||||
#username = "username"
|
#username = "username"
|
||||||
|
|
||||||
|
|
||||||
## Define output formats for different kinds of pages
|
## Define output formats for different kinds of pages
|
||||||
[outputs]
|
[outputs]
|
||||||
## CSS is required in order for Midnight to generate your stylesheet
|
## CSS is required in order for Midnight to generate your stylesheet
|
||||||
|
@ -3,6 +3,7 @@ title = "About Hugo"
|
|||||||
date = "2014-04-09"
|
date = "2014-04-09"
|
||||||
menu = "main"
|
menu = "main"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
hide_authorbox = true
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Hugo is the **world’s fastest framework for building websites**. It is written in Go.
|
Hugo is the **world’s fastest framework for building websites**. It is written in Go.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
+++
|
+++
|
||||||
title = " A tale of Decision Trees, Java and OpenCL"
|
title = " A tale of Decision Trees, Java and OpenCL"
|
||||||
date = "2019-10-02T17:53:52+05:30"
|
date = "2019-10-02T17:53:52+05:30"
|
||||||
hide_authorbox = true
|
hide_authorbox = false
|
||||||
disable_comments = true
|
disable_comments = false
|
||||||
draft = true
|
draft = false
|
||||||
categories = [
|
categories = [
|
||||||
|
|
||||||
"Development"
|
"Development"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
author: "Michael Henderson"
|
|
||||||
date: 2014-09-28
|
date: 2014-09-28
|
||||||
linktitle: Creating a New Theme
|
linktitle: Creating a New Theme
|
||||||
menu:
|
menu:
|
||||||
|
11
data/members/nova.toml
Normal file
11
data/members/nova.toml
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user