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]
|
||||
## 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
|
||||
|
@ -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.
|
||||
|
@ -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"
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
author: "Michael Henderson"
|
||||
date: 2014-09-28
|
||||
linktitle: Creating a New Theme
|
||||
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